ebiose-cloud-sdk 0.1.899__tar.gz → 0.1.899.dev0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ebiose_cloud_sdk-0.1.899 → ebiose_cloud_sdk-0.1.899.dev0}/PKG-INFO +2 -2
- {ebiose_cloud_sdk-0.1.899 → ebiose_cloud_sdk-0.1.899.dev0}/README.md +1 -1
- {ebiose_cloud_sdk-0.1.899 → ebiose_cloud_sdk-0.1.899.dev0}/ebiose_cloud_sdk/models.py +2 -0
- {ebiose_cloud_sdk-0.1.899 → ebiose_cloud_sdk-0.1.899.dev0}/pyproject.toml +1 -1
- {ebiose_cloud_sdk-0.1.899 → ebiose_cloud_sdk-0.1.899.dev0}/.gitignore +0 -0
- {ebiose_cloud_sdk-0.1.899 → ebiose_cloud_sdk-0.1.899.dev0}/ebiose_cloud_sdk/__init__.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ebiose-cloud-sdk
|
|
3
|
-
Version: 0.1.899
|
|
3
|
+
Version: 0.1.899.dev0
|
|
4
4
|
Summary: Auto-generated Pydantic models for the Ebiose Cloud Backend API.
|
|
5
5
|
Author: Ebiose
|
|
6
6
|
Requires-Python: >=3.12
|
|
@@ -31,7 +31,7 @@ uv pip install -e ../client-generator/python/
|
|
|
31
31
|
|
|
32
32
|
Published to [PyPI](https://pypi.org/project/ebiose-cloud-sdk/) via Trusted
|
|
33
33
|
Publishing (OIDC) by `.github/workflows/sdk-publish.yml` on changes to
|
|
34
|
-
`Backend/**` or `client-generator/**` on `
|
|
34
|
+
`Backend/**` or `client-generator/**` on `dev` and `main`.
|
|
35
35
|
|
|
36
36
|
```bash
|
|
37
37
|
pip install ebiose-cloud-sdk
|
|
@@ -22,7 +22,7 @@ uv pip install -e ../client-generator/python/
|
|
|
22
22
|
|
|
23
23
|
Published to [PyPI](https://pypi.org/project/ebiose-cloud-sdk/) via Trusted
|
|
24
24
|
Publishing (OIDC) by `.github/workflows/sdk-publish.yml` on changes to
|
|
25
|
-
`Backend/**` or `client-generator/**` on `
|
|
25
|
+
`Backend/**` or `client-generator/**` on `dev` and `main`.
|
|
26
26
|
|
|
27
27
|
```bash
|
|
28
28
|
pip install ebiose-cloud-sdk
|
|
File without changes
|
|
File without changes
|