graphql-python / graphene-pydantic

Integrate GraphQL with your Pydantic models
Other
229 stars 44 forks source link

Pydantic not on latest version #53

Closed JosXa closed 2 years ago

JosXa commented 3 years ago

These lines:

https://github.com/graphql-python/graphene-pydantic/blob/master/pyproject.toml#L23-L25

Make it sound as if the library should be supporting the "latest" Pydantic version(s). Shouldn't that be <= or ~ 1.7 then in order to include 1.7.3 (which is the latest at the moment)? For this reason I had to downgrade pydantic in my project. Are there issues with using semver to stay under the same minor?

lovetoburnswhen commented 3 years ago

Any update? This breaks compatibility with a ton of other pydantic libraries

necaris commented 2 years ago

Closed by #61