orca-python 0.7.2__py3-none-any.whl → 0.7.3__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.
orca_python/main.py CHANGED
@@ -198,8 +198,8 @@ def EmitWindow(window: Window) -> None:
198
198
  _time_to.FromDatetime(window.time_to)
199
199
 
200
200
  window_pb = pb.Window()
201
- window_pb.time_to = _time_from
202
- window_pb.time_from = _time_to
201
+ window_pb.time_to.CopyFrom(_time_to)
202
+ window_pb.time_from.CopyFrom(_time_from)
203
203
  window_pb.window_type_name = window.name
204
204
  window_pb.window_type_version = window.version
205
205
  window_pb.origin = window.origin
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: orca-python
3
- Version: 0.7.2
3
+ Version: 0.7.3
4
4
  Summary: Python SDK for the Predixus Orca product
5
5
  Author: Frederick Mannings
6
6
  Author-email: contact@predixus.com
@@ -9,9 +9,9 @@ vendor/validate_pb2_grpc.py,sha256=qIlTS0MGHE7myQ7tCMbS-pPqA9FMZl_Hn9Mh_uq2o9o,8
9
9
  orca_python/__init__.py,sha256=tHVOEF69iiLzbymMTuEKdbGSqeaAzpc-BiZY7VY1Gz4,362
10
10
  orca_python/envs.py,sha256=zSuukNSpEw78VpSSIDAA9KRAurWedQMwx1qyQg9f8pk,560
11
11
  orca_python/exceptions.py,sha256=el7a5VUd21nNCTSTgVn5T9gyULncrQgKyFQghWmApnw,629
12
- orca_python/main.py,sha256=0o4ZzVpwKUsNk5nGdp0aBI3N-Q7_JkK62UErjBhftlc,30453
12
+ orca_python/main.py,sha256=F6LWHkv2fnH0OOLmcCHbwdnjdZSF2cMFuwUrUwRjQeA,30469
13
13
  orca_python/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
- orca_python-0.7.2.dist-info/LICENSE,sha256=sxb8X8qhbZ_JaCBFmoIriJzA-jelKmh86sAKQsIRN_I,1062
15
- orca_python-0.7.2.dist-info/METADATA,sha256=Eg_nxSuf7bc9F6p5pFFNr-44UldKOgPeZhe8ZWxJZ0M,3019
16
- orca_python-0.7.2.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
17
- orca_python-0.7.2.dist-info/RECORD,,
14
+ orca_python-0.7.3.dist-info/LICENSE,sha256=sxb8X8qhbZ_JaCBFmoIriJzA-jelKmh86sAKQsIRN_I,1062
15
+ orca_python-0.7.3.dist-info/METADATA,sha256=4E3cKPM6bdILzQ6YsjKdFNfpC7Nlb90dbPIlpdRvcXE,3019
16
+ orca_python-0.7.3.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
17
+ orca_python-0.7.3.dist-info/RECORD,,