vellum-ai 0.3.18__py3-none-any.whl → 0.3.19__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- vellum/core/client_wrapper.py +1 -1
- {vellum_ai-0.3.18.dist-info → vellum_ai-0.3.19.dist-info}/METADATA +1 -1
- {vellum_ai-0.3.18.dist-info → vellum_ai-0.3.19.dist-info}/RECORD +5 -5
- {vellum_ai-0.3.18.dist-info → vellum_ai-0.3.19.dist-info}/LICENSE +0 -0
- {vellum_ai-0.3.18.dist-info → vellum_ai-0.3.19.dist-info}/WHEEL +0 -0
vellum/core/client_wrapper.py
CHANGED
@@ -18,7 +18,7 @@ class BaseClientWrapper:
|
|
18
18
|
headers: typing.Dict[str, str] = {
|
19
19
|
"X-Fern-Language": "Python",
|
20
20
|
"X-Fern-SDK-Name": "vellum-ai",
|
21
|
-
"X-Fern-SDK-Version": "0.3.
|
21
|
+
"X-Fern-SDK-Version": "0.3.19",
|
22
22
|
}
|
23
23
|
headers["X_API_KEY"] = self.api_key
|
24
24
|
return headers
|
@@ -2,7 +2,7 @@ vellum/__init__.py,sha256=17WXNkvq4OC3V1VqGWc64nJklzsPgBH0D_uux72OYng,33627
|
|
2
2
|
vellum/client.py,sha256=XB_tltKpWwPoZpsm4g0ftLPKFYjZSLjLAteJwp-xSWA,96636
|
3
3
|
vellum/core/__init__.py,sha256=RWfyDqkzWsf8e3VGc3NV60MovfJbg5XWzNFGB2DZ0hA,790
|
4
4
|
vellum/core/api_error.py,sha256=RE8LELok2QCjABadECTvtDp7qejA1VmINCh6TbqPwSE,426
|
5
|
-
vellum/core/client_wrapper.py,sha256=
|
5
|
+
vellum/core/client_wrapper.py,sha256=g4ugtTY_3bC7PtOub1v7_JStUsGSQkAytTegUNwUuWY,1698
|
6
6
|
vellum/core/datetime_utils.py,sha256=nBys2IsYrhPdszxGKCNRPSOCwa-5DWOHG95FB8G9PKo,1047
|
7
7
|
vellum/core/file.py,sha256=sy1RUGZ3aJYuw998bZytxxo6QdgKmlnlgBaMvwEKCGg,1480
|
8
8
|
vellum/core/http_client.py,sha256=5ok6hqgZDJhg57EHvMnr0BBaHdG50QxFPKaCZ9aVWTc,5059
|
@@ -359,7 +359,7 @@ vellum/types/workflow_result_event_output_data_search_results.py,sha256=wYc76-DW
|
|
359
359
|
vellum/types/workflow_result_event_output_data_string.py,sha256=7SR46tKt-I_cGd_eVeKU8ymQ7R3vKkA_dFHCgAU1GcQ,1533
|
360
360
|
vellum/types/workflow_stream_event.py,sha256=KA6Bkk_XA6AIPWR-1vKnwF1A8l_Bm5y0arQCWWWRpsk,911
|
361
361
|
vellum/version.py,sha256=neLt8HBHHUtDF9M5fsyUzHT-pKooEPvceaLDqqIGb0s,77
|
362
|
-
vellum_ai-0.3.
|
363
|
-
vellum_ai-0.3.
|
364
|
-
vellum_ai-0.3.
|
365
|
-
vellum_ai-0.3.
|
362
|
+
vellum_ai-0.3.19.dist-info/LICENSE,sha256=CcaljEIoOBaU-wItPH4PmM_mDCGpyuUY0Er1BGu5Ti8,1073
|
363
|
+
vellum_ai-0.3.19.dist-info/METADATA,sha256=F_XSE4YdnDaMpkP7fdqrL6I8THooOux4LK9VkieCbEI,3550
|
364
|
+
vellum_ai-0.3.19.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
365
|
+
vellum_ai-0.3.19.dist-info/RECORD,,
|
File without changes
|
File without changes
|