-
Notifications
You must be signed in to change notification settings - Fork 130
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
Broken Dependency with Qdrant-Client on Replit #200
Comments
The same kind of conflict exists between |
Found #175 Initial reason was bug in pydantic. |
It does not seem like Issue with |
Afaik However we are working on this. |
@joein Thanks for pointing that out -- we were not intending to use pydantic v2 at this point (it was getting dragged in by some sloppy requirements specification). After cleaning that up we're now fine with |
As of #214 qdrant-client supports pydantic v2 and typing-extensions are not explicitly frozen anymore, should be available with the next release |
pydantic v2 support was introduced in |
How to reproduce
Go to Replit.new (while logged into your Replit account)
Results in this error:
pip install
side steps this error, by downgradingtyping-extensions
— but makes the environment confusing to use:Possible Fixes
typing-extensions
i.e. 4.7.1typing-extentions
typing-extentions
The text was updated successfully, but these errors were encountered: