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

Support for pydantic 1.8 #65

Closed
deepaerial opened this issue Sep 8, 2021 · 4 comments
Closed

Support for pydantic 1.8 #65

deepaerial opened this issue Sep 8, 2021 · 4 comments

Comments

@deepaerial
Copy link

Currently, library is built for pydantic:

pydantic = ">=1.0,<1.7"

But newer version 1.8.2 of pydantic is currently available making it impossible to use graphene-pydantic with this version.

@llPekoll
Copy link

you can force to it
first install graphene-pydantic then pip install pydantic ==1.8.2
i won't guaranty 100% of the features will work tho.
but good enough for a basic usage

@deepaerial
Copy link
Author

@llPekoll In my project I'm using poetry to install dependencies so "pip-installing with specific version" is not desirable hack for me.

@pawel-pxp
Copy link

Actually I'm not able to make graphene-pydantic, graphene-sqlachemy and graphene-tornado work together due to complete mess with versions, if works with one, will not work with another due to api differences. I wonder if someone made all graphene subprojects work together in one distribution and can recommend versions to use?

@necaris
Copy link
Collaborator

necaris commented Jan 25, 2022

Closed by #61

@necaris necaris closed this as completed Jan 25, 2022
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

No branches or pull requests

4 participants