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
4 changed files with 5 additions and 5 deletions

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" },