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

Fix httpx dependency version to be compatible with langchain #15

Merged
merged 2 commits into from
Feb 8, 2024

Conversation

ytkimirti
Copy link
Collaborator

> poetry add upstash_vector --optional
Using version ^0.2.0 for upstash-vector

Updating dependencies
Resolving dependencies... (0.2s)

Because upstash-vector (0.2.0) depends on httpx (>=0.25.0,<0.26.0)
 and no versions of upstash-vector match >0.2.0,<0.3.0, upstash-vector (>=0.2.0,<0.3.0) requires httpx (>=0.25.0,<0.26.0).
So, because langchain-community depends on both httpx (^0.24.1) and upstash-vector (^0.2.0), version solving failed.

pyproject.toml Outdated Show resolved Hide resolved
@ytkimirti ytkimirti merged commit 0d6a483 into master Feb 8, 2024
1 check passed
@mdumandag mdumandag deleted the httpx-dep branch February 8, 2024 13:17
@mdumandag mdumandag restored the httpx-dep branch February 8, 2024 13:17
@mdumandag mdumandag deleted the httpx-dep branch April 15, 2024 20:37
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