Skip to content

Commit 1a5d298

Browse files
Remove alias while not fixed
1 parent e8cec35 commit 1a5d298

File tree

7 files changed

+22
-26
lines changed

7 files changed

+22
-26
lines changed

.speakeasy/gen.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ id: 3f63a12a-c4cd-4e2e-98dc-9d5c6f5180ec
33
management:
44
docChecksum: 9a29fc755e737b1a32469941d1e15bd7
55
docVersion: 1.0.0
6-
speakeasyVersion: 1.505.1
7-
generationVersion: 2.531.0
8-
releaseVersion: 0.1.0
9-
configChecksum: b92e5147f9b6e5cea1ed6a5c9ee1d564
6+
speakeasyVersion: 1.505.2
7+
generationVersion: 2.531.3
8+
releaseVersion: 0.1.2
9+
configChecksum: cda5b25682382f97c558a655abb081fa
10+
published: true
1011
features:
1112
python:
1213
additionalDependencies: 1.0.0

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ generation:
1818
oAuth2ClientCredentialsEnabled: true
1919
oAuth2PasswordEnabled: true
2020
python:
21-
version: 0.1.0
21+
version: 0.1.2
2222
additionalDependencies:
2323
dev: {}
2424
main: {}

.speakeasy/workflow.lock

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
speakeasyVersion: 1.505.1
1+
speakeasyVersion: 1.505.2
22
sources:
33
Mollie API:
44
sourceNamespace: mollie-api
5-
sourceRevisionDigest: sha256:09f2d7b7b89cb59fcb75acda456eb761bb33ab5618f2d0d8eba542e5c829f399
5+
sourceRevisionDigest: sha256:42aeae929f07ea17bfe3f36d46e49ac973920db6129c0a80441d4815bf07b541
66
sourceBlobDigest: sha256:8e81064e139b4dae5cb23f781f8adfa18096ffb2ce1eff7e9e2cf4fe8b00d83c
77
tags:
88
- latest
@@ -11,10 +11,10 @@ targets:
1111
client:
1212
source: Mollie API
1313
sourceNamespace: mollie-api
14-
sourceRevisionDigest: sha256:09f2d7b7b89cb59fcb75acda456eb761bb33ab5618f2d0d8eba542e5c829f399
14+
sourceRevisionDigest: sha256:42aeae929f07ea17bfe3f36d46e49ac973920db6129c0a80441d4815bf07b541
1515
sourceBlobDigest: sha256:8e81064e139b4dae5cb23f781f8adfa18096ffb2ce1eff7e9e2cf4fe8b00d83c
1616
codeSamplesNamespace: mollie-api-python-code-samples
17-
codeSamplesRevisionDigest: sha256:709f3056906ab05cb8a7f64690f71115c3768c5a163b1ec2b0148823e61ad47d
17+
codeSamplesRevisionDigest: sha256:a16084e356db5c2c02f1050c885e4cb7cb81d2f11c1d1245a051caaad7f79a78
1818
workflow:
1919
workflowVersion: 1.0.0
2020
speakeasyVersion: latest
@@ -28,6 +28,9 @@ workflow:
2828
client:
2929
target: python
3030
source: Mollie API
31+
publish:
32+
pypi:
33+
token: $pypi_token
3134
codeSamples:
3235
registry:
3336
location: registry.speakeasyapi.dev/mollie-oom/mollie/mollie-api-python-code-samples

README-PYPI.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ Developer-friendly & type-safe Python SDK specifically catered to leverage *moll
4444
<!-- Start SDK Installation [installation] -->
4545
## SDK Installation
4646

47-
> [!TIP]
48-
> To finish publishing your SDK to PyPI you must [run your first generation action](https://www.speakeasy.com/docs/github-setup#step-by-step-guide).
49-
50-
5147
> [!NOTE]
5248
> **Python version upgrade policy**
5349
>
@@ -60,15 +56,15 @@ The SDK can be installed with either *pip* or *poetry* package managers.
6056
*PIP* is the default package installer for Python, enabling easy installation and management of packages from PyPI via the command line.
6157

6258
```bash
63-
pip install git+<UNSET>.git
59+
pip install mollie-api-python-alpha
6460
```
6561

6662
### Poetry
6763

6864
*Poetry* is a modern tool that simplifies dependency management and package publishing by using a single `pyproject.toml` file to handle project metadata and dependencies.
6965

7066
```bash
71-
poetry add git+<UNSET>.git
67+
poetry add mollie-api-python-alpha
7268
```
7369

7470
### Shell and script usage with `uv`

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ Developer-friendly & type-safe Python SDK specifically catered to leverage *moll
4444
<!-- Start SDK Installation [installation] -->
4545
## SDK Installation
4646

47-
> [!TIP]
48-
> To finish publishing your SDK to PyPI you must [run your first generation action](https://www.speakeasy.com/docs/github-setup#step-by-step-guide).
49-
50-
5147
> [!NOTE]
5248
> **Python version upgrade policy**
5349
>
@@ -60,15 +56,15 @@ The SDK can be installed with either *pip* or *poetry* package managers.
6056
*PIP* is the default package installer for Python, enabling easy installation and management of packages from PyPI via the command line.
6157

6258
```bash
63-
pip install git+<UNSET>.git
59+
pip install mollie-api-python-alpha
6460
```
6561

6662
### Poetry
6763

6864
*Poetry* is a modern tool that simplifies dependency management and package publishing by using a single `pyproject.toml` file to handle project metadata and dependencies.
6965

7066
```bash
71-
poetry add git+<UNSET>.git
67+
poetry add mollie-api-python-alpha
7268
```
7369

7470
### Shell and script usage with `uv`

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mollie-api-python-alpha"
3-
version = "0.1.0"
3+
version = "0.1.2"
44
description = "Python Client SDK Generated by Speakeasy."
55
authors = [{ name = "Speakeasy" },]
66
readme = "README-PYPI.md"
@@ -15,7 +15,7 @@ dependencies = [
1515

1616
[tool.poetry]
1717
packages = [
18-
{ include = "mollie_api_python_alpha", from = "src", to = "mollie" }
18+
{ include = "mollie_api_python_alpha", from = "src" }
1919
]
2020
include = ["py.typed", "src/mollie_api_python_alpha/py.typed"]
2121

src/mollie_api_python_alpha/_version.py

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

55
__title__: str = "mollie-api-python-alpha"
6-
__version__: str = "0.1.0"
6+
__version__: str = "0.1.2"
77
__openapi_doc_version__: str = "1.0.0"
8-
__gen_version__: str = "2.531.0"
9-
__user_agent__: str = "speakeasy-sdk/python 0.1.0 2.531.0 1.0.0 mollie-api-python-alpha"
8+
__gen_version__: str = "2.531.3"
9+
__user_agent__: str = "speakeasy-sdk/python 0.1.2 2.531.3 1.0.0 mollie-api-python-alpha"
1010

1111
try:
1212
if __package__ is not None:

0 commit comments

Comments
 (0)