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,11 +21,11 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
]
version = "1.2.18"
version = "1.3.0a2"
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"langchain-core>=1.3.3,<2.0.0",
"langgraph>=1.1.10,<1.2.0",
"langchain-core>=1.4.0a2,<2.0.0",
"langgraph>=1.2.0a5,<1.3.0",
"pydantic>=2.7.4,<3.0.0",
]
@@ -34,7 +34,7 @@ community = ["langchain-community"]
anthropic = ["langchain-anthropic"]
openai = ["langchain-openai"]
azure-ai = ["langchain-azure-ai"]
cohere = ["langchain-cohere"]
#cohere = ["langchain-cohere"]
google-vertexai = ["langchain-google-vertexai"]
google-genai = ["langchain-google-genai"]
fireworks = ["langchain-fireworks"]