You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, thanks for the report! Since pytest-anki is tightly coupled to specific Anki version ranges (i.e. every now and then needs to be manually adjusted to retain support with newer Anki versions), my idea here was to use the upper bound to guarantee Anki version support. However, it's definitely an awkward solution and creates many problems of its own. (In an ideal world you'd have anki and aqt follow SemVer, so that API support would be somewhat codified in major/minor versions, but yeah.)
Let me give this another look and see if I can remove the constraint while still specifying a preferred / tested version of Anki to install.
But as a starter, will raise the minimum constraint to 2.1.49 for now, perhaps 2.1.50 if I have the time to test against it.
Checklist
pytest-anki
Problem case
This makes it impossible to use the plugin with the newer Anki versions
pytest-anki/pyproject.toml
Lines 34 to 35 in 3562b65
Solution
Remove the upper constraint. Hopefully the tested plugin defines their own Anki versions...
The text was updated successfully, but these errors were encountered: