vellum-ai 1.5.3__py3-none-any.whl → 1.5.4__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.
- vellum/client/core/client_wrapper.py +2 -2
- {vellum_ai-1.5.3.dist-info → vellum_ai-1.5.4.dist-info}/METADATA +1 -1
- {vellum_ai-1.5.3.dist-info → vellum_ai-1.5.4.dist-info}/RECORD +6 -6
- {vellum_ai-1.5.3.dist-info → vellum_ai-1.5.4.dist-info}/LICENSE +0 -0
- {vellum_ai-1.5.3.dist-info → vellum_ai-1.5.4.dist-info}/WHEEL +0 -0
- {vellum_ai-1.5.3.dist-info → vellum_ai-1.5.4.dist-info}/entry_points.txt +0 -0
@@ -27,10 +27,10 @@ class BaseClientWrapper:
|
|
27
27
|
|
28
28
|
def get_headers(self) -> typing.Dict[str, str]:
|
29
29
|
headers: typing.Dict[str, str] = {
|
30
|
-
"User-Agent": "vellum-ai/1.5.
|
30
|
+
"User-Agent": "vellum-ai/1.5.4",
|
31
31
|
"X-Fern-Language": "Python",
|
32
32
|
"X-Fern-SDK-Name": "vellum-ai",
|
33
|
-
"X-Fern-SDK-Version": "1.5.
|
33
|
+
"X-Fern-SDK-Version": "1.5.4",
|
34
34
|
**(self.get_custom_headers() or {}),
|
35
35
|
}
|
36
36
|
if self._api_version is not None:
|
@@ -158,7 +158,7 @@ vellum/client/README.md,sha256=flqu57ubZNTfpq60CdLtJC9gp4WEkyjb_n_eZ4OYf9w,6497
|
|
158
158
|
vellum/client/__init__.py,sha256=-dZaD_0KtlkpQ-pULNNWcarC5xXlGMcGc2nBKLIyRlA,73661
|
159
159
|
vellum/client/core/__init__.py,sha256=lTcqUPXcx4112yLDd70RAPeqq6tu3eFMe1pKOqkW9JQ,1562
|
160
160
|
vellum/client/core/api_error.py,sha256=44vPoTyWN59gonCIZMdzw7M1uspygiLnr3GNFOoVL2Q,614
|
161
|
-
vellum/client/core/client_wrapper.py,sha256=
|
161
|
+
vellum/client/core/client_wrapper.py,sha256=n_8wMch-CrtQ-wYEcxnBiIaMgaWQ0M2CgvqeB11eOlM,2840
|
162
162
|
vellum/client/core/datetime_utils.py,sha256=nBys2IsYrhPdszxGKCNRPSOCwa-5DWOHG95FB8G9PKo,1047
|
163
163
|
vellum/client/core/file.py,sha256=d4NNbX8XvXP32z8KpK2Xovv33nFfruIrpz0QWxlgpZk,2663
|
164
164
|
vellum/client/core/force_multipart.py,sha256=awxh5MtcRYe74ehY8U76jzv6fYM_w_D3Rur7KQQzSDk,429
|
@@ -2016,8 +2016,8 @@ vellum/workflows/workflows/event_filters.py,sha256=GSxIgwrX26a1Smfd-6yss2abGCnad
|
|
2016
2016
|
vellum/workflows/workflows/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2017
2017
|
vellum/workflows/workflows/tests/test_base_workflow.py,sha256=Boa-_m9ii2Qsa1RvVM-VYniF7zCpzGgEGy-OnPZkrHg,23941
|
2018
2018
|
vellum/workflows/workflows/tests/test_context.py,sha256=VJBUcyWVtMa_lE5KxdhgMu0WYNYnUQUDvTF7qm89hJ0,2333
|
2019
|
-
vellum_ai-1.5.
|
2020
|
-
vellum_ai-1.5.
|
2021
|
-
vellum_ai-1.5.
|
2022
|
-
vellum_ai-1.5.
|
2023
|
-
vellum_ai-1.5.
|
2019
|
+
vellum_ai-1.5.4.dist-info/LICENSE,sha256=hOypcdt481qGNISA784bnAGWAE6tyIf9gc2E78mYC3E,1574
|
2020
|
+
vellum_ai-1.5.4.dist-info/METADATA,sha256=soLMtYS_TpD1rHShlsX1sc_VP_GcC9VxqmpeMo70hOo,5547
|
2021
|
+
vellum_ai-1.5.4.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
2022
|
+
vellum_ai-1.5.4.dist-info/entry_points.txt,sha256=xVavzAKN4iF_NbmhWOlOkHluka0YLkbN_pFQ9pW3gLI,117
|
2023
|
+
vellum_ai-1.5.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|