mistralai 1.3.0__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.3.0.dist-info → mistralai-1.3.1.dist-info}/METADATA +4 -3
- {mistralai-1.3.0.dist-info → mistralai-1.3.1.dist-info}/RECORD +7 -6
- {mistralai-1.3.0.dist-info → mistralai-1.3.1.dist-info}/WHEEL +1 -1
- py.typed +1 -0
- {mistralai-1.3.0.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.3.
|
|
31
|
+
sdk_version: str = "1.3.1"
|
|
32
32
|
gen_version: str = "2.486.1"
|
|
33
|
-
user_agent: str = "speakeasy-sdk/python 1.3.
|
|
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,9 +1,10 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
2
|
Name: mistralai
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.1
|
|
4
4
|
Summary: Python Client SDK for the Mistral AI API.
|
|
5
|
+
Home-page: https://github.com/mistralai/client-python.git
|
|
5
6
|
Author: Mistral
|
|
6
|
-
Requires-Python: >=3.8
|
|
7
|
+
Requires-Python: >=3.8
|
|
7
8
|
Classifier: Programming Language :: Python :: 3
|
|
8
9
|
Classifier: Programming Language :: Python :: 3.8
|
|
9
10
|
Classifier: Programming Language :: Python :: 3.9
|
|
@@ -124,6 +124,7 @@ 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
|
|
127
128
|
mistralai/__init__.py,sha256=ybmMeI8Pa2HEQCdADbpyIdm3JWu8AU61HxmDupOlTws,220
|
|
128
129
|
mistralai/_hooks/__init__.py,sha256=9_7W5jAYw8rcO8Kfc-Ty-lB82BHfksAJJpVFb_UeU1c,146
|
|
129
130
|
mistralai/_hooks/custom_user_agent.py,sha256=cHfp43RcsNvHusq8WVxWrCS3w-pmzJ8uNuvaMZKdtJ8,661
|
|
@@ -131,7 +132,7 @@ mistralai/_hooks/deprecation_warning.py,sha256=eyEOf7-o9uqqNWJnufD2RXp3dYrGV4in9
|
|
|
131
132
|
mistralai/_hooks/registration.py,sha256=ML0W-XbE4WYdJ4eGks_XxF2aLCJTaIWjQATFGzFwvyU,861
|
|
132
133
|
mistralai/_hooks/sdkhooks.py,sha256=s-orhdvnV89TmI3QiPC2LWQtYeM9RrsG1CTll-fYZmQ,2559
|
|
133
134
|
mistralai/_hooks/types.py,sha256=vUkTVk_TSaK10aEj368KYWvnd4T5EsawixMcTro_UHc,2570
|
|
134
|
-
mistralai/_version.py,sha256=
|
|
135
|
+
mistralai/_version.py,sha256=n77-fYLhudMxqUWevuHvbOKcsKC47q8F7a4ys7HPLoM,313
|
|
135
136
|
mistralai/agents.py,sha256=fR0i6638GqTptSr2rNCQG6WKH4_AiiPUA16tzqiRQBA,29496
|
|
136
137
|
mistralai/async_client.py,sha256=KUdYxIIqoD6L7vB0EGwUR6lQ0NK5iCTHjnLVR9CVcJY,355
|
|
137
138
|
mistralai/basesdk.py,sha256=da0sFeLR-ztU5-fuGJ4TMqUnnqSzXbPAjpNgKI52tBk,11999
|
|
@@ -254,7 +255,7 @@ mistralai/models/wandbintegrationout.py,sha256=C0HpS8jJGnACs7eWnuIq0qJEroIUAbjkv
|
|
|
254
255
|
mistralai/models_.py,sha256=kRnakzM3wQH8o99PZbMLXm7prVp2maguKJZab6HWzdM,41930
|
|
255
256
|
mistralai/py.typed,sha256=zrp19r0G21lr2yRiMC0f8MFkQFGj9wMpSbboePMg8KM,59
|
|
256
257
|
mistralai/sdk.py,sha256=lLJOfh9im-TDBsXX9_qM-JPGXjQOOSBDGOrmlJWaZBY,5444
|
|
257
|
-
mistralai/sdkconfiguration.py,sha256=
|
|
258
|
+
mistralai/sdkconfiguration.py,sha256=4u44yB75Pw--81TaTZCZRB-K_E1UdOgavCEizHJ17ho,1688
|
|
258
259
|
mistralai/types/__init__.py,sha256=RArOwSgeeTIva6h-4ttjXwMUeCkz10nAFBL9D-QljI4,377
|
|
259
260
|
mistralai/types/basemodel.py,sha256=PexI39iKiOkIlobB8Ueo0yn8PLHp6_wb-WO-zelNDZY,1170
|
|
260
261
|
mistralai/utils/__init__.py,sha256=8npwwHS-7zjVrbkzBGO-Uk4GkjC240PCleMbgPK1Axs,2418
|
|
@@ -273,7 +274,7 @@ mistralai/utils/serializers.py,sha256=BSJT7kBOkNBFyP7KREyMoe14JGbgijD1M6AXFMbdmc
|
|
|
273
274
|
mistralai/utils/url.py,sha256=BgGPgcTA6MRK4bF8fjP2dUopN3NzEzxWMXPBVg8NQUA,5254
|
|
274
275
|
mistralai/utils/values.py,sha256=_89YXPTI_BU6SXJBzFR4pIzTCBPQW9tsOTN1jeBBIDs,3428
|
|
275
276
|
mistralai/version.py,sha256=iosXhlXclBwBqlADFKEilxAC2wWKbtuBKi87AmPi7s8,196
|
|
276
|
-
mistralai-1.3.
|
|
277
|
-
mistralai-1.3.
|
|
278
|
-
mistralai-1.3.
|
|
279
|
-
mistralai-1.3.
|
|
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
|