pryvx 2.4.3__tar.gz → 2.4.4__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pryvx
3
- Version: 2.4.3
3
+ Version: 2.4.4
4
4
  Summary: A comprehensive package for privacy-enhancing technologies
5
5
  Home-page: UNKNOWN
6
6
  Author: PryvX (Jayesh Kenaudekar)
@@ -34,10 +34,10 @@ class ModelServicer(pryvx_pb2_grpc.ModelServiceServicer):
34
34
 
35
35
  print(f"✅ Received and saved model from {client_id}")
36
36
 
37
- return pryvx_pb2.ModelResponse(message=f"Model from {client_id} received and saved.")
37
+ return f"Model from {client_id} received and saved."
38
38
  except Exception as e:
39
39
  print(f"❌ Error processing model: {e}")
40
- return pryvx_pb2.ModelResponse(message="Failed to process model")
40
+ return "Failed to process model"
41
41
 
42
42
 
43
43
  def start_server():
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pryvx
3
- Version: 2.4.3
3
+ Version: 2.4.4
4
4
  Summary: A comprehensive package for privacy-enhancing technologies
5
5
  Home-page: UNKNOWN
6
6
  Author: PryvX (Jayesh Kenaudekar)
@@ -1,6 +1,6 @@
1
1
  from setuptools import setup, find_packages
2
2
 
3
- VERSION = '2.4.3'
3
+ VERSION = '2.4.4'
4
4
 
5
5
 
6
6
  # Setting up
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes