promptlayer 1.0.43__py3-none-any.whl → 1.0.45__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.

Potentially problematic release.


This version of promptlayer might be problematic. Click here for more details.

promptlayer/__init__.py CHANGED
@@ -1,4 +1,4 @@
1
1
  from .promptlayer import AsyncPromptLayer, PromptLayer
2
2
 
3
- __version__ = "1.0.43"
3
+ __version__ = "1.0.45"
4
4
  __all__ = ["PromptLayer", "AsyncPromptLayer", "__version__"]
@@ -365,6 +365,7 @@ class AsyncPromptLayer(PromptLayerMixin):
365
365
  openai_module,
366
366
  function_name="openai",
367
367
  api_key=self.api_key,
368
+ tracer=self.tracer,
368
369
  )
369
370
  return openai
370
371
  elif name == "anthropic":
@@ -375,6 +376,7 @@ class AsyncPromptLayer(PromptLayerMixin):
375
376
  function_name="anthropic",
376
377
  provider_type="anthropic",
377
378
  api_key=self.api_key,
379
+ tracer=self.tracer,
378
380
  )
379
381
  return anthropic
380
382
  else:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: promptlayer
3
- Version: 1.0.43
3
+ Version: 1.0.45
4
4
  Summary: PromptLayer is a platform for prompt engineering and tracks your LLM requests.
5
5
  License: Apache-2.0
6
6
  Author: Magniv
@@ -15,6 +15,7 @@ Classifier: Programming Language :: Python :: 3.12
15
15
  Classifier: Programming Language :: Python :: 3.13
16
16
  Requires-Dist: ably (>=2.0.11,<3.0.0)
17
17
  Requires-Dist: aiohttp (>=3.10.10,<4.0.0)
18
+ Requires-Dist: anthropic (==0.49.0)
18
19
  Requires-Dist: httpx (>=0.28.1,<0.29.0)
19
20
  Requires-Dist: nest-asyncio (>=1.6.0,<2.0.0)
20
21
  Requires-Dist: opentelemetry-api (>=1.26.0,<2.0.0)
@@ -1,7 +1,7 @@
1
- promptlayer/__init__.py,sha256=4R9mk5sAdZQK4ZY3lBvcdMSq7GjyfX55I8ll8K_gJRE,140
1
+ promptlayer/__init__.py,sha256=lF0AT1-uoLyJOLux4SRaLhkoajT2xSDNpe057cQahMA,140
2
2
  promptlayer/groups/__init__.py,sha256=xhOAolLUBkr76ZHvJr29OwjCIk1V9qKQXjZCuyTJUIY,429
3
3
  promptlayer/groups/groups.py,sha256=YPROicy-TzpkrpA8vOpZS2lwvJ6VRtlbQ1S2oT1N0vM,338
4
- promptlayer/promptlayer.py,sha256=uQdK283IqRoCIBsU0WbrpGIUeqK38GjqKdk628_O0-U,20704
4
+ promptlayer/promptlayer.py,sha256=j-2quL72MG0N5XzG55ZD8BD1zckVZROx5W8RYI4Y33Y,20776
5
5
  promptlayer/promptlayer_base.py,sha256=jOgXzNZlV1LKOOsXSSAOgn8o4hXn_EV0oY9Nf3Bsu_s,6872
6
6
  promptlayer/promptlayer_mixins.py,sha256=Plx_zRWOzHxk49Rr5jv6Yq0-mrRfgwzxeU6wS4iahLE,10897
7
7
  promptlayer/span_exporter.py,sha256=wxJoYHsaS0zrMpYShCeHGChWI06DeNHQfeFf5ZRU498,2508
@@ -12,7 +12,7 @@ promptlayer/types/__init__.py,sha256=xJcvQuOk91ZBBePb40-1FDNDKYrZoH5lPE2q6_UhprM
12
12
  promptlayer/types/prompt_template.py,sha256=GoYSorgBmUgvtyXaGAOv0KgVC61Llzn8bND6PF1fW50,4929
13
13
  promptlayer/types/request_log.py,sha256=xU6bcxQar6GaBOJlgZTavXUV3FjE8sF_nSjPu4Ya_00,174
14
14
  promptlayer/utils.py,sha256=ojLyY0sQ8aVm2w1YRis3gQyKvdpnpMVD_wytnP6Dj8I,62824
15
- promptlayer-1.0.43.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
16
- promptlayer-1.0.43.dist-info/METADATA,sha256=01yii-ggDKvWjpdBVVn3RFMQpM7HCRmW6zKzZv6Y3nI,4819
17
- promptlayer-1.0.43.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
18
- promptlayer-1.0.43.dist-info/RECORD,,
15
+ promptlayer-1.0.45.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
16
+ promptlayer-1.0.45.dist-info/METADATA,sha256=JYUScUnsix7vjwDzV3zWEbiBoOZYqk7NnIOGSj5a0yU,4855
17
+ promptlayer-1.0.45.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
18
+ promptlayer-1.0.45.dist-info/RECORD,,