Skip to content

Commit

Permalink
Version 5.3.1 - Support for Structs
Browse files Browse the repository at this point in the history
### Fixed

- Dependency on the correct protobuf version now!
  • Loading branch information
CCP-Zeulix committed Sep 24, 2024
1 parent 913d5cc commit 45bf89d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion protoplasm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '5.3.0'
__version__ = '5.3.1'

__author__ = 'Thordur Matthiasson <thordurm@ccpgames.com>'
__license__ = 'MIT License'
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ classifiers = [

dependencies = [
"ccptools >= 1.1, <2",
"protobuf >=5.28.2, <6",
"protobuf == 5.27.2",
"grpcio >=1.66.1, <2",
"grpcio-tools >=1.66.1, <2",
"googleapis-common-protos >=1.65, <2"
Expand Down

0 comments on commit 45bf89d

Please sign in to comment.