mistralai 0.1.6__tar.gz → 0.1.7__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mistralai
3
- Version: 0.1.6
3
+ Version: 0.1.7
4
4
  Summary:
5
5
  Author: Bam4d
6
6
  Author-email: bam4d@mistral.ai
@@ -12,8 +12,6 @@ Classifier: Programming Language :: Python :: 3.11
12
12
  Classifier: Programming Language :: Python :: 3.12
13
13
  Requires-Dist: httpx (>=0.25.2,<0.26.0)
14
14
  Requires-Dist: orjson (>=3.9.10,<4.0.0)
15
- Requires-Dist: pandas (>=2.2.0,<3.0.0)
16
- Requires-Dist: pyarrow (>=15.0.0,<16.0.0)
17
15
  Requires-Dist: pydantic (>=2.5.2,<3.0.0)
18
16
  Description-Content-Type: text/markdown
19
17
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "mistralai"
3
- version = "0.1.6"
3
+ version = "0.1.7"
4
4
  description = ""
5
5
  authors = ["Bam4d <bam4d@mistral.ai>"]
6
6
  readme = "README.md"
@@ -27,8 +27,6 @@ python = "^3.9"
27
27
  orjson = "^3.9.10"
28
28
  pydantic = "^2.5.2"
29
29
  httpx = "^0.25.2"
30
- pandas = "^2.2.0"
31
- pyarrow = "^15.0.0"
32
30
 
33
31
 
34
32
  [tool.poetry.group.dev.dependencies]
@@ -36,7 +36,7 @@ class ClientBase(ABC):
36
36
  self._default_model = "mistral"
37
37
 
38
38
  # This should be automatically updated by the deploy script
39
- self._version = "0.1.6"
39
+ self._version = "0.1.7"
40
40
 
41
41
  def _parse_tools(self, tools: List[Dict[str, Any]]) -> List[Dict[str, Any]]:
42
42
  parsed_tools: List[Dict[str, Any]] = []
File without changes
File without changes