File tree Expand file tree Collapse file tree 7 files changed +26
-14
lines changed Expand file tree Collapse file tree 7 files changed +26
-14
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,17 @@ id: 3f63a12a-c4cd-4e2e-98dc-9d5c6f5180ec
3
3
management:
4
4
docChecksum: 9f043114ec95fdd3c760cae736cf7f62
5
5
docVersion: 1.0.0
6
- speakeasyVersion: 1.603.0
7
- generationVersion: 2.681 .1
8
- releaseVersion: 0.7.1
9
- configChecksum: b8b701c2806b3a26e128b21c45903b83
6
+ speakeasyVersion: 1.604.1
7
+ generationVersion: 2.683 .1
8
+ releaseVersion: 0.7.2
9
+ configChecksum: 50939181707f4c40117c73435558224a
10
10
repoURL: https://github.com/mollie/mollie-api-python-beta.git
11
11
installationURL: https://github.com/mollie/mollie-api-python-beta.git
12
12
published: true
13
13
features:
14
14
python:
15
15
additionalDependencies: 1.0.0
16
- core: 5.19.8
16
+ core: 5.19.9
17
17
defaultEnabledRetries: 0.2.0
18
18
deprecations: 3.0.2
19
19
devContainers: 3.0.0
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ generation:
24
24
generateNewTests : false
25
25
skipResponseBodyAssertions : false
26
26
python :
27
- version : 0.7.1
27
+ version : 0.7.2
28
28
additionalDependencies :
29
29
dev : {}
30
30
main : {}
Original file line number Diff line number Diff line change 1
- speakeasyVersion: 1.603.0
1
+ speakeasyVersion: 1.604.1
2
2
sources:
3
3
Mollie API:
4
4
sourceNamespace: mollie-api
5
5
sourceRevisionDigest: sha256:411d26a8ce467045a5896b4da015846eabad85d539533144fdf76b670bb51bd4
6
6
sourceBlobDigest: sha256:a553f5696c150fdff2b5ffd60df4f10a83bfdbd9cae104ddc7f0ff4033e78f02
7
7
tags:
8
8
- latest
9
- - speakeasy-sdk-regen-1755044818
9
+ - speakeasy-sdk-regen-1755217657
10
10
- 1.0.0
11
11
targets:
12
12
client:
@@ -15,7 +15,7 @@ targets:
15
15
sourceRevisionDigest: sha256:411d26a8ce467045a5896b4da015846eabad85d539533144fdf76b670bb51bd4
16
16
sourceBlobDigest: sha256:a553f5696c150fdff2b5ffd60df4f10a83bfdbd9cae104ddc7f0ff4033e78f02
17
17
codeSamplesNamespace: mollie-api-python-code-samples
18
- codeSamplesRevisionDigest: sha256:cde744469a0d45983d942cc2934e9b55b680fd0441278d64b04370e88c6d6926
18
+ codeSamplesRevisionDigest: sha256:9ee850ef716821947411c5e8c5337877f4a8b4249a78a28d4966f7c1c6e73a63
19
19
workflow:
20
20
workflowVersion: 1.0.0
21
21
speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -378,4 +378,14 @@ Based on:
378
378
### Generated
379
379
- [ python v0.7.1] .
380
380
### Releases
381
- - [ PyPI v0.7.1] https://pypi.org/project/mollie/0.7.1 - .
381
+ - [ PyPI v0.7.1] https://pypi.org/project/mollie/0.7.1 - .
382
+
383
+ ## 2025-08-15 00:27:17
384
+ ### Changes
385
+ Based on:
386
+ - OpenAPI Doc
387
+ - Speakeasy CLI 1.604.1 (2.683.1) https://github.com/speakeasy-api/speakeasy
388
+ ### Generated
389
+ - [ python v0.7.2] .
390
+ ### Releases
391
+ - [ PyPI v0.7.2] https://pypi.org/project/mollie/0.7.2 - .
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " mollie-api-python-beta"
3
- version = " 0.7.1 "
3
+ version = " 0.7.2 "
4
4
description = " Python Client SDK Generated by Speakeasy."
5
5
authors = [{ name = " Speakeasy" },]
6
6
readme = " README-PYPI.md"
Original file line number Diff line number Diff line change 10
10
GITHUB_URL = (
11
11
GITHUB_URL [: - len (".git" )] if GITHUB_URL .endswith (".git" ) else GITHUB_URL
12
12
)
13
+ REPO_SUBDIR = ""
13
14
# links on PyPI should have absolute URLs
14
15
readme_contents = re .sub (
15
16
r"(\[[^\]]+\]\()((?!https?:)[^\)]+)(\))" ,
16
17
lambda m : m .group (1 )
17
18
+ GITHUB_URL
18
19
+ "/blob/master/"
20
+ + REPO_SUBDIR
19
21
+ m .group (2 )
20
22
+ m .group (3 ),
21
23
readme_contents ,
Original file line number Diff line number Diff line change 3
3
import importlib .metadata
4
4
5
5
__title__ : str = "mollie"
6
- __version__ : str = "0.7.1 "
6
+ __version__ : str = "0.7.2 "
7
7
__openapi_doc_version__ : str = "1.0.0"
8
- __gen_version__ : str = "2.681 .1"
9
- __user_agent__ : str = "speakeasy-sdk/python 0.7.1 2.681 .1 1.0.0 mollie"
8
+ __gen_version__ : str = "2.683 .1"
9
+ __user_agent__ : str = "speakeasy-sdk/python 0.7.2 2.683 .1 1.0.0 mollie"
10
10
11
11
try :
12
12
if __package__ is not None :
You can’t perform that action at this time.
0 commit comments