You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
After the recent
v6.0.0
release, it is no longer possible to installquilt3
with the catalog. The reason is thatv6.0.0
depends onpydantic >= 2.0, <3.0
, and when the catalog is install, also onquilt3-local >=1,<2
.quilt3-local
, in turn, depends onfastapi >=0.70,<0.71
, which depends onpydantic <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 thev5.4.0
release.I'm not too familiar with
fastapi
, but if you can update to a more recent release (they're up tov0.114.1
), they now depend on apydantic
version that is compatible withquilt3 v6.0.0
.The text was updated successfully, but these errors were encountered: