Skip to content

Commit 8d8f82a

Browse files
authored
Chore: release py sdk (CopilotKit#1064)
* chore(python-sdk): release version 0.1.29 * chore(demos): update all demos to use latest python sdk version
1 parent 75cb5ce commit 8d8f82a

19 files changed

Lines changed: 1681 additions & 1838 deletions

File tree

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

Lines changed: 91 additions & 90 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ langchain = "0.3.4"
3636
openai = "^1.52.1"
3737
langchain-community = "^0.3.1"
3838
tavily-python = "^0.5.0"
39-
copilotkit = "0.1.28"
39+
copilotkit = "0.1.29"
4040
python-dotenv = "^1.0.1"
4141
uvicorn = "^0.31.0"
4242

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

Lines changed: 91 additions & 90 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ langchain-google-genai = "2.0.0"
3232
langchain = "0.3.4"
3333
openai = "^1.52.1"
3434
langchain-community = "^0.3.1"
35-
copilotkit = "0.1.28"
35+
copilotkit = "0.1.29"
3636
uvicorn = "^0.31.0"
3737
python-dotenv = "^1.0.1"
3838

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

Lines changed: 91 additions & 90 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ langchain-openai = "0.2.3"
3030
langchain = "0.3.4"
3131
openai = "^1.52.1"
3232
langchain-community = "^0.3.1"
33-
copilotkit = "0.1.28"
33+
copilotkit = "0.1.29"
3434
uvicorn = "^0.31.0"
3535
python-dotenv = "^1.0.1"
3636
langchain-anthropic = "0.2.3"

examples/coagents-qa/agent/poetry.lock

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

examples/coagents-qa/agent/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ langchain-anthropic = "^0.2.1"
3131
langchain = "^0.3.1"
3232
openai = "^1.51.0"
3333
langchain-community = "^0.3.1"
34-
copilotkit = "0.1.28a5"
34+
copilotkit = "0.1.29"
3535
uvicorn = "^0.31.0"
3636
python-dotenv = "^1.0.1"
3737

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

Lines changed: 91 additions & 90 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ build-backend = "setuptools.build_meta"
2929

3030
[tool.poetry.dependencies]
3131
python = "^3.12"
32-
copilotkit = "0.1.28"
32+
copilotkit = "0.1.29"
3333
langgraph = "0.2.52"
3434
langchain-core = "^0.3.12"
3535
langchain-openai = "0.2.3"

0 commit comments

Comments
 (0)