Skip to content

Commit 2f2fdec

Browse files
committed
chore: fix python test ci process
1 parent c3adbd4 commit 2f2fdec

3 files changed

Lines changed: 12 additions & 11 deletions

File tree

.github/workflows/test_unit-python-sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Install dependencies
3434
working-directory: sdk-python
35-
run: poetry install
35+
run: poetry lock && poetry install --with dev
3636

3737
- name: Run tests
3838
working-directory: sdk-python

sdk-python/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.

sdk-python/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ langgraph = {version = ">=0.3.25,<1.1.0"}
1515
langchain = {version = ">=0.3.0"}
1616
crewai = { version = "0.118.0", optional = true }
1717
ag-ui-langgraph = { version = ">=0.0.27", extras = ["fastapi"] }
18+
ag-ui-protocol = ">=0.1.11"
1819
fastapi = ">=0.115.0,<1.0.0"
1920
partialjson = "^0.0.8"
2021
toml = "^0.10.2"

0 commit comments

Comments
 (0)