Skip to content

Commit 8313945

Browse files
authored
chore: upgrade dependencies of coagents-research canvas demo (CopilotKit#2314)
1 parent 8eb2282 commit 8313945

5 files changed

Lines changed: 148 additions & 73 deletions

File tree

examples/coagents-research-canvas/agent/poetry.lock

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

examples/coagents-research-canvas/agent/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
name = "research_canvas"
1010
version = "0.0.1"
1111
dependencies = [
12-
"copilotkit>=0.1.56a3",
12+
"copilotkit>=0.1.60",
1313
"crewai==0.118.0",
1414
"langchain-openai>=0.2.3",
1515
"langchain-community>=0.3.1",
@@ -36,7 +36,7 @@ build-backend = "setuptools.build_meta"
3636

3737
[tool.poetry.dependencies]
3838
python = ">=3.12,<3.13"
39-
copilotkit = "^0.1.56a4"
39+
copilotkit = "^0.1.60"
4040
crewai = "0.118.0"
4141
langchain-openai = "0.2.3"
4242
langchain-community = "^0.3.1"

examples/coagents-research-canvas/ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@copilotkit/react-core": "1.9.3-next.3",
13-
"@copilotkit/react-ui": "1.9.3-next.3",
14-
"@copilotkit/runtime": "1.9.3-next.3",
12+
"@copilotkit/react-core": "1.10.1",
13+
"@copilotkit/react-ui": "1.10.1",
14+
"@copilotkit/runtime": "1.10.1",
1515
"@radix-ui/react-dialog": "^1.1.2",
1616
"@radix-ui/react-icons": "^1.3.2",
1717
"@radix-ui/react-select": "^2.1.2",

0 commit comments

Comments
 (0)