Skip to content

Commit b78a353

Browse files
chore(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 fb401d9 commit b78a353

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
@@ -41,7 +41,7 @@ install_requires =
4141
# warning filter implemented in `weaviate/_authlib_compat.py`.
4242
pydantic>=2.12.0,<3.0.0
4343
grpcio>=1.59.5,<1.80.0
44-
protobuf>=4.21.6,<7.0.0
44+
protobuf>=4.21.6,<8.0.0
4545
packaging>=21.0
4646
python_requires = >=3.10
4747

0 commit comments

Comments
 (0)