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:
Sydney Runkle
2025-04-28 14:44:28 -04:00
committed by GitHub
parent d614842d23
commit 7e926520d5
48 changed files with 585 additions and 1014 deletions

View File

@@ -5,7 +5,7 @@ build-backend = "pdm.backend"
[project]
authors = []
license = { text = "MIT" }
requires-python = "<4.0,>=3.9"
requires-python = ">=3.9"
dependencies = ["langchain-core<1.0.0,>=0.3.15", "exa-py<2.0.0,>=1.0.8"]
name = "langchain-exa"
version = "0.2.1"