Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 9 additions & 12 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ management:
docVersion: 1.0.0
speakeasyVersion: 1.797.0
generationVersion: 2.937.18
releaseVersion: 2.4.10
configChecksum: 037093625c02bdce06d67453399e9adb
releaseVersion: 2.4.11
configChecksum: 963b1f5bc88fcc6126d133846102fd56
repoURL: https://github.com/gr4vy/gr4vy-python.git
installationURL: https://github.com/gr4vy/gr4vy-python.git
published: true
persistentEdits:
generation_id: d4629929-24e0-4542-a263-1f331565124a
pristine_commit_hash: a72df0148dd2a0c9b2617fa1d978a05878778c77
pristine_tree_hash: 819f2e3f5397f6e9f182cd20a431c3e4ac34be0b
generation_id: 44adc249-6f2f-4ddd-be3e-fd7e4429f2c4
pristine_commit_hash: fbdbb98191badba003e529826149ab0187f18a4e
pristine_tree_hash: 508329bf7b75610ad8bdf74d3249e7ae56e7cecb
features:
python:
additionalDependencies: 1.1.0
Expand Down Expand Up @@ -2889,8 +2889,8 @@ trackedFiles:
pristine_git_object: cb9c15d314c1930557401074329ed7a737147919
pyproject.toml:
id: 5d07e7d72637
last_write_checksum: sha1:fb94ab6fedf7d94b9edc82658e1e30f15cbd2d7b
pristine_git_object: 0f81540a93e9b6750682f0e03ef3b7fb59c41548
last_write_checksum: sha1:dbbb5ce1719ea78af54c0471e27d3af0d0c246d3
pristine_git_object: 7802173a2c81a6ddf7ec617140e7f17be4bcd104
scripts/prepare_readme.py:
id: e0c5957a6035
last_write_checksum: sha1:63a92abbd1de3323613f0d4c1ae4412076577710
Expand All @@ -2917,8 +2917,8 @@ trackedFiles:
pristine_git_object: f8ef109bb6a9dbe37d0a7092606176a0738986fd
src/gr4vy/_version.py:
id: 1b5ad1da47aa
last_write_checksum: sha1:698148d3211b49cdf938dc9487a589a98de4b028
pristine_git_object: f873e242a4fa2957c8050bb2d55dd967a4e3bb88
last_write_checksum: sha1:9b8c2eb0767e3c61889452f6dc7adce9119a6a37
pristine_git_object: 2ef813afb121f7cf365d9e958c29cdcfa731e8fa
src/gr4vy/account_updater.py:
id: 6dc8f39e2fb9
last_write_checksum: sha1:fabc79a59dd06fb927ce2d834fbafbcad5836a4b
Expand Down Expand Up @@ -9481,9 +9481,6 @@ examples:
application/json: {"type": "error", "code": "gateway_timeout", "status": 504, "message": "Request could not be processed"}
examplesVersion: 1.0.2
generatedTests: {}
releaseNotes: |
## Python SDK Changes:
* `gr4vy.transactions.capture()`: `request.tracking` **Added**
generatedFiles:
- .gitattributes
- .vscode/settings.json
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
python:
version: 2.4.10
version: 2.4.11
additionalDependencies:
dev:
freezegun: ^1.5.1
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ targets:
sourceRevisionDigest: sha256:2ba81591e166eb60ee695c6999b3cb5dc62816286429517bd9d3b2ca77555403
sourceBlobDigest: sha256:c5f70e94cdd28d201c464dbddc8a1c4b81acb5b6fab1187cc74d2ea1a1aa5fc8
codeSamplesNamespace: openapi-python-code-samples
codeSamplesRevisionDigest: sha256:73778af9e8e822c73a68a6e24e5c9abd261382dd7768ad0bb6e922f92344ada2
codeSamplesRevisionDigest: sha256:3ddb3513614a4da77715d943b939eb5cb26af6d3134b968c618f3838466c8552
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2568,4 +2568,14 @@ Based on:
### Generated
- [python v2.4.10] .
### Releases
- [PyPI v2.4.10] https://pypi.org/project/gr4vy/2.4.10 - .
- [PyPI v2.4.10] https://pypi.org/project/gr4vy/2.4.10 - .

## 2026-09-15 09:54:00
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.797.0 (2.937.18) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v2.4.11] .
### Releases
- [PyPI v2.4.11] https://pypi.org/project/gr4vy/2.4.11 - .
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[project]
name = "gr4vy"
version = "2.4.10"
version = "2.4.11"
description = "Python Client SDK Generated by Speakeasy."
authors = [{ name = "Gr4vy" },]
readme = "README-PYPI.md"
Expand Down
4 changes: 2 additions & 2 deletions src/gr4vy/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
import importlib.metadata

__title__: str = "gr4vy"
__version__: str = "2.4.10"
__version__: str = "2.4.11"
__openapi_doc_version__: str = "1.0.0"
__gen_version__: str = "2.937.18"
__user_agent__: str = "speakeasy-sdk/python 2.4.10 2.937.18 1.0.0 gr4vy"
__user_agent__: str = "speakeasy-sdk/python 2.4.11 2.937.18 1.0.0 gr4vy"

try:
if __package__ is not None:
Expand Down
Loading