release: (integration packages): 1.1 (#34088)

This commit is contained in:
ccurme
2025-11-24 10:00:06 -05:00
committed by GitHub
parent 4ab94579ad
commit 880652b713
6 changed files with 22 additions and 25 deletions

View File

@@ -9,11 +9,11 @@ license = { text = "MIT" }
readme = "README.md"
authors = []
version = "1.0.1"
version = "1.1.0"
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"langchain-core>=1.0.0,<2.0.0",
"langchain-openai>=1.0.0,<2.0.0",
"langchain-core>=1.1.0,<2.0.0",
"langchain-openai>=1.1.0,<2.0.0",
]
[project.urls]

View File

@@ -1,5 +1,5 @@
version = 1
revision = 3
revision = 2
requires-python = ">=3.10.0, <4.0.0"
resolution-markers = [
"python_full_version >= '3.13' and platform_python_implementation == 'PyPy'",
@@ -370,7 +370,7 @@ wheels = [
[[package]]
name = "langchain-core"
version = "1.0.4"
version = "1.1.0"
source = { editable = "../../core" }
dependencies = [
{ name = "jsonpatch" },
@@ -404,7 +404,6 @@ test = [
{ name = "blockbuster", specifier = ">=1.5.18,<1.6.0" },
{ name = "freezegun", specifier = ">=1.2.2,<2.0.0" },
{ name = "grandalf", specifier = ">=0.8.0,<1.0.0" },
{ name = "langchain-model-profiles", directory = "../../model-profiles" },
{ name = "langchain-tests", directory = "../../standard-tests" },
{ name = "numpy", marker = "python_full_version < '3.13'", specifier = ">=1.26.4" },
{ name = "numpy", marker = "python_full_version >= '3.13'", specifier = ">=2.1.0" },
@@ -421,7 +420,6 @@ test = [
]
test-integration = []
typing = [
{ name = "langchain-model-profiles", directory = "../../model-profiles" },
{ name = "langchain-text-splitters", directory = "../../text-splitters" },
{ name = "mypy", specifier = ">=1.18.1,<1.19.0" },
{ name = "types-pyyaml", specifier = ">=6.0.12.2,<7.0.0.0" },
@@ -430,7 +428,7 @@ typing = [
[[package]]
name = "langchain-deepseek"
version = "1.0.1"
version = "1.1.0"
source = { editable = "." }
dependencies = [
{ name = "langchain-core" },
@@ -477,7 +475,7 @@ typing = [{ name = "mypy", specifier = ">=1.10.0,<2.0.0" }]
[[package]]
name = "langchain-openai"
version = "1.0.2"
version = "1.1.0"
source = { editable = "../openai" }
dependencies = [
{ name = "langchain-core" },
@@ -527,7 +525,7 @@ typing = [
[[package]]
name = "langchain-tests"
version = "1.0.1"
version = "1.0.2"
source = { editable = "../../standard-tests" }
dependencies = [
{ name = "httpx" },

View File

@@ -9,10 +9,10 @@ license = { text = "MIT" }
readme = "README.md"
authors = []
version = "1.0.0"
version = "1.1.0"
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"langchain-core>=1.0.0,<2.0.0",
"langchain-core>=1.1.0,<2.0.0",
"openai>=2.0.0,<3.0.0",
]

View File

@@ -1,5 +1,5 @@
version = 1
revision = 3
revision = 2
requires-python = ">=3.10.0, <4.0.0"
resolution-markers = [
"python_full_version >= '3.13' and platform_python_implementation == 'PyPy'",
@@ -495,7 +495,7 @@ wheels = [
[[package]]
name = "langchain-core"
version = "1.0.0"
version = "1.1.0"
source = { editable = "../../core" }
dependencies = [
{ name = "jsonpatch" },
@@ -553,7 +553,7 @@ typing = [
[[package]]
name = "langchain-perplexity"
version = "1.0.0"
version = "1.1.0"
source = { editable = "." }
dependencies = [
{ name = "langchain-core" },
@@ -626,7 +626,7 @@ typing = [
[[package]]
name = "langchain-tests"
version = "1.0.0"
version = "1.0.2"
source = { editable = "../../standard-tests" }
dependencies = [
{ name = "httpx" },

View File

@@ -9,11 +9,11 @@ license = { text = "MIT" }
readme = "README.md"
authors = []
version = "1.0.0"
version = "1.1.0"
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"langchain-openai>=1.0.0,<2.0.0",
"langchain-core>=1.0.0,<2.0.0",
"langchain-openai>=1.1.0,<2.0.0",
"langchain-core>=1.1.0,<2.0.0",
"requests>=2.0.0,<3.0.0",
"aiohttp>=3.9.1,<4.0.0",
]

View File

@@ -1,5 +1,5 @@
version = 1
revision = 3
revision = 2
requires-python = ">=3.10.0, <4.0.0"
resolution-markers = [
"python_full_version >= '3.13' and platform_python_implementation == 'PyPy'",
@@ -621,7 +621,7 @@ wheels = [
[[package]]
name = "langchain-core"
version = "1.0.0"
version = "1.1.0"
source = { editable = "../../core" }
dependencies = [
{ name = "jsonpatch" },
@@ -679,7 +679,7 @@ typing = [
[[package]]
name = "langchain-openai"
version = "1.0.0"
version = "1.1.0"
source = { editable = "../openai" }
dependencies = [
{ name = "langchain-core" },
@@ -702,7 +702,6 @@ test = [
{ name = "langchain", editable = "../../langchain_v1" },
{ name = "langchain-core", editable = "../../core" },
{ name = "langchain-tests", editable = "../../standard-tests" },
{ name = "langgraph-prebuilt", specifier = ">=0.7.0rc1" },
{ name = "numpy", marker = "python_full_version < '3.13'", specifier = ">=1.26.4" },
{ name = "numpy", marker = "python_full_version >= '3.13'", specifier = ">=2.1.0" },
{ name = "pytest", specifier = ">=7.3.0,<8.0.0" },
@@ -730,7 +729,7 @@ typing = [
[[package]]
name = "langchain-tests"
version = "1.0.0"
version = "1.0.2"
source = { editable = "../../standard-tests" }
dependencies = [
{ name = "httpx" },
@@ -775,7 +774,7 @@ typing = [
[[package]]
name = "langchain-xai"
version = "1.0.0"
version = "1.1.0"
source = { editable = "." }
dependencies = [
{ name = "aiohttp" },