Skip to content

Commit ddde1ef

Browse files
authored
fix: openai, anthropic (v1) fix core lower bound (#32724)
1 parent 9b57644 commit ddde1ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libs/partners/anthropic/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = { text = "MIT" }
88
requires-python = ">=3.10"
99
dependencies = [
1010
"anthropic<1,>=0.64.0",
11-
"langchain-core<2.0.0,>=1.0.0",
11+
"langchain-core<2.0.0,>=1.0.0a1",
1212
"pydantic<3.0.0,>=2.7.4",
1313
]
1414
name = "langchain-anthropic"

libs/partners/openai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = []
77
license = { text = "MIT" }
88
requires-python = ">=3.10"
99
dependencies = [
10-
"langchain-core<2.0.0,>=1.0.0",
10+
"langchain-core<2.0.0,>=1.0.0a1",
1111
"openai<2.0.0,>=1.99.9",
1212
"tiktoken<1,>=0.7",
1313
]

0 commit comments

Comments
 (0)