blaxel 0.1.14rc55__py3-none-any.whl → 0.1.14rc56__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.
blaxel/jobs/__init__.py CHANGED
@@ -52,10 +52,9 @@ class BlJobWrapper:
52
52
  Arguments are passed as keyword arguments to the function.
53
53
  """
54
54
  attributes = {
55
- "job.name": self.name,
56
55
  "span.type": "job.start",
57
56
  }
58
- with SpanManager("blaxel-tracer").create_span(self.name, attributes) as span:
57
+ with SpanManager("blaxel-tracer").create_span("job.start", attributes) as span:
59
58
  try:
60
59
  parsed_args = self.get_arguments()
61
60
  if asyncio.iscoroutinefunction(func):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: blaxel
3
- Version: 0.1.14rc55
3
+ Version: 0.1.14rc56
4
4
  Summary: Add your description here
5
5
  Author-email: cploujoux <cploujoux@blaxel.ai>
6
6
  License-File: LICENSE
@@ -270,7 +270,7 @@ blaxel/instrumentation/log.py,sha256=4tGyvLg6r4DbjqJfajYbbZ1toUzF4Q4H7kHVqYWFAEA
270
270
  blaxel/instrumentation/manager.py,sha256=vX8RT84upjzgCUeiULp9QpDSSNVnPNFxLq0sMVz4Pjs,8974
271
271
  blaxel/instrumentation/map.py,sha256=zZoiUiQHmik5WQZ4VCWNARSa6ppMi0r7D6hlb41N-Mg,1589
272
272
  blaxel/instrumentation/span.py,sha256=X2lwfu_dyxwQTMQJT2vbXOrbVSChEhjRLc413QOxQJM,3244
273
- blaxel/jobs/__init__.py,sha256=ImTr7XPndP8_MO3qGcriJNBl0Bre-7pZvYZ2nnaOS94,6870
273
+ blaxel/jobs/__init__.py,sha256=S5z0p8qRhtNMUGo0lVTkePF0MTG3OEtVn5H5hIbyiho,6837
274
274
  blaxel/mcp/__init__.py,sha256=KednMrtuc4Y0O3lv7u1Lla54FCk8UX9c1k0USjL3Ahk,69
275
275
  blaxel/mcp/client.py,sha256=cFFXfpKXoMu8qTUly2ejF0pX2iBQkSNAxqwvDV1V6xY,4979
276
276
  blaxel/mcp/server.py,sha256=GIldtA_NgIc2dzd7ZpPvpbhpIt_7AfKu5yS_YJ0bDGg,7310
@@ -341,7 +341,7 @@ blaxel/tools/llamaindex.py,sha256=-gQ-C9V_h9a11J4ItsbWjXrCJOg0lRKsb98v9rVsNak,71
341
341
  blaxel/tools/openai.py,sha256=GuFXkj6bXEwldyVr89jEsRAi5ihZUVEVe327QuWiGNs,653
342
342
  blaxel/tools/pydantic.py,sha256=CvnNbAG_J4yBtA-XFI4lQrq3FYKjNd39hu841vZT004,1801
343
343
  blaxel/tools/types.py,sha256=YPCGJ4vZDhqR0X2H_TWtc5chQScsC32nGTQdRKJlO8Y,707
344
- blaxel-0.1.14rc55.dist-info/METADATA,sha256=8_tzp5TdE2MyLup-KwDgmWgjZQUG50UcuJu-XHhW5wg,11776
345
- blaxel-0.1.14rc55.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
346
- blaxel-0.1.14rc55.dist-info/licenses/LICENSE,sha256=p5PNQvpvyDT_0aYBDgmV1fFI_vAD2aSV0wWG7VTgRis,1069
347
- blaxel-0.1.14rc55.dist-info/RECORD,,
344
+ blaxel-0.1.14rc56.dist-info/METADATA,sha256=YeEOxc2aVPSXpo-6nXYXklVdvmr8zOE1XXaZGBuNYSE,11776
345
+ blaxel-0.1.14rc56.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
346
+ blaxel-0.1.14rc56.dist-info/licenses/LICENSE,sha256=p5PNQvpvyDT_0aYBDgmV1fFI_vAD2aSV0wWG7VTgRis,1069
347
+ blaxel-0.1.14rc56.dist-info/RECORD,,