Skip to content

Commit 84fab97

Browse files
build(deps): update protobuf requirement
Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 7.34.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3e97ec9 commit 84fab97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ install_requires =
3939
authlib>=1.6.7,<2.0.0
4040
pydantic>=2.12.0,<3.0.0
4141
grpcio>=1.59.5,<1.80.0
42-
protobuf>=4.21.6,<7.0.0
42+
protobuf>=4.21.6,<8.0.0
4343
python_requires = >=3.10
4444

4545
[options.extras_require]

0 commit comments

Comments
 (0)