Skip to content

Commit 9979e42

Browse files
chore: 🐝 Update SDK - Generate 0.1.2
1 parent 112e469 commit 9979e42

File tree

158 files changed

+6791
-2325
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

158 files changed

+6791
-2325
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"name": "Python",
55
"image": "mcr.microsoft.com/devcontainers/python:1-3.11-bullseye",
66
// Features to add to the dev container. More info: https://containers.dev/features.
7-
// "features": {},
7+
"features": {
8+
"ghcr.io/astral-sh/devcontainer-features/uv:latest": {}
9+
},
810
// Use 'forwardPorts' to make a list of ports inside the container available locally.
911
// "forwardPorts": [],
1012
// Use 'postCreateCommand' to run commands after the container is created.

.devcontainer/setup.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ rmdir samples || true
88
mkdir samples
99

1010

11-
python -m pip install --upgrade pip
12-
pip install -e .
11+
uv sync --dev
1312

1413
# Generate starter usage sample with speakeasy
1514
speakeasy generate usage -s https://cloudinary.github.io/api-schemas/provisioning/schema.yml -l python -o samples/root.py

.speakeasy/gen.lock

Lines changed: 318 additions & 322 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ generation:
3636
generateNewTests: false
3737
skipResponseBodyAssertions: false
3838
python:
39-
version: 0.1.1
39+
version: 0.1.2
4040
additionalDependencies:
4141
dev: {}
4242
main: {}

.speakeasy/workflow.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
speakeasyVersion: 1.725.0
1+
speakeasyVersion: 1.761.1
22
sources:
33
Cloudinary-Provisioning-OAS:
44
sourceNamespace: cloudinary-provisioning
55
sourceRevisionDigest: sha256:2eb14e9aa6662f5f4f1d9ef1039678b31573aebc5765ea3e64a4d2017f9073d4
66
sourceBlobDigest: sha256:0c58d072e0b61c934870ce292789dd513ea1df64ec9a625f3e428fc17fcf2574
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1771901802
109
- 0.2.1
1110
targets:
1211
cloudinary:
@@ -15,7 +14,7 @@ targets:
1514
sourceRevisionDigest: sha256:2eb14e9aa6662f5f4f1d9ef1039678b31573aebc5765ea3e64a4d2017f9073d4
1615
sourceBlobDigest: sha256:0c58d072e0b61c934870ce292789dd513ea1df64ec9a625f3e428fc17fcf2574
1716
codeSamplesNamespace: cloudinary-provisioning-python-code-samples
18-
codeSamplesRevisionDigest: sha256:77293005f11b5f2f0f8da3247f2fcce2aa0c14f2fa2f63a8d6b1cbdddd864493
17+
codeSamplesRevisionDigest: sha256:e8b2e36349d3adf175f3080ff6db9243abd90d0f3fe6fd8df9770667684c288d
1918
workflow:
2019
workflowVersion: 1.0.0
2120
speakeasyVersion: latest
@@ -32,6 +31,8 @@ workflow:
3231
cloudinary:
3332
target: python
3433
source: Cloudinary-Provisioning-OAS
34+
publish:
35+
pypi: {}
3536
codeSamples:
3637
registry:
3738
location: registry.speakeasyapi.dev/cloudinary/cloudinary/cloudinary-provisioning-python-code-samples

0 commit comments

Comments
 (0)