blaxel 0.2.38__py3-none-any.whl → 0.2.39__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/__init__.py CHANGED
@@ -4,8 +4,8 @@ from .core.common.autoload import autoload
4
4
  from .core.common.env import env
5
5
  from .core.common.settings import settings
6
6
 
7
- __version__ = "0.2.38"
8
- __commit__ = "a95d23798044e6e88b9247801edf94612972b31c"
7
+ __version__ = "0.2.39"
8
+ __commit__ = "48d4000d429ce3ce1d6d5b4858cf15115b380f96"
9
9
  __sentry_dsn__ = "https://9711de13cd02b285ca4378c01de8dc30@o4508714045276160.ingest.us.sentry.io/4510461121462272"
10
10
  __all__ = ["autoload", "settings", "env"]
11
11
 
@@ -115,6 +115,5 @@ class ClientCredentials(BlaxelAuth):
115
115
 
116
116
  @property
117
117
  def token(self):
118
- if not self.credentials.access_token:
119
- self.get_token()
118
+ self.get_token()
120
119
  return self.credentials.access_token
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: blaxel
3
- Version: 0.2.38
3
+ Version: 0.2.39
4
4
  Summary: Blaxel - AI development platform SDK
5
5
  Project-URL: Homepage, https://blaxel.ai
6
6
  Project-URL: Documentation, https://docs.blaxel.ai
@@ -60,7 +60,7 @@ Requires-Dist: opentelemetry-instrumentation-llamaindex>=0.40.7; extra == 'llama
60
60
  Provides-Extra: openai
61
61
  Requires-Dist: openai-agents>=0.0.19; extra == 'openai'
62
62
  Provides-Extra: pydantic
63
- Requires-Dist: pydantic-ai>=0.0.48; extra == 'pydantic'
63
+ Requires-Dist: pydantic-ai>=1.0.8; extra == 'pydantic'
64
64
  Provides-Extra: telemetry
65
65
  Requires-Dist: opentelemetry-exporter-otlp>=1.28.0; extra == 'telemetry'
66
66
  Requires-Dist: opentelemetry-instrumentation-anthropic==0.41.0; extra == 'telemetry'
@@ -1,10 +1,10 @@
1
- blaxel/__init__.py,sha256=QKFRxFvSi7-GMm-mu68vf0ePxalPeCsX-UJtcKQZ1DI,413
1
+ blaxel/__init__.py,sha256=QTfkxywUPHoSPf0P4W1ZlvAXblBsMkxtuduqXT78Lgo,413
2
2
  blaxel/core/__init__.py,sha256=CU0gXpVRbuQZNWoCJuuhZS0ZhXPEu0cg-3XzoYMrBm4,1756
3
3
  blaxel/core/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  blaxel/core/agents/__init__.py,sha256=MJZga99lU8JWUUPHd4rmUfdo7ALwWgF7CQq95SfT2OI,4456
5
5
  blaxel/core/authentication/__init__.py,sha256=5uHv73xZ2aZRXzGHc1sP-XWqZUryfXxfC9dMX7-gd6o,3241
6
6
  blaxel/core/authentication/apikey.py,sha256=k56FGvjoniW2BzdFqNNKzsfnu8Jvh8fvNZlwDq_78Y4,1286
7
- blaxel/core/authentication/clientcredentials.py,sha256=Ph-S_LQCoHrYgUfrcnw-TI5x5wL-lbgNzPTmholuKk0,3903
7
+ blaxel/core/authentication/clientcredentials.py,sha256=tXY-PKOMyZzqx4D-T20PJNJekUBGiEamEv8Q6W36h-g,3853
8
8
  blaxel/core/authentication/devicemode.py,sha256=SVCBEZzL0d74JPln9lJFsngA2RsNW1RqgbORSpVbEIg,6064
9
9
  blaxel/core/authentication/oauth.py,sha256=01yaAXytxqgsXUsSXhJzfI5-WpeU9RtrruZiimmMKf4,1453
10
10
  blaxel/core/authentication/types.py,sha256=0AmkmiPq9THT8a9bDC645rLE8mnEKb_BHUsYmYn0JAQ,1573
@@ -472,7 +472,7 @@ blaxel/telemetry/instrumentation/map.py,sha256=PCzZJj39yiYVYJrxLBNP-NW-tjjYyTijw
472
472
  blaxel/telemetry/instrumentation/utils.py,sha256=FGyMY5ZE4f-0JdZpm_R_BCoKLJ18hftz8vsh7ftDwMk,1889
473
473
  blaxel/telemetry/log/log.py,sha256=vtzUIFIIj4MTTKUigILDYXN8NHHPOo44OaKukpyIjQg,2407
474
474
  blaxel/telemetry/log/logger.py,sha256=IcFWCd1yyWWGAjAd2i0pDYqpZHQ61pmcaQ7Kf4bC8lg,4150
475
- blaxel-0.2.38.dist-info/METADATA,sha256=lOaND9eiLrUXvQYzwmf9lt_u5-zpsEi8DlcE7bqk14I,16110
476
- blaxel-0.2.38.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
477
- blaxel-0.2.38.dist-info/licenses/LICENSE,sha256=p5PNQvpvyDT_0aYBDgmV1fFI_vAD2aSV0wWG7VTgRis,1069
478
- blaxel-0.2.38.dist-info/RECORD,,
475
+ blaxel-0.2.39.dist-info/METADATA,sha256=_mhXijtEXJloaPxYh4md_2i63SRdafVgWxYggj4s5_E,16109
476
+ blaxel-0.2.39.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
477
+ blaxel-0.2.39.dist-info/licenses/LICENSE,sha256=p5PNQvpvyDT_0aYBDgmV1fFI_vAD2aSV0wWG7VTgRis,1069
478
+ blaxel-0.2.39.dist-info/RECORD,,