vellum-ai 0.8.17__py3-none-any.whl → 0.8.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.8.17.dist-info → vellum_ai-0.8.19.dist-info}/METADATA +1 -1
- {vellum_ai-0.8.17.dist-info → vellum_ai-0.8.19.dist-info}/RECORD +5 -5
- {vellum_ai-0.8.17.dist-info → vellum_ai-0.8.19.dist-info}/LICENSE +0 -0
- {vellum_ai-0.8.17.dist-info → vellum_ai-0.8.19.dist-info}/WHEEL +0 -0
vellum/core/client_wrapper.py
CHANGED
@@ -17,7 +17,7 @@ class BaseClientWrapper:
|
|
17
17
|
headers: typing.Dict[str, str] = {
|
18
18
|
"X-Fern-Language": "Python",
|
19
19
|
"X-Fern-SDK-Name": "vellum-ai",
|
20
|
-
"X-Fern-SDK-Version": "0.8.
|
20
|
+
"X-Fern-SDK-Version": "0.8.19",
|
21
21
|
}
|
22
22
|
headers["X_API_KEY"] = self.api_key
|
23
23
|
return headers
|
@@ -2,7 +2,7 @@ vellum/__init__.py,sha256=PG9ISesfvQQmx7-qVqykfsnsriAmWhGEMcei9F3HrII,32462
|
|
2
2
|
vellum/client.py,sha256=cMrzyQ7GUnByOLvgoe9lCf569uk5e17I4TIgA74awKg,114255
|
3
3
|
vellum/core/__init__.py,sha256=SQ85PF84B9MuKnBwHNHWemSGuy-g_515gFYNFhvEE0I,1438
|
4
4
|
vellum/core/api_error.py,sha256=RE8LELok2QCjABadECTvtDp7qejA1VmINCh6TbqPwSE,426
|
5
|
-
vellum/core/client_wrapper.py,sha256=
|
5
|
+
vellum/core/client_wrapper.py,sha256=uaNTplS09GKgBcz3NrDywFCMn3J2xVzH8z5Ly8XjdYQ,1890
|
6
6
|
vellum/core/datetime_utils.py,sha256=nBys2IsYrhPdszxGKCNRPSOCwa-5DWOHG95FB8G9PKo,1047
|
7
7
|
vellum/core/file.py,sha256=X9IbmkZmB2bB_DpmZAO3crWdXagOakAyn6UCOCImCPg,2322
|
8
8
|
vellum/core/http_client.py,sha256=R0pQpCppnEtxccGvXl4uJ76s7ro_65Fo_erlNNLp_AI,19228
|
@@ -519,7 +519,7 @@ vellum/types/workflow_result_event_output_data_search_results.py,sha256=U34IK7Zv
|
|
519
519
|
vellum/types/workflow_result_event_output_data_string.py,sha256=tM3kgh6tEhD0dFEb_7UU0-UspeN4pUdINCcCrD64W74,1228
|
520
520
|
vellum/types/workflow_stream_event.py,sha256=Wn3Yzuy9MqWAeo8tEaXDTKDEbJoA8DdYdMVq8EKuhu8,361
|
521
521
|
vellum/version.py,sha256=jq-1PlAYxN9AXuaZqbYk9ak27SgE2lw9Ia5gx1b1gVI,76
|
522
|
-
vellum_ai-0.8.
|
523
|
-
vellum_ai-0.8.
|
524
|
-
vellum_ai-0.8.
|
525
|
-
vellum_ai-0.8.
|
522
|
+
vellum_ai-0.8.19.dist-info/LICENSE,sha256=CcaljEIoOBaU-wItPH4PmM_mDCGpyuUY0Er1BGu5Ti8,1073
|
523
|
+
vellum_ai-0.8.19.dist-info/METADATA,sha256=gQ2kFctlJGcEyZbmXPvsx9-gHUl2KCz8aRaJcfNykt8,4395
|
524
|
+
vellum_ai-0.8.19.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
525
|
+
vellum_ai-0.8.19.dist-info/RECORD,,
|
File without changes
|
File without changes
|