We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b57644 commit ddde1efCopy full SHA for ddde1ef
libs/partners/anthropic/pyproject.toml
@@ -8,7 +8,7 @@ license = { text = "MIT" }
8
requires-python = ">=3.10"
9
dependencies = [
10
"anthropic<1,>=0.64.0",
11
- "langchain-core<2.0.0,>=1.0.0",
+ "langchain-core<2.0.0,>=1.0.0a1",
12
"pydantic<3.0.0,>=2.7.4",
13
]
14
name = "langchain-anthropic"
libs/partners/openai/pyproject.toml
@@ -7,7 +7,7 @@ authors = []
7
license = { text = "MIT" }
"openai<2.0.0,>=1.99.9",
"tiktoken<1,>=0.7",
0 commit comments