Skip to content

Commit 21a48f8

Browse files
chore: 🐝 Update SDK - Generate 1.0.0-beta.9
1 parent 3b7b373 commit 21a48f8

File tree

6 files changed

+23
-13
lines changed

6 files changed

+23
-13
lines changed

β€Ž.speakeasy/gen.lockβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ management:
55
docVersion: 1.0.0
66
speakeasyVersion: 1.547.1
77
generationVersion: 2.605.0
8-
releaseVersion: 1.0.0-beta.8
9-
configChecksum: be35150ad69c1400c0320a54e28926cf
8+
releaseVersion: 1.0.0-beta.9
9+
configChecksum: b1af8000140048af3ab3d0feb0cc4164
1010
repoURL: https://github.com/gr4vy/gr4vy-python.git
1111
installationURL: https://github.com/gr4vy/gr4vy-python.git
1212
published: true

β€Ž.speakeasy/gen.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ generation:
1616
oAuth2ClientCredentialsEnabled: false
1717
oAuth2PasswordEnabled: false
1818
python:
19-
version: 1.0.0-beta.8
19+
version: 1.0.0-beta.9
2020
additionalDependencies:
2121
dev:
2222
freezegun: ^1.5.1

β€Ž.speakeasy/workflow.lockβ€Ž

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.547.1
22
sources:
33
openapi:
44
sourceNamespace: openapi
5-
sourceRevisionDigest: sha256:02c75b95e51cb58110902cb9c6c9f60846166e87e932e0b75fb787e0ec464bad
5+
sourceRevisionDigest: sha256:ff71643e40419a17a0cf48267b5893c06441406c985f9cd37b859d6812c70d93
66
sourceBlobDigest: sha256:9a3248f2c12c5f6fd8cfe23b8d94ba5df71af09ba16d60d9968eb274f7a9eaab
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1747671680
9+
- speakeasy-sdk-regen-1747672744
1010
- 1.0.0
1111
targets:
1212
python:
1313
source: openapi
1414
sourceNamespace: openapi
15-
sourceRevisionDigest: sha256:02c75b95e51cb58110902cb9c6c9f60846166e87e932e0b75fb787e0ec464bad
15+
sourceRevisionDigest: sha256:ff71643e40419a17a0cf48267b5893c06441406c985f9cd37b859d6812c70d93
1616
sourceBlobDigest: sha256:9a3248f2c12c5f6fd8cfe23b8d94ba5df71af09ba16d60d9968eb274f7a9eaab
17-
codeSamplesNamespace: oas-python-code-samples
18-
codeSamplesRevisionDigest: sha256:987e3197c5a11c1edb961c01d40b46dd51516f2bfd2bc8d8c1a894457a6c4d53
17+
codeSamplesNamespace: openapi-python-code-samples
18+
codeSamplesRevisionDigest: sha256:1bc1e9678825292b249ef0c7393214eb90d2732e9bdf54c3612a35e31fe3a783
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest
@@ -42,7 +42,7 @@ workflow:
4242
token: $pypi_token
4343
codeSamples:
4444
registry:
45-
location: registry.speakeasyapi.dev/gr4vy/gr4vy/oas-python-code-samples
45+
location: registry.speakeasyapi.dev/gr4vy/gr4vy/openapi-python-code-samples
4646
labelOverride:
4747
fixedValue: Python (SDK)
4848
blocking: false

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,14 @@ Based on:
6868
### Generated
6969
- [python v1.0.0-beta.8] .
7070
### Releases
71-
- [PyPI v1.0.0-beta.8] https://pypi.org/project/gr4vy/1.0.0-beta.8 - .
71+
- [PyPI v1.0.0-beta.8] https://pypi.org/project/gr4vy/1.0.0-beta.8 - .
72+
73+
## 2025-05-19 16:38:48
74+
### Changes
75+
Based on:
76+
- OpenAPI Doc
77+
- Speakeasy CLI 1.547.1 (2.605.0) https://github.com/speakeasy-api/speakeasy
78+
### Generated
79+
- [python v1.0.0-beta.9] .
80+
### Releases
81+
- [PyPI v1.0.0-beta.9] https://pypi.org/project/gr4vy/1.0.0-beta.9 - .

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "gr4vy"
3-
version = "1.0.0-beta.8"
3+
version = "1.0.0-beta.9"
44
description = "Python Client SDK Generated by Speakeasy."
55
authors = [{ name = "Gr4vy" },]
66
readme = "README-PYPI.md"

β€Žsrc/gr4vy/_version.pyβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
import importlib.metadata
44

55
__title__: str = "gr4vy"
6-
__version__: str = "1.0.0-beta.8"
6+
__version__: str = "1.0.0-beta.9"
77
__openapi_doc_version__: str = "1.0.0"
88
__gen_version__: str = "2.605.0"
9-
__user_agent__: str = "speakeasy-sdk/python 1.0.0-beta.8 2.605.0 1.0.0 gr4vy"
9+
__user_agent__: str = "speakeasy-sdk/python 1.0.0-beta.9 2.605.0 1.0.0 gr4vy"
1010

1111
try:
1212
if __package__ is not None:

0 commit comments

Comments
Β (0)