Skip to content

Commit 5fb625c

Browse files
Nelson-PROIAclaude
andcommitted
PEP 420 namespace support, widen otel upper bound
- Widen opentelemetry-semantic-conventions upper bound from <0.60 to <0.61 - Add "Additional packages" section to README for mistralai-* namespace packages Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6475b1c commit 5fb625c

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Once that is saved to a file, you can run it with `uv run script.py` where
118118

119119
### Agents extra dependencies
120120

121-
When using the agents related feature it is required to add the `agents` extra dependencies. This can be added when
121+
When using the agents related feature it is required to add the `agents` extra dependencies. This can be added when
122122
installing the package:
123123

124124
```bash
@@ -127,6 +127,14 @@ pip install "mistralai[agents]"
127127

128128
> Note: These features require Python 3.10+ (the SDK minimum).
129129
130+
### Additional packages
131+
132+
Additional `mistralai-*` packages (e.g. `mistralai-workflows`) can be installed separately and are available under the `mistralai` namespace:
133+
134+
```bash
135+
pip install mistralai-workflows
136+
```
137+
130138
<!-- Start SDK Example Usage [usage] -->
131139
## SDK Example Usage
132140

@@ -410,7 +418,7 @@ gcloud auth application-default login
410418
Install the extras dependencies specific to Google Cloud:
411419

412420
```bash
413-
pip install mistralai[gcp]
421+
pip install "mistralai[gcp]"
414422
```
415423

416424
**Step 2: Example Usage**

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = [
1616
"opentelemetry-sdk (>=1.33.1,<2.0.0)",
1717
"opentelemetry-api (>=1.33.1,<2.0.0)",
1818
"opentelemetry-exporter-otlp-proto-http (>=1.37.0,<2.0.0)",
19-
"opentelemetry-semantic-conventions (>=0.59b0,<0.60)",
19+
"opentelemetry-semantic-conventions (>=0.59b0,<0.61)",
2020
]
2121

2222
[project.optional-dependencies]

0 commit comments

Comments
 (0)