Skip to content

Commit 5dba745

Browse files
Update protobuf requirement from <6.0.0,>=3.18.1 to >=3.18.1,<7.0.0 in /src/bindings/python (#29467)
Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/protocolbuffers/protobuf/commit/0d815c5b74281f081c1ee4b431a4d5bbb1615c97"><code>0d815c5</code></a> Updating version.json and repo version numbers to: 30.1</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/ebb5224493150126861ce2e192d7ae244bfea1df"><code>ebb5224</code></a> Re-add <code>system_python</code> repo alias to MODULE.bazel (<a href="https://redirect.github.com/protocolbuffers/protobuf/issues/20662">#20662</a>)</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/4747628cce300d58e3bb0da4f3ee7cbfa1ac853b"><code>4747628</code></a> Remove Java runtime classes from kotlin release. (<a href="https://redirect.github.com/protocolbuffers/protobuf/issues/20607">#20607</a>)</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/250c5502fa436e82fca50937db7d28f43855b09e"><code>250c550</code></a> Fix python codegen crash when C++ features are used. (<a href="https://redirect.github.com/protocolbuffers/protobuf/issues/20577">#20577</a>)</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/3576a1f8732c4a42df90e406e07326198182b6fb"><code>3576a1f</code></a> Loosen py_proto_library check to be on the import path instead of full direct...</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/efa65c59858cd83f348628a3c5cb350082f3199a"><code>efa65c5</code></a> Merge pull request <a href="https://redirect.github.com/protocolbuffers/protobuf/issues/20562">#20562</a> from protocolbuffers/30.x-202503042254</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/63fc9d680507ceb41d4acbf17b138e4f6f85f86b"><code>63fc9d6</code></a> Updating version.json and repo version numbers to: 30.1-dev</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/d295af5c3002c08e1bfd9d7f9e175d0a4d015f1e"><code>d295af5</code></a> Updating version.json and repo version numbers to: 30.0</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/a5c906a6e70d9efbc82651e0ea88480545fb0105"><code>a5c906a</code></a> Split maven dependencies into dev vs local (<a href="https://redirect.github.com/protocolbuffers/protobuf/issues/20549">#20549</a>) (<a href="https://redirect.github.com/protocolbuffers/protobuf/issues/20558">#20558</a>)</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/6059cb7bb921c7d8a84c0ada2dfa68f1fe7492bc"><code>6059cb7</code></a> Cherry-pick notices change for 30.x</li> <li>Additional commits viewable in <a href="https://github.com/protocolbuffers/protobuf/compare/v3.18.1...v6.30.1">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d0a4a22 commit 5dba745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bindings/python/constraints.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ h5py>=3.1.0,<3.14.0
2121
docopt~=0.6.2
2222
paddlepaddle==2.6.2
2323
tensorflow>=1.15.5,<2.18.0
24-
protobuf>=3.18.1,<6.0.0
24+
protobuf>=3.18.1,<7.0.0
2525
onnx==1.17.0

0 commit comments

Comments
 (0)