Update dependencies#219
Conversation
811dbff to
47b3de4
Compare
47b3de4 to
92d1663
Compare
|
Some of these ignore are probably fixable properly, and some of these are worrying, in particular the one on |
|
Pyright doesn't seem to recognize type annotations from It's reporting "partially unknown" types for the |
|
I'm marking this as a draft for now since building with |
|
Superseded by #228 |
|
Sorry, I forgot about that PR while creating the other one... |
|
No worries. It would be best to take over the changes to the README in this PR in the new one. |
This updates Python to 3.13, PyQt6 to 6.11.0, and
lzokayto 2.1.0 (since the old versions doesn't support Python 3.13). There are some more dependencies that were updated inpoetry.lockas a result of running the commandpoetry update. I also updated the Python version mentioned in the README.The PyQt6 upgrade resulted in some
reportUnknownMemberTypeerrors from Pyright, which I had to ignore to make the linter check pass.