nebu 0.1.87__py3-none-any.whl → 0.1.88__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.
@@ -456,6 +456,7 @@ if __name__ == "__main__":
456
456
  orgs = raw_payload.get("organizations")
457
457
  handle = raw_payload.get("handle")
458
458
  adapter = raw_payload.get("adapter")
459
+ api_key = raw_payload.get("api_key")
459
460
 
460
461
  # --- Health Check Logic ---
461
462
  if kind == "HealthCheck":
@@ -535,6 +536,7 @@ if __name__ == "__main__":
535
536
  orgs=orgs,
536
537
  handle=handle,
537
538
  adapter=adapter,
539
+ api_key=api_key,
538
540
  )
539
541
  except Exception as e:
540
542
  print(
@@ -550,6 +552,7 @@ if __name__ == "__main__":
550
552
  orgs=orgs,
551
553
  handle=handle,
552
554
  adapter=adapter,
555
+ api_key=api_key,
553
556
  )
554
557
  else:
555
558
  input_obj = message_class(
@@ -562,6 +565,7 @@ if __name__ == "__main__":
562
565
  orgs=orgs,
563
566
  handle=handle,
564
567
  adapter=adapter,
568
+ api_key=api_key,
565
569
  )
566
570
  else: # Not a stream message
567
571
  param_type_name = param_type_str
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nebu
3
- Version: 0.1.87
3
+ Version: 0.1.88
4
4
  Summary: A globally distributed container runtime
5
5
  Requires-Python: >=3.10.14
6
6
  Description-Content-Type: text/markdown
@@ -15,7 +15,7 @@ nebu/containers/server.py,sha256=yFa2Y9PzBn59E1HftKiv0iapPonli2rbGAiU6r-wwe0,251
15
15
  nebu/namespaces/models.py,sha256=EqUOpzhVBhvJw2P92ONDUbIgC31M9jMmcaG5vyOrsWg,497
16
16
  nebu/namespaces/namespace.py,sha256=Q_EDH7BgQrTkaDh_l4tbo22qpq-uARfIk8ZPBLjITGY,4967
17
17
  nebu/processors/consumer.py,sha256=DBlQJjbRrRiSgF5MawyO5vPlu4PEkA7c8lgZ_RQ9rJw,52266
18
- nebu/processors/consumer_process_worker.py,sha256=tF5KU3Rnmzfc3Y0cM8J5nwGg1cJMe-ry0FmMSgGvXrY,31765
18
+ nebu/processors/consumer_process_worker.py,sha256=UAmhrR1wilQnRPbbHYZ9jaIrDKs0LKsSHxbj4VFvFcQ,31969
19
19
  nebu/processors/decorate.py,sha256=jMh7OMamPdxGn7cMxQsOl5CEEmhZ1TXkMz8nCzBpVaU,54649
20
20
  nebu/processors/default.py,sha256=W4slJenG59rvyTlJ7gRp58eFfXcNOTT2Hfi6zzJAobI,365
21
21
  nebu/processors/models.py,sha256=FnBJFxtaJkp-uIOs90qkJUBvOR80l2cdGnfmOIWIvVA,4058
@@ -23,8 +23,8 @@ nebu/processors/processor.py,sha256=OgEK8Fz0ehSe_VFiNsxweVKZIckhgVvQQ11NNffYZqA,
23
23
  nebu/processors/remote.py,sha256=TeAIPGEMqnDIb7H1iett26IEZrBlcbPB_-DSm6jcH1E,1285
24
24
  nebu/redis/models.py,sha256=coPovAcVXnOU1Xh_fpJL4PO3QctgK9nBe5QYoqEcnxg,1230
25
25
  nebu/services/service.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
26
- nebu-0.1.87.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
27
- nebu-0.1.87.dist-info/METADATA,sha256=7QhyqBHcEFa1LSTd-LGPplq9aVgXOYu6qrfWKNNeDBM,1731
28
- nebu-0.1.87.dist-info/WHEEL,sha256=wXxTzcEDnjrTwFYjLPcsW_7_XihufBwmpiBeiXNBGEA,91
29
- nebu-0.1.87.dist-info/top_level.txt,sha256=uLIbEKJeGSHWOAJN5S0i5XBGwybALlF9bYoB1UhdEgQ,5
30
- nebu-0.1.87.dist-info/RECORD,,
26
+ nebu-0.1.88.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
27
+ nebu-0.1.88.dist-info/METADATA,sha256=aD9p65LkMiOaY0qlJV4wdCjrKaPHb1rwPdQcGCMJntk,1731
28
+ nebu-0.1.88.dist-info/WHEEL,sha256=wXxTzcEDnjrTwFYjLPcsW_7_XihufBwmpiBeiXNBGEA,91
29
+ nebu-0.1.88.dist-info/top_level.txt,sha256=uLIbEKJeGSHWOAJN5S0i5XBGwybALlF9bYoB1UhdEgQ,5
30
+ nebu-0.1.88.dist-info/RECORD,,
File without changes