Skip to content

Commit

Permalink
fix(deps): update copilotkit examples (CopilotKit#1215)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ariel Weinberger <Weinberger.Ariel@gmail.com>
  • Loading branch information
renovate[bot] and arielweinberger authored Jan 20, 2025
1 parent f672707 commit 13ff46a
Show file tree
Hide file tree
Showing 46 changed files with 525 additions and 458 deletions.
8 changes: 4 additions & 4 deletions examples/coagents-ai-researcher/agent/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/coagents-ai-researcher/agent/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ langchain = "0.3.4"
openai = "^1.52.1"
langchain-community = "^0.3.1"
tavily-python = "^0.5.0"
copilotkit = "0.1.33"
copilotkit = "0.1.34"
python-dotenv = "^1.0.1"
uvicorn = "^0.31.0"
langchain-core = "^0.3.25"
Expand Down
8 changes: 4 additions & 4 deletions examples/coagents-ai-researcher/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"lint": "next lint"
},
"dependencies": {
"@copilotkit/react-core": "1.5.0",
"@copilotkit/react-ui": "1.5.0",
"@copilotkit/runtime": "1.5.0",
"@copilotkit/runtime-client-gql": "1.5.0",
"@copilotkit/react-core": "1.5.12",
"@copilotkit/react-ui": "1.5.12",
"@copilotkit/runtime": "1.5.12",
"@copilotkit/runtime-client-gql": "1.5.12",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-select": "^2.1.2",
Expand Down
64 changes: 34 additions & 30 deletions examples/coagents-ai-researcher/ui/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/coagents-qa-native/agent-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typescript": "^5.6.3"
},
"dependencies": {
"@copilotkit/sdk-js": "1.5.0",
"@copilotkit/sdk-js": "1.5.12",
"@langchain/anthropic": "^0.3.8",
"@langchain/core": "^0.3.18",
"@langchain/google-genai": "^0.1.4",
Expand Down
25 changes: 16 additions & 9 deletions examples/coagents-qa-native/agent-js/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions examples/coagents-qa-native/agent/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/coagents-qa-native/agent/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ langchain-google-genai = "2.0.0"
langchain = "0.3.4"
openai = "^1.52.1"
langchain-community = "^0.3.1"
copilotkit = "0.1.33"
copilotkit = "0.1.34"
uvicorn = "^0.31.0"
python-dotenv = "^1.0.1"
langchain-core = "^0.3.25"
Expand Down
10 changes: 5 additions & 5 deletions examples/coagents-qa-native/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"lint": "next lint"
},
"dependencies": {
"@copilotkit/react-core": "1.5.0",
"@copilotkit/react-ui": "1.5.0",
"@copilotkit/runtime": "1.5.0",
"@copilotkit/runtime-client-gql": "1.5.0",
"@copilotkit/shared": "1.5.0",
"@copilotkit/react-core": "1.5.12",
"@copilotkit/react-ui": "1.5.12",
"@copilotkit/runtime": "1.5.12",
"@copilotkit/runtime-client-gql": "1.5.12",
"@copilotkit/shared": "1.5.12",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-select": "^2.1.2",
Expand Down
Loading

0 comments on commit 13ff46a

Please sign in to comment.