mirror of
https://github.com/hwchase17/langchain.git
synced 2026-07-15 15:40:34 +00:00
chore(openai): bump minimum core version (#32795)
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
2
libs/partners/openai/uv.lock
generated
2
libs/partners/openai/uv.lock
generated
@@ -419,7 +419,7 @@ wheels = [
|
||||
|
||||
[[package]]
|
||||
name = "langchain-core"
|
||||
version = "1.0.0a1"
|
||||
version = "1.0.0a2"
|
||||
source = { editable = "../../core" }
|
||||
dependencies = [
|
||||
{ name = "jsonpatch" },
|
||||
|
||||
Reference in New Issue
Block a user