Skip to content

Commit

Permalink
Update protobuf requirement from <3.21 to <5.27 (#3147)
Browse files Browse the repository at this point in the history
Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v2.4.1...v5.26.0)

---
updated-dependencies:
- dependency-name: protobuf
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent eb96463 commit 5d25bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def package_files(prefix: str, directory: str, extension: str):
]

extra_deps['sentencepiece'] = [
'protobuf<3.21',
'protobuf<5.27',
'sentencepiece==0.2.0',
]

Expand Down

0 comments on commit 5d25bbb

Please sign in to comment.