vellum-ai 0.3.16__py3-none-any.whl → 0.3.17__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.16.dist-info → vellum_ai-0.3.17.dist-info}/METADATA +2 -1
- {vellum_ai-0.3.16.dist-info → vellum_ai-0.3.17.dist-info}/RECORD +5 -5
- {vellum_ai-0.3.16.dist-info → vellum_ai-0.3.17.dist-info}/LICENSE +0 -0
- {vellum_ai-0.3.16.dist-info → vellum_ai-0.3.17.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.17",
|
22
22
|
}
|
23
23
|
headers["X_API_KEY"] = self.api_key
|
24
24
|
return headers
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: vellum-ai
|
3
|
-
Version: 0.3.
|
3
|
+
Version: 0.3.17
|
4
4
|
Summary:
|
5
5
|
Requires-Python: >=3.8,<4.0
|
6
6
|
Classifier: Programming Language :: Python :: 3
|
@@ -10,6 +10,7 @@ Classifier: Programming Language :: Python :: 3.10
|
|
10
10
|
Classifier: Programming Language :: Python :: 3.11
|
11
11
|
Requires-Dist: cdktf (>=0.20.5,<0.21.0)
|
12
12
|
Requires-Dist: httpx (>=0.21.2)
|
13
|
+
Requires-Dist: publication (==0.0.3)
|
13
14
|
Requires-Dist: pydantic (>=1.9.2)
|
14
15
|
Requires-Dist: typing_extensions (>=4.0.0)
|
15
16
|
Description-Content-Type: text/markdown
|
@@ -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=vfldGFiA8pevAe0VEICGOJFfVs5DK-J5BwNYW54Xj-4,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.17.dist-info/LICENSE,sha256=CcaljEIoOBaU-wItPH4PmM_mDCGpyuUY0Er1BGu5Ti8,1073
|
363
|
+
vellum_ai-0.3.17.dist-info/METADATA,sha256=a-zPcut85Kxze4BSjSsWDaBrXq_qleqQDKrMvL-EwyA,3550
|
364
|
+
vellum_ai-0.3.17.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
365
|
+
vellum_ai-0.3.17.dist-info/RECORD,,
|
File without changes
|
File without changes
|