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

@@ -32,6 +32,8 @@ class PromptLayerBase(object):
32
32
  or str(type(attr))
33
33
  == "<class 'anthropic.resources.completions.AsyncCompletions'>"
34
34
  or str(type(attr)) == "<class 'anthropic.resources.messages.Messages'>"
35
+ or str(type(attr))
36
+ == "<class 'anthropic.resources.messages.AsyncMessages'>"
35
37
  or re.match("<class 'openai\.resources.*'>", str(type(attr)))
36
38
  )
37
39
  ):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: promptlayer
3
- Version: 0.5.2
3
+ Version: 0.5.3
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
@@ -1,7 +1,7 @@
1
1
  promptlayer/__init__.py,sha256=rA-DPHeuPejv0A0ehtwprcT4oIKO2-EQvASPtn74CQQ,1110
2
2
  promptlayer/groups/__init__.py,sha256=vVvaDeWgNq7QVtA9xa0z0IEonBa2zuVNkuCvCFYO0rQ,67
3
3
  promptlayer/groups/groups.py,sha256=tWMQMtyptbco-BF9CJvOMerHH8q-SgYZzaKjh9mPlgk,139
4
- promptlayer/promptlayer.py,sha256=0_s4gOVIvYy7QgqSot8Htm-KtTKCMkpe8rtSxEOrJcw,3627
4
+ promptlayer/promptlayer.py,sha256=xhUKh0zNSes8ywfsLJw3yZ_XZ8l1SxH9J3Rb79pNdag,3736
5
5
  promptlayer/prompts/__init__.py,sha256=grp4oTduHc1yQqWa48e6QR5V9j1a7nIfPh4RsFjv4l0,205
6
6
  promptlayer/prompts/chat.py,sha256=aNyuDC21Mk3ULPFm-nD1LIqIAv5R8032rRawNRFMGbk,2348
7
7
  promptlayer/prompts/prompts.py,sha256=oAkVnI8_5CezPrIvwyGT15Mg40Yz4Bx8MewDA5oWzdc,3215
@@ -14,7 +14,7 @@ promptlayer/track/track.py,sha256=gNM3aAKAAtOc8TOjogpZorlwg4zM2hoWgRnBQfexmmo,15
14
14
  promptlayer/types/__init__.py,sha256=ulWSyCrk5hZ_PI-nKGpd6GPcRaK8lqP4wFl0LPNUYWk,61
15
15
  promptlayer/types/prompt_template.py,sha256=pMFlCG8YAIajc3-GjW0Y9_9-m7_ysbuGDC0WZzFHZbI,3752
16
16
  promptlayer/utils.py,sha256=QvhwdJ3T-InIWTH3CPzyQkJTp_7J35HeYYPUc0Y8cR0,19090
17
- promptlayer-0.5.2.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
18
- promptlayer-0.5.2.dist-info/METADATA,sha256=LtOYIIFl26wcJbYijzJTrPddhbdt3qxqlj8Wl1JnhGE,4475
19
- promptlayer-0.5.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
20
- promptlayer-0.5.2.dist-info/RECORD,,
17
+ promptlayer-0.5.3.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
18
+ promptlayer-0.5.3.dist-info/METADATA,sha256=9dP3yjIb1sLnuSoG446cuPE1hPlsVvc_ckvoGwXptZw,4475
19
+ promptlayer-0.5.3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
20
+ promptlayer-0.5.3.dist-info/RECORD,,