krista-common-proto-schema 1.0.1__tar.gz → 1.0.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of krista-common-proto-schema might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: krista_common_proto_schema
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: Shared Protocol Buffer definitions.
5
5
  Home-page: https://github.com/your-org/krista-common-proto-schema
6
6
  Author: Krista
@@ -11,7 +11,7 @@ Usage:
11
11
  message = message_pb2.Message(id=1, sender=user, content="Hello")
12
12
  """
13
13
 
14
- __version__ = "1.0.1"
14
+ __version__ = "1.0.2"
15
15
 
16
16
  # Import compiled proto modules for easy access
17
17
  from . import user_pb2
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: krista-common-proto-schema
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: Shared Protocol Buffer definitions.
5
5
  Home-page: https://github.com/your-org/krista-common-proto-schema
6
6
  Author: Krista
@@ -154,9 +154,9 @@ setup(
154
154
 
155
155
  # Dependencies
156
156
  install_requires=[
157
- "protobuf>=3.20.0,<5.0.0",
157
+ "protobuf>=4.25.0,<7.0.0",
158
158
  ],
159
-
159
+
160
160
  # Build dependencies
161
161
  setup_requires=[
162
162
  "grpcio-tools>=1.60.0",
@@ -1 +0,0 @@
1
- protobuf<5.0.0,>=3.20.0