Commit 0f55f55
authored
fix: relax protobuf dependency version requirement (#381)
We want to use this in a project that requires `protobuf==6.31.1`.
Version history indicates upgrading a2a-python to that version is not
possible at the moment. Therefore, relax the required version to just be
`>=5.29.5` (instead of `==`).
This does print a warning when using a2a-python with a (major) newer
version, but my tests show that it works just fine. Better to live with
the warning than not being able to use a2a-python at all.
This does not update the buf generation config as this would upgrade to
newer proto requirements (and generate protos for newer versions).1 parent 760697f commit 0f55f55
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments