Skip to content

Commit 5ebb8f4

Browse files
chore: update copilotkit versions in examples
1 parent ed97bdd commit 5ebb8f4

10 files changed

Lines changed: 683 additions & 704 deletions

File tree

examples/coagents-ai-researcher/agent/poetry.lock

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

examples/coagents-ai-researcher/agent/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ dependencies = [
1717
"openai",
1818
"langchain-community",
1919
"tavily-python",
20-
"copilotkit==0.1.28a6",
2120
"python-dotenv",
2221
"uvicorn",
2322
]
@@ -37,7 +36,7 @@ langchain = "0.3.4"
3736
openai = "^1.52.1"
3837
langchain-community = "^0.3.1"
3938
tavily-python = "^0.5.0"
40-
copilotkit = "0.1.28a6"
39+
copilotkit = "0.1.28"
4140
python-dotenv = "^1.0.1"
4241
uvicorn = "^0.31.0"
4342

examples/coagents-qa-native/agent/poetry.lock

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

examples/coagents-qa-native/agent/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ dependencies = [
1616
"langchain",
1717
"openai",
1818
"langchain-community",
19-
"copilotkit==0.1.28a6",
2019
]
2120

2221
[build-system]
@@ -33,7 +32,7 @@ langchain-google-genai = "2.0.0"
3332
langchain = "0.3.4"
3433
openai = "^1.52.1"
3534
langchain-community = "^0.3.1"
36-
copilotkit = "0.1.28a6"
35+
copilotkit = "0.1.28"
3736
uvicorn = "^0.31.0"
3837
python-dotenv = "^1.0.1"
3938

examples/coagents-qa-text/agent/poetry.lock

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

examples/coagents-qa-text/agent/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ dependencies = [
1616
"langchain",
1717
"openai",
1818
"langchain-community",
19-
"copilotkit==0.1.28a6",
2019
]
2120

2221
[build-system]
@@ -31,7 +30,7 @@ langchain-openai = "0.2.3"
3130
langchain = "0.3.4"
3231
openai = "^1.52.1"
3332
langchain-community = "^0.3.1"
34-
copilotkit = "0.1.28a6"
33+
copilotkit = "0.1.28"
3534
uvicorn = "^0.31.0"
3635
python-dotenv = "^1.0.1"
3736
langchain-anthropic = "0.2.3"

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

Lines changed: 118 additions & 129 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: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ dependencies = [
1818
"langchain-community",
1919
"langchain-anthropic",
2020
"tavily-python",
21-
"copilotkit==0.1.28a6",
2221
"python-dotenv",
2322
"uvicorn",
2423
"html2text"
@@ -30,7 +29,7 @@ build-backend = "setuptools.build_meta"
3029

3130
[tool.poetry.dependencies]
3231
python = "^3.12"
33-
copilotkit = "0.1.28a6"
32+
copilotkit = "0.1.28"
3433
langgraph = "0.2.52"
3534
langchain-core = "^0.3.12"
3635
langchain-openai = "0.2.3"

examples/coagents-routing/agent/poetry.lock

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

examples/coagents-routing/agent/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = [
1616
"langchain",
1717
"openai",
1818
"langchain-community",
19-
"copilotkit==0.1.28a6",
19+
"",
2020
]
2121

2222
[build-system]
@@ -32,7 +32,7 @@ langchain-anthropic = "^0.2.1"
3232
langchain = "^0.3.1"
3333
openai = "^1.51.0"
3434
langchain-community = "^0.3.1"
35-
copilotkit = "0.1.28a6"
35+
copilotkit = "0.1.28"
3636
uvicorn = "^0.31.0"
3737
python-dotenv = "^1.0.1"
3838
langchain-google-genai = "^2.0.4"

0 commit comments

Comments
 (0)