Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion binaryninja_extension/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
# keep the plugin.json runtime pin (protobuf>=7.35,<8) aligned when bumping this,
# because the generated module's ValidateProtobufRuntimeVersion guard fails at
# import against an older runtime.
grpcio-tools==1.82.1
grpcio-tools==1.83.0
protobuf>=7.35,<8
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools", "grpcio-tools==1.82.1"]
requires = ["setuptools", "grpcio-tools==1.83.0"]
build-backend = "setuptools.build_meta"

[project]
Expand Down
Loading