fix(openai): bump min core version (#33188)

Required for new tests added in
https://github.com/langchain-ai/langchain/pull/32541 and
https://github.com/langchain-ai/langchain/pull/33183.
This commit is contained in:
ccurme
2025-10-01 11:01:15 -04:00
committed by GitHub
parent 08bb74f148
commit 740842485c
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ authors = []
license = { text = "MIT" } license = { text = "MIT" }
requires-python = ">=3.9.0,<4.0.0" requires-python = ">=3.9.0,<4.0.0"
dependencies = [ dependencies = [
"langchain-core>=0.3.76,<2.0.0", "langchain-core>=0.3.77,<2.0.0",
"openai>=1.104.2,<3.0.0", "openai>=1.104.2,<3.0.0",
"tiktoken>=0.7.0,<1.0.0", "tiktoken>=0.7.0,<1.0.0",
] ]

View File

@@ -540,7 +540,7 @@ wheels = [
[[package]] [[package]]
name = "langchain-core" name = "langchain-core"
version = "0.3.76" version = "0.3.77"
source = { editable = "../../core" } source = { editable = "../../core" }
dependencies = [ dependencies = [
{ name = "jsonpatch" }, { name = "jsonpatch" },