vellum-ai 0.7.10__py3-none-any.whl → 0.7.11__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.7.10.dist-info → vellum_ai-0.7.11.dist-info}/METADATA +1 -1
- {vellum_ai-0.7.10.dist-info → vellum_ai-0.7.11.dist-info}/RECORD +5 -5
- {vellum_ai-0.7.10.dist-info → vellum_ai-0.7.11.dist-info}/LICENSE +0 -0
- {vellum_ai-0.7.10.dist-info → vellum_ai-0.7.11.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.7.
|
21
|
+
"X-Fern-SDK-Version": "0.7.11",
|
22
22
|
}
|
23
23
|
headers["X_API_KEY"] = self.api_key
|
24
24
|
return headers
|
@@ -2,7 +2,7 @@ vellum/__init__.py,sha256=WSiaCxloCf8VJlJ03KLPJKY-YJQ4U6gfbcCWKtdlJNs,50185
|
|
2
2
|
vellum/client.py,sha256=FEelOptuh8ylBnqSznSXvIUj2LWGTEPDTPrK5sgQkSE,83651
|
3
3
|
vellum/core/__init__.py,sha256=UFXpYzcGxWQUucU1TkjOQ9mGWN3A5JohluOIWVYKU4I,973
|
4
4
|
vellum/core/api_error.py,sha256=RE8LELok2QCjABadECTvtDp7qejA1VmINCh6TbqPwSE,426
|
5
|
-
vellum/core/client_wrapper.py,sha256=
|
5
|
+
vellum/core/client_wrapper.py,sha256=ziZOvlil5XzZb4ATQYKCE3cGNSOCabCNR7G7ISVBRfc,1874
|
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=46CyqS5Y8MwWTclAXnb1z5-ODJfwfHYbyhvjhb7RY1c,18753
|
@@ -500,7 +500,7 @@ vellum/types/workflow_result_event_output_data_search_results.py,sha256=_C4ueKK8
|
|
500
500
|
vellum/types/workflow_result_event_output_data_string.py,sha256=AAWHZT3X9HOIRA3UuIqw0VpfSGwGemsJM71WDNbWYTc,1745
|
501
501
|
vellum/types/workflow_stream_event.py,sha256=5K-Mtn9fvJDq8m5nhURDbChL01PXIiuIZDkfAC1d6fU,2610
|
502
502
|
vellum/version.py,sha256=neLt8HBHHUtDF9M5fsyUzHT-pKooEPvceaLDqqIGb0s,77
|
503
|
-
vellum_ai-0.7.
|
504
|
-
vellum_ai-0.7.
|
505
|
-
vellum_ai-0.7.
|
506
|
-
vellum_ai-0.7.
|
503
|
+
vellum_ai-0.7.11.dist-info/LICENSE,sha256=CcaljEIoOBaU-wItPH4PmM_mDCGpyuUY0Er1BGu5Ti8,1073
|
504
|
+
vellum_ai-0.7.11.dist-info/METADATA,sha256=P2VEgUmyeMKPgtNNeQ1o0gvmqck9zhns64wEOdl9bgM,4399
|
505
|
+
vellum_ai-0.7.11.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
506
|
+
vellum_ai-0.7.11.dist-info/RECORD,,
|
File without changes
|
File without changes
|