File tree Expand file tree Collapse file tree 6 files changed +23
-13
lines changed
Expand file tree Collapse file tree 6 files changed +23
-13
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ generation:
1616 oAuth2ClientCredentialsEnabled : false
1717 oAuth2PasswordEnabled : false
1818python :
19- version : 1.0.0-beta.8
19+ version : 1.0.0-beta.9
2020 additionalDependencies :
2121 dev :
2222 freezegun : ^1.5.1
Original file line number Diff line number Diff line change @@ -2,20 +2,20 @@ speakeasyVersion: 1.547.1
22sources:
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
1111targets:
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
1919workflow:
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
Original file line number Diff line number Diff 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 - .
Original file line number Diff line number Diff line change 11[project ]
22name = " gr4vy"
3- version = " 1.0.0-beta.8 "
3+ version = " 1.0.0-beta.9 "
44description = " Python Client SDK Generated by Speakeasy."
55authors = [{ name = " Gr4vy" },]
66readme = " README-PYPI.md"
Original file line number Diff line number Diff line change 33import 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
1111try :
1212 if __package__ is not None :
You canβt perform that action at this time.
0 commit comments