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 CHANGED
@@ -3,7 +3,7 @@
3
3
  import importlib.metadata
4
4
 
5
5
  __title__: str = "mistralai"
6
- __version__: str = "1.2.6"
6
+ __version__: str = "1.3.1"
7
7
 
8
8
  try:
9
9
  if __package__ is not None:
@@ -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.2.6"
31
+ sdk_version: str = "1.3.1"
32
32
  gen_version: str = "2.486.1"
33
- user_agent: str = "speakeasy-sdk/python 1.2.6 2.486.1 0.0.2 mistralai"
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.2.6
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,<4.0
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,<0.3.0)
16
- Requires-Dist: google-auth (==2.27.0) ; extra == "gcp"
17
- Requires-Dist: httpx (>=0.27.0,<0.28.0)
18
- Requires-Dist: jsonpath-python (>=1.0.6,<2.0.0)
19
- Requires-Dist: pydantic (>=2.9.0,<3.0.0)
20
- Requires-Dist: python-dateutil (>=2.8.2,<3.0.0)
21
- Requires-Dist: requests (>=2.32.3,<3.0.0) ; extra == "gcp"
22
- Requires-Dist: typing-inspect (>=0.9.0,<0.10.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=eiGwjeM4obDClShWRxd5pzvdNuEU4zn9JcutKU1d5Bg,313
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=7DSS3eyJVghFEFMx_3mWdwSAkxqQZuN-elbzyA3NivU,1688
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.2.6.dist-info/LICENSE,sha256=rUtQ_9GD0OyLPlb-2uWVdfE87hzudMRmsW-tS-0DK-0,11340
278
- mistralai-1.2.6.dist-info/METADATA,sha256=prWC8_EWcysmD1Bw2efxIQm9f0vJCJsPoGo8Ru8SEtA,28163
279
- mistralai-1.2.6.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
280
- mistralai-1.2.6.dist-info/RECORD,,
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,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 1.9.0
2
+ Generator: poetry-core 1.9.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any