Skip to content

Python 3.10, 3.11 Support and dependency updates

Compare
Choose a tag to compare
@thomasborgen thomasborgen released this 24 Oct 16:34
· 10 commits to main since this release
47d85f2

Version 2.0.0 Upgrade dependencies, support python 3.10, 3.11

This major version bump is needed because we upgrade pydantic to version 2 from version 1. This changed many error messages in schema validation. If anyone was depending on those, it would break their code. In the same update we are updating a lot of other dependencies too. Most importantly going from returns 0.14 to 0.22. This might mean we can make the functional code look better in the future. We are also now support python 3.10 and 3.11 and test them like we do 3.8 and 3.9.

Breaking

  • Upgrades to pydantic version 2. This is a breaking change because it changes the output of validation errors.

Upgrades

Internal

Dev dependencies

New Contributors

Full Changelog: 1.0.0...2.0.0