femtocrux 0.5.1__py3-none-any.whl → 0.5.2__py3-none-any.whl

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.
femtocrux/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.1
1
+ 0.5.2
@@ -6,7 +6,7 @@ import warnings
6
6
  import compiler_service_pb2 as compiler__service__pb2
7
7
  from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2
8
8
 
9
- GRPC_GENERATED_VERSION = '1.63.0'
9
+ GRPC_GENERATED_VERSION = '1.64.1'
10
10
  GRPC_VERSION = grpc.__version__
11
11
  EXPECTED_ERROR_RELEASE = '1.65.0'
12
12
  SCHEDULED_RELEASE_DATE = 'June 25, 2024'
@@ -118,6 +118,7 @@ def add_CompileServicer_to_server(servicer, server):
118
118
  generic_handler = grpc.method_handlers_generic_handler(
119
119
  'fscompiler.Compile', rpc_method_handlers)
120
120
  server.add_generic_rpc_handlers((generic_handler,))
121
+ server.add_registered_method_handlers('fscompiler.Compile', rpc_method_handlers)
121
122
 
122
123
 
123
124
  # This class is part of an EXPERIMENTAL API.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: femtocrux
3
- Version: 0.5.1
3
+ Version: 0.5.2
4
4
  Summary: Femtosense Compiler
5
5
  Home-page: https://github.com/femtosense/femtocrux
6
6
  Author: Femtosense
@@ -1,21 +1,21 @@
1
1
  femtocrux/ENV_REQUIREMENTS.sh,sha256=t_O1B4hJAMgxvH9gwp1qls6eVFmhSYBJe64KmuK_H-4,1389
2
2
  femtocrux/PY_REQUIREMENTS,sha256=ItZMLU9SXzT6zUFc960ccY2U4l2i8q0H9-FsVfPXeDg,303
3
- femtocrux/VERSION,sha256=q6lRYmyGkM5JPLyPAYIFu0aAA_YfvwD9PTxxzrq8AXc,6
3
+ femtocrux/VERSION,sha256=JuCrg6of9r0K44gnh6kmY6oZ2xKOEkH_yZN1-5ygwSE,6
4
4
  femtocrux/__init__.py,sha256=yIWd9I2PEXCn_PKIILAN3mkWeTf0tgtVualeTIHNxfQ,342
5
5
  femtocrux/version.py,sha256=uNg2kHxQo6oUN1ah7s9_85rCZVRoTHGPD1GAQPZW4lw,164
6
6
  femtocrux/client/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  femtocrux/client/client.py,sha256=PNaXL_XTe_7_r14WWKmp1RnvAW-kvYzDXcimseA8sEo,22726
8
8
  femtocrux/grpc/__init__.py,sha256=uiMHQt5I2eAKJqI3Zh0h1Gm7cmPR4PbaGS71nCJQCGw,169
9
9
  femtocrux/grpc/compiler_service_pb2.py,sha256=Fu4wOuUsu4lN1Ig3GacvuzYJ7MPRq-hTbqSzrCDqRAc,4460
10
- femtocrux/grpc/compiler_service_pb2_grpc.py,sha256=d6ia_tmF6FD1rNScAjgtWVfpvirVds_v6hq2xEFyZsw,8652
10
+ femtocrux/grpc/compiler_service_pb2_grpc.py,sha256=SgL_HC0nLzuwjpm8U6CdRPb2sJjVOLQrhKHpp0D-gHk,8737
11
11
  femtocrux/server/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
12
  femtocrux/server/exceptions.py,sha256=lI6n471n5QKf5G3aL_1kuBVEItD-jBgithVVpPDwNYc,609
13
13
  femtocrux/server/healthcheck.py,sha256=ehqAwnv0D0zpy-AUZAPwv8rp874DZCwUmP8nzdXzZvI,1565
14
14
  femtocrux/server/server.py,sha256=tmXVleZQB59oFzdmut3na4NnDvr0gmxphXF3N3MQx6I,7919
15
15
  femtocrux/util/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
16
  femtocrux/util/utils.py,sha256=FZ8cssDom4B3FDbVU_ew4Cf3wOWjo2w1jwcbnLzoYnM,1003
17
- femtocrux-0.5.1.dist-info/LICENSE,sha256=eN9ZI1xHjUmFvN3TEeop5kBGXRUBfbsl55KBNBYYFqI,36
18
- femtocrux-0.5.1.dist-info/METADATA,sha256=qUdCKstH1LNLf9AeEJh0Alogiys9TwMkyc1gZsqb958,3536
19
- femtocrux-0.5.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
20
- femtocrux-0.5.1.dist-info/top_level.txt,sha256=BkTttlioC3je__8577wxRieZqY3Abu7FOOdMnmYbcNI,10
21
- femtocrux-0.5.1.dist-info/RECORD,,
17
+ femtocrux-0.5.2.dist-info/LICENSE,sha256=eN9ZI1xHjUmFvN3TEeop5kBGXRUBfbsl55KBNBYYFqI,36
18
+ femtocrux-0.5.2.dist-info/METADATA,sha256=P66oOHRV4rSI2CrJxEdmuqZ8mRiXPW34Yh4EkJ6DZwo,3536
19
+ femtocrux-0.5.2.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
20
+ femtocrux-0.5.2.dist-info/top_level.txt,sha256=BkTttlioC3je__8577wxRieZqY3Abu7FOOdMnmYbcNI,10
21
+ femtocrux-0.5.2.dist-info/RECORD,,