chore(infra): merge v1.4 into master (#37350)

This commit is contained in:
Nick Hollon
2026-05-11 14:39:25 -04:00
committed by GitHub
parent bbd10fe918
commit da380bccf8
37 changed files with 1844 additions and 777 deletions

View File

@@ -21,7 +21,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
]
version = "1.3.3"
version = "1.4.0"
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"langsmith>=0.3.45,<1.0.0",
@@ -32,7 +32,7 @@ dependencies = [
"packaging>=23.2.0",
"pydantic>=2.7.4,<3.0.0",
"uuid-utils>=0.12.0,<1.0",
"langchain-protocol>=0.0.10",
"langchain-protocol>=0.0.14",
]
[project.urls]