Skip to content

Commit

Permalink
chore: release python sdk v0.1.30 (CopilotKit#1091)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranst91 authored Dec 12, 2024
1 parent 10e0658 commit ea6ffae
Show file tree
Hide file tree
Showing 21 changed files with 341 additions and 336 deletions.
43 changes: 22 additions & 21 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 @@ -36,7 +36,7 @@ langchain = "0.3.4"
openai = "^1.52.1"
langchain-community = "^0.3.1"
tavily-python = "^0.5.0"
copilotkit = "0.1.29"
copilotkit = "0.1.30"
python-dotenv = "^1.0.1"
uvicorn = "^0.31.0"

Expand Down
35 changes: 18 additions & 17 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 @@ -32,7 +32,7 @@ langchain-google-genai = "2.0.0"
langchain = "0.3.4"
openai = "^1.52.1"
langchain-community = "^0.3.1"
copilotkit = "0.1.29"
copilotkit = "0.1.30"
uvicorn = "^0.31.0"
python-dotenv = "^1.0.1"

Expand Down
35 changes: 18 additions & 17 deletions examples/coagents-qa-text/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-text/agent/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ langchain-openai = "0.2.3"
langchain = "0.3.4"
openai = "^1.52.1"
langchain-community = "^0.3.1"
copilotkit = "0.1.29"
copilotkit = "0.1.30"
uvicorn = "^0.31.0"
python-dotenv = "^1.0.1"
langchain-anthropic = "0.2.3"
Expand Down
Loading

0 comments on commit ea6ffae

Please sign in to comment.