Skip to content

Commit b49277b

Browse files
authored
fix: update all agui langgraph dependencies (CopilotKit#3115)
1 parent b94d36e commit b49277b

4 files changed

Lines changed: 17 additions & 12 deletions

File tree

.changeset/neat-news-drive.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@copilotkit/runtime": patch
3+
---
4+
5+
fix: update all agui langgraph dependencies

pnpm-lock.yaml

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

sdk-python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "copilotkit"
3-
version = "0.1.76"
3+
version = "0.1.77"
44
description = "CopilotKit python SDK"
55
authors = ["Markus Ecker <markus.ecker@gmail.com>"]
66
license = "MIT"
@@ -14,7 +14,7 @@ python = ">=3.10,<3.13"
1414
langgraph = {version = ">=0.3.25,<1.1.0"}
1515
langchain = {version = ">=0.3.0"}
1616
crewai = { version = "0.118.0", optional = true }
17-
ag-ui-langgraph = { version = ">=0.0.23", extras = ["fastapi"] }
17+
ag-ui-langgraph = { version = ">=0.0.24", extras = ["fastapi"] }
1818
fastapi = "^0.115.0"
1919
partialjson = "^0.0.8"
2020
toml = "^0.10.2"

src/v1.x/packages/runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"dependencies": {
6363
"@ag-ui/client": "^0.0.43",
6464
"@ag-ui/core": "^0.0.43",
65-
"@ag-ui/langgraph": "^0.0.22",
65+
"@ag-ui/langgraph": "^0.0.23",
6666
"@copilotkit/shared": "workspace:*",
6767
"@copilotkitnext/agent": "workspace:*",
6868
"@copilotkitnext/runtime": "workspace:*",

0 commit comments

Comments
 (0)