Skip to content

Commit

Permalink
Update dependencies to support Python 3.10 (#130)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
jgresty authored Feb 17, 2022
1 parent 5899890 commit 6019690
Show file tree
Hide file tree
Showing 5 changed files with 517 additions and 503 deletions.
Loading

0 comments on commit 6019690

Please sign in to comment.