chore(openai): bump minimum core version (#32795)

This commit is contained in:
ccurme
2025-09-02 14:06:49 -04:00
committed by GitHub
parent a54f4385f8
commit 50b48fa1ff
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ authors = []
license = { text = "MIT" }
requires-python = ">=3.10"
dependencies = [
"langchain-core<2.0.0,>=1.0.0a1",
"langchain-core<2.0.0,>=1.0.0a2",
"openai<2.0.0,>=1.99.9",
"tiktoken<1,>=0.7",
]

View File

@@ -419,7 +419,7 @@ wheels = [
[[package]]
name = "langchain-core"
version = "1.0.0a1"
version = "1.0.0a2"
source = { editable = "../../core" }
dependencies = [
{ name = "jsonpatch" },