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

Remove Pydantic Version Constraint Due to Inflect Update #8118

Closed
Joost385 opened this issue Jan 3, 2024 · 1 comment · Fixed by #8156
Closed

Remove Pydantic Version Constraint Due to Inflect Update #8118

Joost385 opened this issue Jan 3, 2024 · 1 comment · Fixed by #8156
Assignees

Comments

@Joost385
Copy link

Joost385 commented Jan 3, 2024

Currently, pydantic is pinned to version 1, which leads to conflicts with common frameworks such as fastapi.

pydantic<2 # remove after inflect supports Pydantic 2.0+

It seems that inflect now supports pydantic 2, see jaraco/inflect#187. Their requirements now list pydantic >= 1.9.1. Given this update, is it possible to remove the pydantic version constraint without further changes?

@titu1994
Copy link
Collaborator

I'll unpin it tomorrow, seems it should be fine.

@titu1994 titu1994 assigned titu1994 and unassigned okuchaiev Jan 11, 2024
@titu1994 titu1994 mentioned this issue Jan 11, 2024
8 tasks
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 a pull request may close this issue.

3 participants