mistralai 1.2.6__py3-none-any.whl → 1.3.1__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.1.dist-info}/METADATA +11 -10
- {mistralai-1.2.6.dist-info → mistralai-1.3.1.dist-info}/RECORD +6 -6
- {mistralai-1.2.6.dist-info → mistralai-1.3.1.dist-info}/WHEEL +1 -1
- {mistralai-1.2.6.dist-info → mistralai-1.3.1.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.1"
|
|
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.1 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,25 +1,26 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mistralai
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.3.1
|
|
4
4
|
Summary: Python Client SDK for the Mistral AI API.
|
|
5
5
|
Home-page: https://github.com/mistralai/client-python.git
|
|
6
6
|
Author: Mistral
|
|
7
|
-
Requires-Python: >=3.8
|
|
7
|
+
Requires-Python: >=3.8
|
|
8
8
|
Classifier: Programming Language :: Python :: 3
|
|
9
9
|
Classifier: Programming Language :: Python :: 3.8
|
|
10
10
|
Classifier: Programming Language :: Python :: 3.9
|
|
11
11
|
Classifier: Programming Language :: Python :: 3.10
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.11
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.12
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
14
15
|
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
|
|
16
|
+
Requires-Dist: eval-type-backport (>=0.2.0)
|
|
17
|
+
Requires-Dist: google-auth (>=2.27.0) ; extra == "gcp"
|
|
18
|
+
Requires-Dist: httpx (>=0.27.0)
|
|
19
|
+
Requires-Dist: jsonpath-python (>=1.0.6)
|
|
20
|
+
Requires-Dist: pydantic (>=2.9.0)
|
|
21
|
+
Requires-Dist: python-dateutil (>=2.8.2)
|
|
22
|
+
Requires-Dist: requests (>=2.32.3) ; extra == "gcp"
|
|
23
|
+
Requires-Dist: typing-inspect (>=0.9.0)
|
|
23
24
|
Project-URL: Repository, https://github.com/mistralai/client-python.git
|
|
24
25
|
Description-Content-Type: text/markdown
|
|
25
26
|
|
|
@@ -132,7 +132,7 @@ mistralai/_hooks/deprecation_warning.py,sha256=eyEOf7-o9uqqNWJnufD2RXp3dYrGV4in9
|
|
|
132
132
|
mistralai/_hooks/registration.py,sha256=ML0W-XbE4WYdJ4eGks_XxF2aLCJTaIWjQATFGzFwvyU,861
|
|
133
133
|
mistralai/_hooks/sdkhooks.py,sha256=s-orhdvnV89TmI3QiPC2LWQtYeM9RrsG1CTll-fYZmQ,2559
|
|
134
134
|
mistralai/_hooks/types.py,sha256=vUkTVk_TSaK10aEj368KYWvnd4T5EsawixMcTro_UHc,2570
|
|
135
|
-
mistralai/_version.py,sha256=
|
|
135
|
+
mistralai/_version.py,sha256=n77-fYLhudMxqUWevuHvbOKcsKC47q8F7a4ys7HPLoM,313
|
|
136
136
|
mistralai/agents.py,sha256=fR0i6638GqTptSr2rNCQG6WKH4_AiiPUA16tzqiRQBA,29496
|
|
137
137
|
mistralai/async_client.py,sha256=KUdYxIIqoD6L7vB0EGwUR6lQ0NK5iCTHjnLVR9CVcJY,355
|
|
138
138
|
mistralai/basesdk.py,sha256=da0sFeLR-ztU5-fuGJ4TMqUnnqSzXbPAjpNgKI52tBk,11999
|
|
@@ -255,7 +255,7 @@ mistralai/models/wandbintegrationout.py,sha256=C0HpS8jJGnACs7eWnuIq0qJEroIUAbjkv
|
|
|
255
255
|
mistralai/models_.py,sha256=kRnakzM3wQH8o99PZbMLXm7prVp2maguKJZab6HWzdM,41930
|
|
256
256
|
mistralai/py.typed,sha256=zrp19r0G21lr2yRiMC0f8MFkQFGj9wMpSbboePMg8KM,59
|
|
257
257
|
mistralai/sdk.py,sha256=lLJOfh9im-TDBsXX9_qM-JPGXjQOOSBDGOrmlJWaZBY,5444
|
|
258
|
-
mistralai/sdkconfiguration.py,sha256=
|
|
258
|
+
mistralai/sdkconfiguration.py,sha256=4u44yB75Pw--81TaTZCZRB-K_E1UdOgavCEizHJ17ho,1688
|
|
259
259
|
mistralai/types/__init__.py,sha256=RArOwSgeeTIva6h-4ttjXwMUeCkz10nAFBL9D-QljI4,377
|
|
260
260
|
mistralai/types/basemodel.py,sha256=PexI39iKiOkIlobB8Ueo0yn8PLHp6_wb-WO-zelNDZY,1170
|
|
261
261
|
mistralai/utils/__init__.py,sha256=8npwwHS-7zjVrbkzBGO-Uk4GkjC240PCleMbgPK1Axs,2418
|
|
@@ -274,7 +274,7 @@ mistralai/utils/serializers.py,sha256=BSJT7kBOkNBFyP7KREyMoe14JGbgijD1M6AXFMbdmc
|
|
|
274
274
|
mistralai/utils/url.py,sha256=BgGPgcTA6MRK4bF8fjP2dUopN3NzEzxWMXPBVg8NQUA,5254
|
|
275
275
|
mistralai/utils/values.py,sha256=_89YXPTI_BU6SXJBzFR4pIzTCBPQW9tsOTN1jeBBIDs,3428
|
|
276
276
|
mistralai/version.py,sha256=iosXhlXclBwBqlADFKEilxAC2wWKbtuBKi87AmPi7s8,196
|
|
277
|
-
mistralai-1.
|
|
278
|
-
mistralai-1.
|
|
279
|
-
mistralai-1.
|
|
280
|
-
mistralai-1.
|
|
277
|
+
mistralai-1.3.1.dist-info/LICENSE,sha256=rUtQ_9GD0OyLPlb-2uWVdfE87hzudMRmsW-tS-0DK-0,11340
|
|
278
|
+
mistralai-1.3.1.dist-info/METADATA,sha256=4cx2LjFgsvPdtZoNLamwan0Tv2LRUaP5lm0AZLJGEnM,28158
|
|
279
|
+
mistralai-1.3.1.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
|
280
|
+
mistralai-1.3.1.dist-info/RECORD,,
|
|
File without changes
|