Skip to content

Commit 6019690

Browse files
authored
Update dependencies to support Python 3.10 (snyk-labs#130)
* fix: Remove incorrect usage of InitVar Fields marked with InitVar should only be used in the __post_init__ method of a dataclass. Newer versions of mypy enforce this. * chore: Update dependencies to work with python 310 Most of this was automatic updates with poetry update. A few dependencies were manually updated as they required major version changes. There are no known breaking changes between these versions. * chore: Remove deprecated poetry-version dependency poetry-version is deprecated and should not be used any more. Removing this means we will be relying on importlib_metadata which has a minimum python version dependency of 36. * chore: Bump version number Updating the dependencies was quite a big change so to be safe increase the minor version number.
1 parent 5899890 commit 6019690

File tree

5 files changed

+517
-503
lines changed

5 files changed

+517
-503
lines changed

0 commit comments

Comments
 (0)