mistralai 1.2.6__py3-none-any.whl → 1.3.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- mistralai/_version.py +1 -1
- mistralai/sdkconfiguration.py +2 -2
- {mistralai-1.2.6.dist-info → mistralai-1.3.0.dist-info}/METADATA +11 -11
- {mistralai-1.2.6.dist-info → mistralai-1.3.0.dist-info}/RECORD +6 -7
- {mistralai-1.2.6.dist-info → mistralai-1.3.0.dist-info}/WHEEL +1 -1
- py.typed +0 -1
- {mistralai-1.2.6.dist-info → mistralai-1.3.0.dist-info}/LICENSE +0 -0
mistralai/_version.py
CHANGED
mistralai/sdkconfiguration.py
CHANGED
|
@@ -28,9 +28,9 @@ class SDKConfiguration:
|
|
|
28
28
|
server: Optional[str] = ""
|
|
29
29
|
language: str = "python"
|
|
30
30
|
openapi_doc_version: str = "0.0.2"
|
|
31
|
-
sdk_version: str = "1.
|
|
31
|
+
sdk_version: str = "1.3.0"
|
|
32
32
|
gen_version: str = "2.486.1"
|
|
33
|
-
user_agent: str = "speakeasy-sdk/python 1.
|
|
33
|
+
user_agent: str = "speakeasy-sdk/python 1.3.0 2.486.1 0.0.2 mistralai"
|
|
34
34
|
retry_config: OptionalNullable[RetryConfig] = Field(default_factory=lambda: UNSET)
|
|
35
35
|
timeout_ms: Optional[int] = None
|
|
36
36
|
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.3
|
|
2
2
|
Name: mistralai
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.3.0
|
|
4
4
|
Summary: Python Client SDK for the Mistral AI API.
|
|
5
|
-
Home-page: https://github.com/mistralai/client-python.git
|
|
6
5
|
Author: Mistral
|
|
7
6
|
Requires-Python: >=3.8,<4.0
|
|
8
7
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -11,15 +10,16 @@ Classifier: Programming Language :: Python :: 3.9
|
|
|
11
10
|
Classifier: Programming Language :: Python :: 3.10
|
|
12
11
|
Classifier: Programming Language :: Python :: 3.11
|
|
13
12
|
Classifier: Programming Language :: Python :: 3.12
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
14
14
|
Provides-Extra: gcp
|
|
15
|
-
Requires-Dist: eval-type-backport (>=0.2.0
|
|
16
|
-
Requires-Dist: google-auth (
|
|
17
|
-
Requires-Dist: httpx (>=0.27.0
|
|
18
|
-
Requires-Dist: jsonpath-python (>=1.0.6
|
|
19
|
-
Requires-Dist: pydantic (>=2.9.0
|
|
20
|
-
Requires-Dist: python-dateutil (>=2.8.2
|
|
21
|
-
Requires-Dist: requests (>=2.32.3
|
|
22
|
-
Requires-Dist: typing-inspect (>=0.9.0
|
|
15
|
+
Requires-Dist: eval-type-backport (>=0.2.0)
|
|
16
|
+
Requires-Dist: google-auth (>=2.27.0) ; extra == "gcp"
|
|
17
|
+
Requires-Dist: httpx (>=0.27.0)
|
|
18
|
+
Requires-Dist: jsonpath-python (>=1.0.6)
|
|
19
|
+
Requires-Dist: pydantic (>=2.9.0)
|
|
20
|
+
Requires-Dist: python-dateutil (>=2.8.2)
|
|
21
|
+
Requires-Dist: requests (>=2.32.3) ; extra == "gcp"
|
|
22
|
+
Requires-Dist: typing-inspect (>=0.9.0)
|
|
23
23
|
Project-URL: Repository, https://github.com/mistralai/client-python.git
|
|
24
24
|
Description-Content-Type: text/markdown
|
|
25
25
|
|
|
@@ -124,7 +124,6 @@ mistralai_gcp/utils/security.py,sha256=ktep3HKwbFs-MLxUYTM8Jd4v-ZBum5_Z0u1PFIdYB
|
|
|
124
124
|
mistralai_gcp/utils/serializers.py,sha256=BSJT7kBOkNBFyP7KREyMoe14JGbgijD1M6AXFMbdmco,4924
|
|
125
125
|
mistralai_gcp/utils/url.py,sha256=BgGPgcTA6MRK4bF8fjP2dUopN3NzEzxWMXPBVg8NQUA,5254
|
|
126
126
|
mistralai_gcp/utils/values.py,sha256=_89YXPTI_BU6SXJBzFR4pIzTCBPQW9tsOTN1jeBBIDs,3428
|
|
127
|
-
py.typed,sha256=zrp19r0G21lr2yRiMC0f8MFkQFGj9wMpSbboePMg8KM,59
|
|
128
127
|
mistralai/__init__.py,sha256=ybmMeI8Pa2HEQCdADbpyIdm3JWu8AU61HxmDupOlTws,220
|
|
129
128
|
mistralai/_hooks/__init__.py,sha256=9_7W5jAYw8rcO8Kfc-Ty-lB82BHfksAJJpVFb_UeU1c,146
|
|
130
129
|
mistralai/_hooks/custom_user_agent.py,sha256=cHfp43RcsNvHusq8WVxWrCS3w-pmzJ8uNuvaMZKdtJ8,661
|
|
@@ -132,7 +131,7 @@ mistralai/_hooks/deprecation_warning.py,sha256=eyEOf7-o9uqqNWJnufD2RXp3dYrGV4in9
|
|
|
132
131
|
mistralai/_hooks/registration.py,sha256=ML0W-XbE4WYdJ4eGks_XxF2aLCJTaIWjQATFGzFwvyU,861
|
|
133
132
|
mistralai/_hooks/sdkhooks.py,sha256=s-orhdvnV89TmI3QiPC2LWQtYeM9RrsG1CTll-fYZmQ,2559
|
|
134
133
|
mistralai/_hooks/types.py,sha256=vUkTVk_TSaK10aEj368KYWvnd4T5EsawixMcTro_UHc,2570
|
|
135
|
-
mistralai/_version.py,sha256=
|
|
134
|
+
mistralai/_version.py,sha256=Yz7XlzG73mkVpgvZmhSXKKB1Idqv_O9EAF4QVSg_NIw,313
|
|
136
135
|
mistralai/agents.py,sha256=fR0i6638GqTptSr2rNCQG6WKH4_AiiPUA16tzqiRQBA,29496
|
|
137
136
|
mistralai/async_client.py,sha256=KUdYxIIqoD6L7vB0EGwUR6lQ0NK5iCTHjnLVR9CVcJY,355
|
|
138
137
|
mistralai/basesdk.py,sha256=da0sFeLR-ztU5-fuGJ4TMqUnnqSzXbPAjpNgKI52tBk,11999
|
|
@@ -255,7 +254,7 @@ mistralai/models/wandbintegrationout.py,sha256=C0HpS8jJGnACs7eWnuIq0qJEroIUAbjkv
|
|
|
255
254
|
mistralai/models_.py,sha256=kRnakzM3wQH8o99PZbMLXm7prVp2maguKJZab6HWzdM,41930
|
|
256
255
|
mistralai/py.typed,sha256=zrp19r0G21lr2yRiMC0f8MFkQFGj9wMpSbboePMg8KM,59
|
|
257
256
|
mistralai/sdk.py,sha256=lLJOfh9im-TDBsXX9_qM-JPGXjQOOSBDGOrmlJWaZBY,5444
|
|
258
|
-
mistralai/sdkconfiguration.py,sha256=
|
|
257
|
+
mistralai/sdkconfiguration.py,sha256=hQtkOwXSkb5dyb8uFKcN95q7vawz_2BKkI60bS0whAo,1688
|
|
259
258
|
mistralai/types/__init__.py,sha256=RArOwSgeeTIva6h-4ttjXwMUeCkz10nAFBL9D-QljI4,377
|
|
260
259
|
mistralai/types/basemodel.py,sha256=PexI39iKiOkIlobB8Ueo0yn8PLHp6_wb-WO-zelNDZY,1170
|
|
261
260
|
mistralai/utils/__init__.py,sha256=8npwwHS-7zjVrbkzBGO-Uk4GkjC240PCleMbgPK1Axs,2418
|
|
@@ -274,7 +273,7 @@ mistralai/utils/serializers.py,sha256=BSJT7kBOkNBFyP7KREyMoe14JGbgijD1M6AXFMbdmc
|
|
|
274
273
|
mistralai/utils/url.py,sha256=BgGPgcTA6MRK4bF8fjP2dUopN3NzEzxWMXPBVg8NQUA,5254
|
|
275
274
|
mistralai/utils/values.py,sha256=_89YXPTI_BU6SXJBzFR4pIzTCBPQW9tsOTN1jeBBIDs,3428
|
|
276
275
|
mistralai/version.py,sha256=iosXhlXclBwBqlADFKEilxAC2wWKbtuBKi87AmPi7s8,196
|
|
277
|
-
mistralai-1.
|
|
278
|
-
mistralai-1.
|
|
279
|
-
mistralai-1.
|
|
280
|
-
mistralai-1.
|
|
276
|
+
mistralai-1.3.0.dist-info/LICENSE,sha256=rUtQ_9GD0OyLPlb-2uWVdfE87hzudMRmsW-tS-0DK-0,11340
|
|
277
|
+
mistralai-1.3.0.dist-info/METADATA,sha256=8GPKZv0naWM4_YctEQpneXD7gLHKWipNfCo3lmXj9Q4,28105
|
|
278
|
+
mistralai-1.3.0.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
|
279
|
+
mistralai-1.3.0.dist-info/RECORD,,
|
|
File without changes
|