mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
packaging: remove Python upper bound for langchain and co libs (#31025)
Follow up to https://github.com/langchain-ai/langsmith-sdk/pull/1696, I've bumped the `langsmith` version where applicable in `uv.lock`. Type checking problems here because deps have been updated in `pyproject.toml` and `uv lock` hasn't been run - we should enforce that in the future - goes with the other dependabot todos :).
This commit is contained in:
@@ -5,7 +5,7 @@ build-backend = "pdm.backend"
|
||||
[project]
|
||||
authors = []
|
||||
license = { text = "MIT" }
|
||||
requires-python = "<4,>=3.9"
|
||||
requires-python = ">=3.9"
|
||||
dependencies = [
|
||||
"langchain-core>=0.3.52",
|
||||
"numpy>=1.26.0; python_version < '3.13'",
|
||||
|
||||
Reference in New Issue
Block a user