release(standard-tests): release standard tests with sandbox provider (#35032)

Release standard tests with sandbox
This commit is contained in:
Eugene Yurtsev
2026-02-05 12:49:10 -05:00
committed by GitHub
parent 5d16ac9f63
commit 28e40c3745
2 changed files with 5 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Libraries :: Python Modules",
] ]
version = "1.1.3" version = "1.1.4"
requires-python = ">=3.10.0,<4.0.0" requires-python = ">=3.10.0,<4.0.0"
dependencies = [ dependencies = [
"langchain-core>=1.2.7,<2.0.0", "langchain-core>=1.2.7,<2.0.0",

View File

@@ -3,7 +3,7 @@ revision = 3
requires-python = ">=3.10.0, <4.0.0" requires-python = ">=3.10.0, <4.0.0"
resolution-markers = [ resolution-markers = [
"python_full_version >= '3.13'", "python_full_version >= '3.13'",
"python_full_version >= '3.11.0' and python_full_version < '3.13'", "python_full_version >= '3.11' and python_full_version < '3.13'",
"python_full_version < '3.11'", "python_full_version < '3.11'",
] ]
@@ -321,7 +321,7 @@ wheels = [
[[package]] [[package]]
name = "langchain-core" name = "langchain-core"
version = "1.2.8" version = "1.2.9"
source = { editable = "../core" } source = { editable = "../core" }
dependencies = [ dependencies = [
{ name = "jsonpatch" }, { name = "jsonpatch" },
@@ -381,7 +381,7 @@ typing = [
[[package]] [[package]]
name = "langchain-tests" name = "langchain-tests"
version = "1.1.3" version = "1.1.4"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "httpx" }, { name = "httpx" },
@@ -676,7 +676,7 @@ version = "2.3.5"
source = { registry = "https://pypi.org/simple" } source = { registry = "https://pypi.org/simple" }
resolution-markers = [ resolution-markers = [
"python_full_version >= '3.13'", "python_full_version >= '3.13'",
"python_full_version >= '3.11.0' and python_full_version < '3.13'", "python_full_version >= '3.11' and python_full_version < '3.13'",
] ]
sdist = { url = "https://files.pythonhosted.org/packages/76/65/21b3bc86aac7b8f2862db1e808f1ea22b028e30a225a34a5ede9bf8678f2/numpy-2.3.5.tar.gz", hash = "sha256:784db1dcdab56bf0517743e746dfb0f885fc68d948aba86eeec2cba234bdf1c0", size = 20584950, upload-time = "2025-11-16T22:52:42.067Z" } sdist = { url = "https://files.pythonhosted.org/packages/76/65/21b3bc86aac7b8f2862db1e808f1ea22b028e30a225a34a5ede9bf8678f2/numpy-2.3.5.tar.gz", hash = "sha256:784db1dcdab56bf0517743e746dfb0f885fc68d948aba86eeec2cba234bdf1c0", size = 20584950, upload-time = "2025-11-16T22:52:42.067Z" }
wheels = [ wheels = [