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

Installing with catalog results in pydantic version conflict #4137

Open
birnbera opened this issue Sep 13, 2024 · 0 comments
Open

Installing with catalog results in pydantic version conflict #4137

birnbera opened this issue Sep 13, 2024 · 0 comments
Assignees

Comments

@birnbera
Copy link

After the recent v6.0.0 release, it is no longer possible to install quilt3 with the catalog. The reason is that v6.0.0 depends on pydantic >= 2.0, <3.0, and when the catalog is install, also on quilt3-local >=1,<2. quilt3-local , in turn, depends on fastapi >=0.70,<0.71, which depends on pydantic <2.0.

Ordinarily I would be able to downgrade to v5.4.0, which can still be installed, however all of my packages were built with a more recent version, making the packages or hashes incompatible with the v5.4.0 release.

I'm not too familiar with fastapi, but if you can update to a more recent release (they're up to v0.114.1), they now depend on a pydantic version that is compatible with quilt3 v6.0.0.

@sir-sigurd sir-sigurd self-assigned this Sep 13, 2024
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

2 participants