Commit 6fb447d
chore(deps): ignore grpcio-tools>=1.82.1 pending protobuf 7 migration (#175)
grpcio-tools 1.82.1 raised its own floor to protobuf>=7.35.1, which
conflicts with our protobuf<7 pin in sdk/pyproject.toml (broke
decree-python#174). The existing protobuf>=7 ignore rule assumed a
future grpcio-tools release would support protobuf 7.x while retaining
protobuf<7 support; it didn't, it just moved forward. Ignore
grpcio-tools>=1.82.1 too, until we deliberately migrate to protobuf 7.
Refs #174
Co-authored-by: Claude <noreply@anthropic.com>1 parent bb2a713 commit 6fb447d
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
23 | 28 | | |
24 | 29 | | |
25 | 30 | | |
| |||
0 commit comments