Skip to content

Commit d5a6028

Browse files
authored
Update protobuf requirement from <6,>=4.21.6 to >=4.21.6,<7 (#129)
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/v4.22.0-rc1...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>
2 parents 73c3792 + 4245dc9 commit d5a6028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies = [
4040
"frequenz-channels >= 1.0.0-rc1, < 2.0.0",
4141
"frequenz-client-base >= 0.8.0, < 0.10.0",
4242
"grpcio >= 1.54.2, < 2",
43-
"protobuf >= 4.21.6, < 6",
43+
"protobuf >= 4.21.6, < 7",
4444
"timezonefinder >= 6.2.0, < 7",
4545
"typing-extensions >= 4.5.0, < 5",
4646
]

0 commit comments

Comments
 (0)