nebu 0.1.84__py3-none-any.whl → 0.1.85__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.
@@ -612,6 +612,7 @@ def process_message(message_id: str, message_data: Dict[str, str]) -> None:
612
612
  orgs = raw_payload.get("organizations")
613
613
  handle = raw_payload.get("handle")
614
614
  adapter = raw_payload.get("adapter")
615
+ api_key = raw_payload.get("api_key") # Extract api_key
615
616
 
616
617
  # --- Health Check Logic (Keep as is) ---
617
618
  if kind == "HealthCheck":
@@ -703,6 +704,7 @@ def process_message(message_id: str, message_data: Dict[str, str]) -> None:
703
704
  orgs=orgs,
704
705
  handle=handle,
705
706
  adapter=adapter,
707
+ api_key=api_key, # Add api_key
706
708
  )
707
709
  except Exception as e:
708
710
  print(
@@ -719,6 +721,7 @@ def process_message(message_id: str, message_data: Dict[str, str]) -> None:
719
721
  orgs=orgs,
720
722
  handle=handle,
721
723
  adapter=adapter,
724
+ api_key=api_key, # Add api_key
722
725
  )
723
726
  else:
724
727
  # No content type name or class found, use raw content
@@ -732,6 +735,7 @@ def process_message(message_id: str, message_data: Dict[str, str]) -> None:
732
735
  orgs=orgs,
733
736
  handle=handle,
734
737
  adapter=adapter,
738
+ api_key=api_key, # Add api_key
735
739
  )
736
740
  else: # Not a stream message, use the function's parameter type
737
741
  param_type_name = (
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nebu
3
- Version: 0.1.84
3
+ Version: 0.1.85
4
4
  Summary: A globally distributed container runtime
5
5
  Requires-Python: >=3.10.14
6
6
  Description-Content-Type: text/markdown
@@ -14,7 +14,7 @@ nebu/containers/models.py,sha256=0j6NGy4yto-enRDh_4JH_ZTbHrLdSpuMOqNQPnIrwC4,681
14
14
  nebu/containers/server.py,sha256=yFa2Y9PzBn59E1HftKiv0iapPonli2rbGAiU6r-wwe0,2513
15
15
  nebu/namespaces/models.py,sha256=EqUOpzhVBhvJw2P92ONDUbIgC31M9jMmcaG5vyOrsWg,497
16
16
  nebu/namespaces/namespace.py,sha256=Q_EDH7BgQrTkaDh_l4tbo22qpq-uARfIk8ZPBLjITGY,4967
17
- nebu/processors/consumer.py,sha256=DznWT6_51JPi3lA2KKalnZMlYJc11bpzdfeNmGe5bIQ,52039
17
+ nebu/processors/consumer.py,sha256=kLCERYgJXiLIHzDiWrHNCma0DkmuFSJ9luj4MERJ268,52279
18
18
  nebu/processors/consumer_process_worker.py,sha256=tF5KU3Rnmzfc3Y0cM8J5nwGg1cJMe-ry0FmMSgGvXrY,31765
19
19
  nebu/processors/decorate.py,sha256=jMh7OMamPdxGn7cMxQsOl5CEEmhZ1TXkMz8nCzBpVaU,54649
20
20
  nebu/processors/default.py,sha256=W4slJenG59rvyTlJ7gRp58eFfXcNOTT2Hfi6zzJAobI,365
@@ -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.84.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
27
- nebu-0.1.84.dist-info/METADATA,sha256=5OLXVQZv3g7yNQGh8_gVsJ6hsjO_LzDpN6S9hqUjNdo,1731
28
- nebu-0.1.84.dist-info/WHEEL,sha256=wXxTzcEDnjrTwFYjLPcsW_7_XihufBwmpiBeiXNBGEA,91
29
- nebu-0.1.84.dist-info/top_level.txt,sha256=uLIbEKJeGSHWOAJN5S0i5XBGwybALlF9bYoB1UhdEgQ,5
30
- nebu-0.1.84.dist-info/RECORD,,
26
+ nebu-0.1.85.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
27
+ nebu-0.1.85.dist-info/METADATA,sha256=au2f_3l53q7qL-xNvMv98tfOFmYqNP3gaKSgOSGqQeU,1731
28
+ nebu-0.1.85.dist-info/WHEEL,sha256=wXxTzcEDnjrTwFYjLPcsW_7_XihufBwmpiBeiXNBGEA,91
29
+ nebu-0.1.85.dist-info/top_level.txt,sha256=uLIbEKJeGSHWOAJN5S0i5XBGwybALlF9bYoB1UhdEgQ,5
30
+ nebu-0.1.85.dist-info/RECORD,,
File without changes