Skip to content

Commit

Permalink
Update protobuf requirement from <5.29 to <5.30 (#3728)
Browse files Browse the repository at this point in the history
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 Dec 2, 2024
1 parent 7824d90 commit d74df84
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 @@ -190,7 +190,7 @@ def package_files(prefix: str, directory: str, extension: str):
]

extra_deps['sentencepiece'] = [
'protobuf<5.29',
'protobuf<5.30',
'sentencepiece==0.2.0',
]

Expand Down

0 comments on commit d74df84

Please sign in to comment.