Skip to content

Commit

Permalink
Version 5.2.0 - Protobuf Struct Update
Browse files Browse the repository at this point in the history
### Added

- Support for the `google.protobuf.Struct` message
  • Loading branch information
CCP-Zeulix committed Sep 24, 2024
1 parent 83dab4a commit 3583a8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion neobuilder/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '5.2.0-rc.1'
__version__ = '5.2.0'

__author__ = 'Thordur Matthiasson <[email protected]>'
__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 @@ -34,7 +34,7 @@ classifiers = [
]

dependencies = [
"protoplasm >=5.0, <6",
"protoplasm >=5.2, <6",
"ccptools >= 1.1, <2",
"Jinja2 >=3.1, <4",
"semver >= 3.0.2, <4"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
protoplasm >=5.0, <6
protoplasm >=5.2, <6
ccptools >=1.1, <2
Jinja2 >=3.1, <4
semver >= 3.0.2, <4

0 comments on commit 3583a8c

Please sign in to comment.