mirror of
https://github.com/hwchase17/langchain.git
synced 2026-07-15 07:00:38 +00:00
fix: openai, anthropic (v1) fix core lower bound (#32724)
This commit is contained in:
@@ -8,7 +8,7 @@ license = { text = "MIT" }
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"anthropic<1,>=0.64.0",
|
||||
"langchain-core<2.0.0,>=1.0.0",
|
||||
"langchain-core<2.0.0,>=1.0.0a1",
|
||||
"pydantic<3.0.0,>=2.7.4",
|
||||
]
|
||||
name = "langchain-anthropic"
|
||||
|
||||
@@ -7,7 +7,7 @@ authors = []
|
||||
license = { text = "MIT" }
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"langchain-core<2.0.0,>=1.0.0",
|
||||
"langchain-core<2.0.0,>=1.0.0a1",
|
||||
"openai<2.0.0,>=1.99.9",
|
||||
"tiktoken<1,>=0.7",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user