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

chore: loosen pydantic version constraints #7

Merged
merged 1 commit into from
Apr 18, 2024
Merged

Conversation

antazoey
Copy link
Member

Right now, pydantic is set to pydantic~=2.5.3 which means 2.6 range are deemed in-compatible.
This PR adjusts the contract to >=2.5.3,<3 which allows Pydantic 2.6 range to work, which is needed for Ape to be able to use newer Pydantic versions, else it is stuck in 2.5 range.

@antazoey antazoey changed the title fix: loosen pydantic version constraints chore: loosen pydantic version constraints Apr 18, 2024
@mikeshultz mikeshultz merged commit 9e6cf8f into main Apr 18, 2024
12 checks passed
@mikeshultz mikeshultz deleted the fix/pydantic-loosen branch April 18, 2024 20:22
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.

2 participants