Skip to content

Commit 376e2e7

Browse files
committed
Updates
1 parent 5d7c9f6 commit 376e2e7

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/minimal-install.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,8 @@ jobs:
3434
# This simulates what an end-user gets with `pip install a2a-sdk`.
3535
VIRTUAL_ENV=.venv-minimal uv pip install dist/*.whl
3636
37+
- name: List installed packages
38+
run: VIRTUAL_ENV=.venv-minimal uv pip list
39+
3740
- name: Run import smoke test
3841
run: .venv-minimal/bin/python scripts/test_minimal_install.py

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ dependencies = [
1616
"json-rpc>=1.15.0",
1717
"googleapis-common-protos>=1.70.0",
1818
"culsans>=0.11.0 ; python_full_version < '3.13'",
19+
"packaging>=24.0",
1920
]
2021

2122
classifiers = [

0 commit comments

Comments
 (0)