Skip to content

Commit 3fa8c80

Browse files
chore: bump multiple dependencies to latest before major changes (#41)
* chore: bump multiple dependencies to latest before major changes * fix: examples after upgrade of dependencies
1 parent ee274bd commit 3fa8c80

30 files changed

Lines changed: 2720 additions & 2451 deletions

File tree

examples/async-user-confirmation/langchain-examples/poetry.lock

Lines changed: 141 additions & 144 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/async-user-confirmation/langchain-examples/pyproject.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ langgraph_up = "src.cli:start_langgraph_dev"
1414

1515
[tool.poetry.dependencies]
1616
python = "^3.11"
17-
flask = "^3.0.0"
18-
apscheduler = "^3.10.1"
17+
flask = "^3.1.1"
18+
apscheduler = "^3.11.0"
1919
httpx = "^0.28.1"
20-
python-dotenv = "^1.0.1"
21-
pydantic = "^2.10.6"
20+
python-dotenv = "^1.1.1"
21+
pydantic = "^2.11.7"
2222
nanoid = "^2.0.0"
23-
langchain = "^0.3.25"
24-
langchain-core = "^0.3.59"
25-
langchain-openai = "^0.3.16"
26-
langgraph = "^0.4.3"
27-
langgraph-cli = "^0.2.8"
28-
langgraph-api = "^0.2.19"
29-
langgraph-runtime-inmem = "^0.0.10"
23+
langchain = "^0.3.26"
24+
langchain-core = "^0.3.69"
25+
langchain-openai = "^0.3.28"
26+
langgraph = "^0.5.3"
27+
langgraph-cli = "^0.3.5"
28+
langgraph-api = "^0.2.96"
29+
langgraph-runtime-inmem = "^0.6.0"
3030
auth0-ai-langchain = { path = "../../../packages/auth0-ai-langchain", develop = true }
3131

3232
[build-system]

0 commit comments

Comments
 (0)