We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d7c9f6 commit 376e2e7Copy full SHA for 376e2e7
2 files changed
.github/workflows/minimal-install.yml
@@ -34,5 +34,8 @@ jobs:
34
# This simulates what an end-user gets with `pip install a2a-sdk`.
35
VIRTUAL_ENV=.venv-minimal uv pip install dist/*.whl
36
37
+ - name: List installed packages
38
+ run: VIRTUAL_ENV=.venv-minimal uv pip list
39
+
40
- name: Run import smoke test
41
run: .venv-minimal/bin/python scripts/test_minimal_install.py
pyproject.toml
@@ -16,6 +16,7 @@ dependencies = [
16
"json-rpc>=1.15.0",
17
"googleapis-common-protos>=1.70.0",
18
"culsans>=0.11.0 ; python_full_version < '3.13'",
19
+ "packaging>=24.0",
20
]
21
22
classifiers = [
0 commit comments