-
Notifications
You must be signed in to change notification settings - Fork 244
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
deps: uv sync --all-extras
fails due to langchain & python 3.7
#524
Comments
uv sync --all-extras
fails due to "python version incompatibility"uv sync --all-extras
fails due to langchain package
cc @areibman high priority for development, I keep stashing |
uv sync --all-extras
fails due to langchain packageuv sync --all-extras
fails due to langchain & python-version 3.7
uv sync --all-extras
fails due to langchain & python-version 3.7
uv sync --all-extras
fails due to langchain & python 3.7
Is it possible we only drop support for <3.9 when the Alternatively, given python 3.9 is almost 5 years old, I think it's fair for us to drop it |
I think it's possible, and it's a good idea 💡
We're dropping support for 3.8 (lower than 3.9) |
Issue Description
Command Used:
Error Encountered:
Translation
langchain==0.2.14
requiresPython>=3.8
requires-python >= 3.7
(see pyproject.toml)Proposal
To
require-python >= 3.9
which is actually (these times) the "oldest" supported version across most packagesThe text was updated successfully, but these errors were encountered: