promptlayer 1.0.38__py3-none-any.whl → 1.0.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.

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.38"
3
+ __version__ = "1.0.39"
4
4
  __all__ = ["PromptLayer", "AsyncPromptLayer", "__version__"]
promptlayer/utils.py CHANGED
@@ -47,7 +47,7 @@ async def arun_workflow_request(
47
47
  workflow_version_number: Optional[int] = None,
48
48
  api_key: str,
49
49
  return_all_outputs: Optional[bool] = False,
50
- timeout: Optional[int] = 120,
50
+ timeout: Optional[int] = 3600,
51
51
  ):
52
52
  payload = {
53
53
  "input_variables": input_variables,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: promptlayer
3
- Version: 1.0.38
3
+ Version: 1.0.39
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
- promptlayer/__init__.py,sha256=PuCC_BKqHYASacGJlly1K8iHrHkmZKs2h7RKOX8rw2M,140
1
+ promptlayer/__init__.py,sha256=n7Ke-ah5H91MJq_mzfH4CwvBNqCw58YAVDRd6lroU9M,140
2
2
  promptlayer/groups/__init__.py,sha256=xhOAolLUBkr76ZHvJr29OwjCIk1V9qKQXjZCuyTJUIY,429
3
3
  promptlayer/groups/groups.py,sha256=YPROicy-TzpkrpA8vOpZS2lwvJ6VRtlbQ1S2oT1N0vM,338
4
4
  promptlayer/promptlayer.py,sha256=uQdK283IqRoCIBsU0WbrpGIUeqK38GjqKdk628_O0-U,20704
@@ -11,8 +11,8 @@ promptlayer/track/track.py,sha256=A-awcYwsSwxktrlCMchy8NITIquwxU1UXbgLZMwqrA0,31
11
11
  promptlayer/types/__init__.py,sha256=xJcvQuOk91ZBBePb40-1FDNDKYrZoH5lPE2q6_UhprM,111
12
12
  promptlayer/types/prompt_template.py,sha256=GoYSorgBmUgvtyXaGAOv0KgVC61Llzn8bND6PF1fW50,4929
13
13
  promptlayer/types/request_log.py,sha256=xU6bcxQar6GaBOJlgZTavXUV3FjE8sF_nSjPu4Ya_00,174
14
- promptlayer/utils.py,sha256=MIz4tx5q9NoUBDWBZqbVsvWAicTdERCkSeGeD40kIR4,58694
15
- promptlayer-1.0.38.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
16
- promptlayer-1.0.38.dist-info/METADATA,sha256=7qEyBrhip4LylZivvYZ5NzxWR3mOjk1MT7YRlZRrRJo,4820
17
- promptlayer-1.0.38.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
18
- promptlayer-1.0.38.dist-info/RECORD,,
14
+ promptlayer/utils.py,sha256=iz6Tih6c6F6RzjZAHQ_SyDbE6itju6CinexamI2-x1U,58695
15
+ promptlayer-1.0.39.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
16
+ promptlayer-1.0.39.dist-info/METADATA,sha256=Y_smhum5mX70GnLXcsKOYG6oWbPKZ8dmJT0FZeOdldI,4820
17
+ promptlayer-1.0.39.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
18
+ promptlayer-1.0.39.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.0.1
2
+ Generator: poetry-core 2.1.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any