Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pydantic 1.9.0 support #310

Merged
merged 2 commits into from
Jan 2, 2022
Merged

Conversation

antonrh
Copy link
Contributor

@antonrh antonrh commented Jan 2, 2022

Add pydantic 1.9.0 version support
https://pydantic-docs.helpmanual.io/changelog/

@vitalik vitalik merged commit 2ea98f8 into vitalik:master Jan 2, 2022
@MartinNowak
Copy link

Hello, could we get a release for this? Python 3.10 support only came with pydantic 1.9, so somewhat stuck on this upper version limit @vitalik.

@vitalik
Copy link
Owner

vitalik commented Jan 20, 2022

@MartinNowak
just release in 0.16.2

@@ -41,7 +41,7 @@ classifiers = [

requires = [
"Django >=2.2",
"pydantic >=1.6,<1.9"
"pydantic >=1.6,<2.0.0"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this not be <1.10.0 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants