Skip to content

Commit a2ca8ba

Browse files
authored
fix(slima2a): update slimrpc dependency to ~=0.2.0 (#1018)
# Description Update slimrpc deps of slima2a to any compatible release ~=0.2.0. ## Type of Change - [x] Bugfix - [ ] New Feature - [ ] Breaking Change - [ ] Refactor - [ ] Documentation - [ ] Other (please describe) ## Checklist - [x] I have read the [contributing guidelines](/agntcy/repo-template/blob/main/CONTRIBUTING.md) - [x] Existing issues have been referenced (where applicable) - [x] I have verified this change is not present in other open pull requests - [x] Functionality is documented - [x] All code style checks pass - [x] New code contribution is covered by automated tests - [x] All new and existing tests pass
1 parent 113d6fd commit a2ca8ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data-plane/python/integrations/slima2a/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version = "0.2.0"
77
description = "A2A protocol over slimrpc"
88
readme = "README_pypi.md"
99
requires-python = ">=3.10, <4.0"
10-
dependencies = ["a2a-sdk[telemetry]>=0.3.0", "slimrpc==0.1.0"]
10+
dependencies = ["a2a-sdk[telemetry]>=0.3.0", "slimrpc~=0.2.0"]
1111
classifiers = [
1212
"Development Status :: 3 - Alpha",
1313

0 commit comments

Comments
 (0)