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 dbe6df7 commit bb81b92Copy full SHA for bb81b92
pyproject.toml
@@ -9,14 +9,13 @@ dependencies = [
9
"langgraph>=1.0.1, <1.1.0",
10
"langchain-core>=1.0.0, <1.1.0",
11
"langgraph-checkpoint-sqlite>=2.0.3",
12
- "langchain-community>=0.3.21",
13
- "langchain-openai>=0.3.3",
14
- "langchain>=0.3.4",
+ "langchain-community>=0.4.1",
+ "langchain-openai>=1.0.1",
+ "langchain>=1.0.2",
15
"pydantic-settings>=2.6.0",
16
"python-dotenv>=1.0.1",
17
"httpx>=0.27.0",
18
- "openai>=1.65.5",
19
- "openinference-instrumentation-langchain>=0.1.50",
+ "openinference-instrumentation-langchain>=0.1.54",
20
"jsonschema-pydantic>=0.6",
21
]
22
classifiers = [
0 commit comments