promptlayer 1.0.49__tar.gz → 1.0.50__tar.gz

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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: promptlayer
3
- Version: 1.0.49
3
+ Version: 1.0.50
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,4 +1,4 @@
1
1
  from .promptlayer import AsyncPromptLayer, PromptLayer
2
2
 
3
- __version__ = "1.0.49"
3
+ __version__ = "1.0.50"
4
4
  __all__ = ["PromptLayer", "AsyncPromptLayer", "__version__"]
@@ -271,7 +271,7 @@ class PromptLayerMixin:
271
271
  "metadata": metadata,
272
272
  "prompt_id": request_params["prompt_blueprint"]["id"],
273
273
  "prompt_version": request_params["prompt_blueprint"]["version"],
274
- "prompt_input_variables": input_variables,
274
+ "prompt_input_variables": input_variables or {},
275
275
  "group_id": group_id,
276
276
  "return_prompt_blueprint": True,
277
277
  "span_id": pl_run_span_id,
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "promptlayer"
3
- version = "1.0.49"
3
+ version = "1.0.50"
4
4
  description = "PromptLayer is a platform for prompt engineering and tracks your LLM requests."
5
5
  authors = ["Magniv <hello@magniv.io>"]
6
6
  license = "Apache-2.0"
File without changes
File without changes