From 45bf89d35fe6c82bdaff56b92f56574954a5fde8 Mon Sep 17 00:00:00 2001 From: ccp_zeulix Date: Tue, 24 Sep 2024 16:04:27 +0000 Subject: [PATCH] Version 5.3.1 - Support for Structs ### Fixed - Dependency on the correct protobuf version now! --- protoplasm/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/protoplasm/__init__.py b/protoplasm/__init__.py index 38a5c87..60bef0a 100644 --- a/protoplasm/__init__.py +++ b/protoplasm/__init__.py @@ -1,4 +1,4 @@ -__version__ = '5.3.0' +__version__ = '5.3.1' __author__ = 'Thordur Matthiasson ' __license__ = 'MIT License' diff --git a/pyproject.toml b/pyproject.toml index 2e71e89..4bb4ac5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"