vellum-ai 0.8.28__py3-none-any.whl → 0.8.29__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.28.dist-info → vellum_ai-0.8.29.dist-info}/METADATA +1 -1
- {vellum_ai-0.8.28.dist-info → vellum_ai-0.8.29.dist-info}/RECORD +5 -5
- {vellum_ai-0.8.28.dist-info → vellum_ai-0.8.29.dist-info}/LICENSE +0 -0
- {vellum_ai-0.8.28.dist-info → vellum_ai-0.8.29.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": "
|
20
|
+
"X-Fern-SDK-Version": "0.8.29",
|
21
21
|
}
|
22
22
|
headers["X_API_KEY"] = self.api_key
|
23
23
|
return headers
|
@@ -2,7 +2,7 @@ vellum/__init__.py,sha256=zYlpwH3oy4YWEGkHMD8aGno4hdlSKgghpEvt3bvjM-0,33786
|
|
2
2
|
vellum/client.py,sha256=oyKQasaHZqssc_CiZdvIcrGePxzg9k7GfB7_ik1jsH0,114871
|
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=rqUxlwX-Vv8IZixF49trALdS6Z1uvdTO0JWAaWhPI18,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
|
@@ -546,7 +546,7 @@ vellum/types/workflow_result_event_output_data_string.py,sha256=tM3kgh6tEhD0dFEb
|
|
546
546
|
vellum/types/workflow_stream_event.py,sha256=Wn3Yzuy9MqWAeo8tEaXDTKDEbJoA8DdYdMVq8EKuhu8,361
|
547
547
|
vellum/types/workspace_secret_read.py,sha256=3CnHDG72IAY0KRNvc31F0xLmhnpwjQHnDYCfQJzCxI0,714
|
548
548
|
vellum/version.py,sha256=jq-1PlAYxN9AXuaZqbYk9ak27SgE2lw9Ia5gx1b1gVI,76
|
549
|
-
vellum_ai-0.8.
|
550
|
-
vellum_ai-0.8.
|
551
|
-
vellum_ai-0.8.
|
552
|
-
vellum_ai-0.8.
|
549
|
+
vellum_ai-0.8.29.dist-info/LICENSE,sha256=CcaljEIoOBaU-wItPH4PmM_mDCGpyuUY0Er1BGu5Ti8,1073
|
550
|
+
vellum_ai-0.8.29.dist-info/METADATA,sha256=s25UHOgc7fcP9J4YBladIG0UHK8e1RlVimAYap24sw4,4395
|
551
|
+
vellum_ai-0.8.29.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
552
|
+
vellum_ai-0.8.29.dist-info/RECORD,,
|
File without changes
|
File without changes
|