standard-tests, openai: bump core (#30202)

This commit is contained in:
ccurme 2025-03-10 15:22:24 -04:00 committed by GitHub
parent 38420ee76e
commit 62c570dd77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@ authors = []
license = { text = "MIT" }
requires-python = "<4.0,>=3.9"
dependencies = [
"langchain-core<1.0.0,>=0.3.42",
"langchain-core<1.0.0,>=0.3.43",
"openai<2.0.0,>=1.58.1",
"tiktoken<1,>=0.7",
]

View File

@ -462,7 +462,7 @@ wheels = [
[[package]]
name = "langchain-core"
version = "0.3.42"
version = "0.3.43"
source = { editable = "../../core" }
dependencies = [
{ name = "jsonpatch" },
@ -603,7 +603,7 @@ typing = [
[[package]]
name = "langchain-tests"
version = "0.3.13"
version = "0.3.14"
source = { editable = "../../standard-tests" }
dependencies = [
{ name = "httpx" },

View File

@ -7,7 +7,7 @@ authors = [{ name = "Erick Friis", email = "erick@langchain.dev" }]
license = { text = "MIT" }
requires-python = "<4.0,>=3.9"
dependencies = [
"langchain-core<1.0.0,>=0.3.42",
"langchain-core<1.0.0,>=0.3.43",
"pytest<9,>=7",
"pytest-asyncio<1,>=0.20",
"httpx<1,>=0.25.0",

View File

@ -288,7 +288,7 @@ wheels = [
[[package]]
name = "langchain-core"
version = "0.3.42"
version = "0.3.43"
source = { editable = "../core" }
dependencies = [
{ name = "jsonpatch" },