Commit 0a70cc4
authored
Change Python version specifiers for protobuf to
The previous specifiers were too restrictive of maximum values; we
_know_ the minimum version that we want to allow, but we leave it up to
users to determine their maximum. (Newer versions of the `protobuf`
runtime should support previous versions of gencode, [at least up to the
next major version][1], but possibly further in practice.)
In terms of `types-protobuf`, the versions simply match the version of
the runtime, and so similarly should not have an upper bound.
[1]: https://protobuf.dev/support/cross-version-runtime-guarantee/#major>= (#2041)1 parent 48600e9 commit 0a70cc4
File tree
2 files changed
+4
-3
lines changed- plugins/protocolbuffers
- pyi/v32.1
- python/v32.1
2 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
0 commit comments