File tree Expand file tree Collapse file tree 6 files changed +19
-9
lines changed
Expand file tree Collapse file tree 6 files changed +19
-9
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.656.1
77 generationVersion: 2.753.1
8- releaseVersion: 1.7.8
9- configChecksum: a8bf9adcd4b4c857f5b8dedfce0786d1
8+ releaseVersion: 1.7.10
9+ configChecksum: 778f19dd6eeefc418b38bbd0649afed4
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 @@ -25,7 +25,7 @@ generation:
2525 generateNewTests : false
2626 skipResponseBodyAssertions : false
2727python :
28- version : 1.7.8
28+ version : 1.7.10
2929 additionalDependencies :
3030 dev :
3131 freezegun : ^1.5.1
Original file line number Diff line number Diff line change 66 sourceBlobDigest: sha256:80199fae07af9e9bf75abf44caf9aa0c2ced266b555bf25032a1011e19f0d646
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1763166557
9+ - speakeasy-sdk-regen-1763339462
1010 - 1.0.0
1111targets:
1212 python:
@@ -15,7 +15,7 @@ targets:
1515 sourceRevisionDigest: sha256:57cec8e638b13e32923e7e939071ae6a711fbb8601e78f65a927bd781661102a
1616 sourceBlobDigest: sha256:80199fae07af9e9bf75abf44caf9aa0c2ced266b555bf25032a1011e19f0d646
1717 codeSamplesNamespace: openapi-python-code-samples
18- codeSamplesRevisionDigest: sha256:e7044cdd390287e8550738bd94e5b15fd2fc250a9d979e291342269527c836f6
18+ codeSamplesRevisionDigest: sha256:4a6053ca156bfcbb0d6ab28b56312cb2c40f36766bb92523ce6cc49e05321729
1919workflow:
2020 workflowVersion: 1.0.0
2121 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -1118,4 +1118,14 @@ Based on:
11181118### Generated
11191119- [ python v1.7.8] .
11201120### Releases
1121- - [ PyPI v1.7.8] https://pypi.org/project/gr4vy/1.7.8 - .
1121+ - [ PyPI v1.7.8] https://pypi.org/project/gr4vy/1.7.8 - .
1122+
1123+ ## 2025-11-17 00:30:41
1124+ ### Changes
1125+ Based on:
1126+ - OpenAPI Doc
1127+ - Speakeasy CLI 1.656.1 (2.753.1) https://github.com/speakeasy-api/speakeasy
1128+ ### Generated
1129+ - [ python v1.7.10] .
1130+ ### Releases
1131+ - [ PyPI v1.7.10] https://pypi.org/project/gr4vy/1.7.10 - .
Original file line number Diff line number Diff line change 11
22[project ]
33name = " gr4vy"
4- version = " 1.7.8 "
4+ version = " 1.7.10 "
55description = " Python Client SDK Generated by Speakeasy."
66authors = [{ name = " Gr4vy" },]
77readme = " 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.7.8 "
6+ __version__ : str = "1.7.10 "
77__openapi_doc_version__ : str = "1.0.0"
88__gen_version__ : str = "2.753.1"
9- __user_agent__ : str = "speakeasy-sdk/python 1.7.8 2.753.1 1.0.0 gr4vy"
9+ __user_agent__ : str = "speakeasy-sdk/python 1.7.10 2.753.1 1.0.0 gr4vy"
1010
1111try :
1212 if __package__ is not None :
You canβt perform that action at this time.
0 commit comments