Skip to content

Commit 9d1e739

Browse files
authored
Switch the Azure and GCP SDKs to uv (#317)
The migration to uv was done in #303. This PR reflects this change in the GCP/Azure .speakeasy/gen.yaml files. The pyproject.toml for those package has also been added in .genignore to prevent speakeasy from rewritting them (in line with what is done for the main SDK).
1 parent 1923fe6 commit 9d1e739

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

packages/mistralai_azure/.genignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
pyproject.toml
12
src/mistralai_azure/sdk.py
23
README.md
34
USAGE.md

packages/mistralai_azure/.speakeasy/gen.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ python:
5252
methodArguments: infer-optional-args
5353
moduleName: ""
5454
outputModelSuffix: output
55+
packageManager: uv
5556
packageName: mistralai_azure
5657
pytestFilterWarnings: []
5758
pytestTimeout: 0

packages/mistralai_gcp/.genignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
pyproject.toml
12
src/mistralai_gcp/sdk.py
23
README.md
34
USAGE.md

packages/mistralai_gcp/.speakeasy/gen.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ python:
4747
maxMethodParams: 15
4848
methodArguments: infer-optional-args
4949
outputModelSuffix: output
50+
packageManager: uv
5051
packageName: mistralai-gcp
5152
pytestTimeout: 0
5253
responseFormat: flat

0 commit comments

Comments
 (0)