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

Allow Pydantic >= 1.10 #778

Closed
phillipuniverse opened this issue Oct 3, 2022 · 2 comments · Fixed by #779
Closed

Allow Pydantic >= 1.10 #778

phillipuniverse opened this issue Oct 3, 2022 · 2 comments · Fixed by #779
Labels
third-party Related to third-party packages

Comments

@phillipuniverse
Copy link

phillipuniverse commented Oct 3, 2022

Hello, there is a hard dependency on Pydantic < 1.10. I would really like to use Pydantic 1.10 with Spacy but am unable to because of this requirement:

pydantic>=1.7.4,!=1.8,!=1.8.1,<1.10.0

This was recently discussed at #744 and I guess there is a requirement to drop Python 3.6 in order to consume this upgrade? Just wondering if there is a timeline here for that or what the strategy is.

Thanks!

@svlandeg svlandeg added the third-party Related to third-party packages label Oct 3, 2022
@svlandeg svlandeg linked a pull request Oct 3, 2022 that will close this issue
@svlandeg
Copy link
Member

svlandeg commented Oct 3, 2022

Hi! We should be able to support both Python 3.6 as well as Pydantic 1.10 - cf #779

@phillipuniverse
Copy link
Author

Thanks @svlandeg!

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

Successfully merging a pull request may close this issue.

2 participants