mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
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:
@@ -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",
|
||||||
]
|
]
|
||||||
|
|||||||
2
libs/partners/openai/uv.lock
generated
2
libs/partners/openai/uv.lock
generated
@@ -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" },
|
||||||
|
|||||||
Reference in New Issue
Block a user