Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin protobuf to 5 and below #2216

Merged
merged 5 commits into from
Mar 5, 2025
Merged

Pin protobuf to 5 and below #2216

merged 5 commits into from
Mar 5, 2025

Conversation

G-D-Petrov
Copy link
Collaborator

@G-D-Petrov G-D-Petrov commented Mar 5, 2025

Reference Issues/PRs

What does this implement or fix?

  • Pins the version of protobuf to 5 and below as there is now a version 6
  • Fixes the link in the failure notification

Enabling protobuf 6 is potentially a breaking change, so better to pin to the currently supported one for now.

Any other comments?

Checklist

Checklist for code changes...
  • Have you updated the relevant docstrings, documentation and copyright notice?
  • Is this contribution tested against all ArcticDB's features?
  • Do all exceptions introduced raise appropriate error messages?
  • Are API changes highlighted in the PR description?
  • Is the PR labelled as enhancement or bug so it appears in autogenerated release notes?

@G-D-Petrov G-D-Petrov added the patch Small change, should increase patch version label Mar 5, 2025
@G-D-Petrov G-D-Petrov changed the title Enable protobuf 6 Pin protobuf to 5 and below Mar 5, 2025
@G-D-Petrov
Copy link
Collaborator Author

The benchmark job is failing it is using the flow from master.
There is a fix for it in this PR.

@G-D-Petrov G-D-Petrov merged commit 3521df0 into master Mar 5, 2025
153 of 154 checks passed
@G-D-Petrov G-D-Petrov deleted the gpetrov/fix_protobuf branch March 5, 2025 16:19
poodlewars pushed a commit that referenced this pull request Mar 7, 2025
#### Reference Issues/PRs
<!--Example: Fixes #1234. See also #3456.-->

#### What does this implement or fix?

- Pins the version of protobuf to 5 and below as there is now a version
6
- Fixes the link in the failure notification

Enabling protobuf 6 is potentially a breaking change, so better to pin
to the currently supported one for now.

#### Any other comments?

#### Checklist

<details>
  <summary>
   Checklist for code changes...
  </summary>
 
- [ ] Have you updated the relevant docstrings, documentation and
copyright notice?
- [ ] Is this contribution tested against [all ArcticDB's
features](../docs/mkdocs/docs/technical/contributing.md)?
- [ ] Do all exceptions introduced raise appropriate [error
messages](https://docs.arcticdb.io/error_messages/)?
 - [ ] Are API changes highlighted in the PR description?
- [ ] Is the PR labelled as enhancement or bug so it appears in
autogenerated release notes?
</details>

<!--
Thanks for contributing a Pull Request to ArcticDB! Please ensure you
have taken a look at:
- ArcticDB's Code of Conduct:
https://github.com/man-group/ArcticDB/blob/master/CODE_OF_CONDUCT.md
- ArcticDB's Contribution Licensing:
https://github.com/man-group/ArcticDB/blob/master/docs/mkdocs/docs/technical/contributing.md#contribution-licensing
-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Small change, should increase patch version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants