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

@@ -151,7 +151,7 @@ class PromptVersion(TypedDict, total=False):
151
151
 
152
152
 
153
153
  class PublishPromptTemplate(BasePromptTemplate, PromptVersion, total=False):
154
- release_label: Optional[str] = None
154
+ release_labels: Optional[List[str]] = None
155
155
 
156
156
 
157
157
  class BasePromptTemplateResponse(TypedDict):
promptlayer/utils.py CHANGED
@@ -614,7 +614,7 @@ def publish_prompt_template(
614
614
  json={
615
615
  "prompt_template": {**body},
616
616
  "prompt_version": {**body},
617
- "release_label": body.get("release_label"),
617
+ "release_labels": body.get("release_labels"),
618
618
  },
619
619
  )
620
620
  if response.status_code == 400:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: promptlayer
3
- Version: 0.5.5
3
+ Version: 0.5.6
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
@@ -12,9 +12,9 @@ promptlayer/templates.py,sha256=CGRpioqb6jmlR4dnE1Cah27jlhQj1YBCIb8NcNOCpPI,542
12
12
  promptlayer/track/__init__.py,sha256=tkIlHRZMX5GCKBlu4vYpQrxauPno2JDmP0M9RQxUBkQ,119
13
13
  promptlayer/track/track.py,sha256=gNM3aAKAAtOc8TOjogpZorlwg4zM2hoWgRnBQfexmmo,1525
14
14
  promptlayer/types/__init__.py,sha256=ulWSyCrk5hZ_PI-nKGpd6GPcRaK8lqP4wFl0LPNUYWk,61
15
- promptlayer/types/prompt_template.py,sha256=gkrM6sTBcmu_SBxylw5f3ftJnTqugLDKFXccA-XnFgg,3806
16
- promptlayer/utils.py,sha256=gEGcR0S_blF5PX89RjipuZrau_lLutd4vNymqyBQjlA,21267
17
- promptlayer-0.5.5.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
18
- promptlayer-0.5.5.dist-info/METADATA,sha256=GtdPgZvi5dJMoMUSjKiUexiW0MYKiQJK20Tm8l29qBo,4475
19
- promptlayer-0.5.5.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
20
- promptlayer-0.5.5.dist-info/RECORD,,
15
+ promptlayer/types/prompt_template.py,sha256=iDDJbBQW6zgndWv-MZKzqp_-tcFi_wLhApLkDmd8fLc,3813
16
+ promptlayer/utils.py,sha256=nsOV8J6EmlGe2nk-2u7Ht2rJV-drZQki5K11pBXq28M,21269
17
+ promptlayer-0.5.6.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
18
+ promptlayer-0.5.6.dist-info/METADATA,sha256=Vc8lxuV7zfv4pI9CVoqqIdcEmVeYTa4a3PYHvG5BhIs,4475
19
+ promptlayer-0.5.6.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
20
+ promptlayer-0.5.6.dist-info/RECORD,,