Skip to content

Commit

Permalink
Update protobuf requirement from <4.0.0,>=3.18.1 to >=3.18.1,<6.0.0 i…
Browse files Browse the repository at this point in the history
…n /src/bindings/python (openvinotoolkit#28322)

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/233098326bc268fc03b28725c941519fc77703e6"><code>2330983</code></a>
Updating version.json and repo version numbers to: 29.2</li>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/17726576c00d4509bc3552ec922de2399f6503fe"><code>1772657</code></a>
Automated rollback of commit 23aada230b2478c7a07fe7612489eb8e79b9c379.
(<a
href="https://redirect.github.com/protocolbuffers/protobuf/issues/19692">#19692</a>)</li>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/8b9d76c458bee6bd9e1d8edacace5b2aa7c5a4c7"><code>8b9d76c</code></a>
Export environment variables so bazelisk picks them up (<a
href="https://redirect.github.com/protocolbuffers/protobuf/issues/19690">#19690</a>)</li>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/a1c9b6a2dbda0ab13037e60ac0d6edcef93aaab7"><code>a1c9b6a</code></a>
Pin staleness check to Bazel 7 (<a
href="https://redirect.github.com/protocolbuffers/protobuf/issues/19689">#19689</a>)</li>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/3649f873a3ff7c9d01653dfd67031ab2f9548df5"><code>3649f87</code></a>
Remove unused / invalid C++ lazy repeated field code from OSS. (<a
href="https://redirect.github.com/protocolbuffers/protobuf/issues/19682">#19682</a>)</li>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/3a7bb4a9904314cdc7c245209c94b8e975aef6f5"><code>3a7bb4a</code></a>
Remove CMake downgrade workaround from Windows CI tests (<a
href="https://redirect.github.com/protocolbuffers/protobuf/issues/19630">#19630</a>)</li>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/d7d3da6f002a434e69e18226f24eb6a188839999"><code>d7d3da6</code></a>
Merge pull request <a
href="https://redirect.github.com/protocolbuffers/protobuf/issues/19506">#19506</a>
from protocolbuffers/29.x-202412032207</li>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/a3e9db8f0eae2d04f8298d65eac9e4d2da263d42"><code>a3e9db8</code></a>
Updating version.json and repo version numbers to: 29.2-dev</li>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/796e49f6ca82f763d1087d2ff7355d2f0d7b71b1"><code>796e49f</code></a>
Updating version.json and repo version numbers to: 29.1</li>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/ba6da44dd0910910ea4aad90afc9ea0ae0afc9cf"><code>ba6da44</code></a>
Rename maven to protobuf_maven in MODULE.bazel (<a
href="https://redirect.github.com/protocolbuffers/protobuf/issues/18641">#18641</a>)
(<a
href="https://redirect.github.com/protocolbuffers/protobuf/issues/19477">#19477</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/protocolbuffers/protobuf/compare/v3.18.1...v5.29.2">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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 9, 2025
1 parent e0dabc6 commit c907b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bindings/python/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ docopt~=0.6.2
paddlepaddle==2.6.2
tensorflow>=1.15.5,<2.18.0
six~=1.16.0
protobuf>=3.18.1,<4.0.0
protobuf>=3.18.1,<6.0.0
onnx==1.17.0

0 comments on commit c907b4a

Please sign in to comment.