Skip to content

Commit 2d7d7bc

Browse files
Update protobuf requirement from <=3.20 to <=6.32.1
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](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 6.32.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4ab6ffc commit 2d7d7bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dev = [
3535
# For testing older versions of Streamlit: https://discuss.streamlit.io/t/modulenotfounderror-no-module-named-altair-vegalite-v4/42921
3636
"altair<5",
3737
# For testing older versions of Streamlit: https://discuss.streamlit.io/t/streamlit-run-with-protobuf-error/25632/3
38-
"protobuf<=3.20",
38+
"protobuf<=6.32.1",
3939
"mkdocs-material>=9.6.20",
4040
]
4141

0 commit comments

Comments
 (0)