Skip to content

Commit c1e428e

Browse files
authored
Merge pull request #6 from digitalocean/release-please--branches--main--changes--next
release: 0.1.0-alpha.2
2 parents 418a634 + 6dc9b4f commit c1e428e

File tree

8 files changed

+27
-19
lines changed

8 files changed

+27
-19
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0-alpha.1"
2+
".": "0.1.0-alpha.2"
33
}

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 60
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/digitalocean%2Fdigitalocean-genai-sdk-17838dec38ee8475c4bf4695b8dc70fe42a8f4da8ae9ffd415dc895b6628a952.yml
33
openapi_spec_hash: cfe5453e150989c8a9dbc9d7b4d1f76a
4-
config_hash: 6971c3b2047437e125da9f34d60abd94
4+
config_hash: a5e87f457b74bf2341470b4cc1c719d6

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.1.0-alpha.2 (2025-06-12)
4+
5+
Full Changelog: [v0.1.0-alpha.1...v0.1.0-alpha.2](https://github.com/digitalocean/genai-python/compare/v0.1.0-alpha.1...v0.1.0-alpha.2)
6+
7+
### Chores
8+
9+
* update SDK settings ([5b3b94b](https://github.com/digitalocean/genai-python/commit/5b3b94b57a4ba7837093617aafc2ce2d21ac87f1))
10+
311
## 0.1.0-alpha.1 (2025-06-12)
412

513
Full Changelog: [v0.0.1-alpha.0...v0.1.0-alpha.1](https://github.com/digitalocean/genai-python/compare/v0.0.1-alpha.0...v0.1.0-alpha.1)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Digitalocean Genai SDK Python API library
22

3-
[![PyPI version](https://img.shields.io/pypi/v/genai-python.svg)](https://pypi.org/project/genai-python/)
3+
[![PyPI version](https://img.shields.io/pypi/v/do-genai-python.svg)](https://pypi.org/project/do-genai-python/)
44

55
The Digitalocean Genai SDK Python library provides convenient access to the Digitalocean Genai SDK REST API from any Python 3.8+
66
application. The library includes type definitions for all request params and response fields,
@@ -16,7 +16,7 @@ The REST API documentation can be found on [developers.digitalocean.com](https:/
1616

1717
```sh
1818
# install from PyPI
19-
pip install --pre genai-python
19+
pip install --pre do-genai-python
2020
```
2121

2222
## Usage

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
2-
name = "genai-python"
3-
version = "0.1.0-alpha.1"
2+
name = "do-genai-python"
3+
version = "0.1.0-alpha.2"
44
description = "The official Python library for the digitalocean-genai-sdk API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

requirements-dev.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
annotated-types==0.6.0
1414
# via pydantic
1515
anyio==4.4.0
16-
# via genai-python
16+
# via do-genai-python
1717
# via httpx
1818
argcomplete==3.1.2
1919
# via nox
@@ -26,7 +26,7 @@ dirty-equals==0.6.0
2626
distlib==0.3.7
2727
# via virtualenv
2828
distro==1.8.0
29-
# via genai-python
29+
# via do-genai-python
3030
exceptiongroup==1.2.2
3131
# via anyio
3232
# via pytest
@@ -37,7 +37,7 @@ h11==0.14.0
3737
httpcore==1.0.2
3838
# via httpx
3939
httpx==0.28.1
40-
# via genai-python
40+
# via do-genai-python
4141
# via respx
4242
idna==3.4
4343
# via anyio
@@ -64,7 +64,7 @@ platformdirs==3.11.0
6464
pluggy==1.5.0
6565
# via pytest
6666
pydantic==2.10.3
67-
# via genai-python
67+
# via do-genai-python
6868
pydantic-core==2.27.1
6969
# via pydantic
7070
pygments==2.18.0
@@ -86,14 +86,14 @@ six==1.16.0
8686
# via python-dateutil
8787
sniffio==1.3.0
8888
# via anyio
89-
# via genai-python
89+
# via do-genai-python
9090
time-machine==2.9.0
9191
tomli==2.0.2
9292
# via mypy
9393
# via pytest
9494
typing-extensions==4.12.2
9595
# via anyio
96-
# via genai-python
96+
# via do-genai-python
9797
# via mypy
9898
# via pydantic
9999
# via pydantic-core

requirements.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,33 +13,33 @@
1313
annotated-types==0.6.0
1414
# via pydantic
1515
anyio==4.4.0
16-
# via genai-python
16+
# via do-genai-python
1717
# via httpx
1818
certifi==2023.7.22
1919
# via httpcore
2020
# via httpx
2121
distro==1.8.0
22-
# via genai-python
22+
# via do-genai-python
2323
exceptiongroup==1.2.2
2424
# via anyio
2525
h11==0.14.0
2626
# via httpcore
2727
httpcore==1.0.2
2828
# via httpx
2929
httpx==0.28.1
30-
# via genai-python
30+
# via do-genai-python
3131
idna==3.4
3232
# via anyio
3333
# via httpx
3434
pydantic==2.10.3
35-
# via genai-python
35+
# via do-genai-python
3636
pydantic-core==2.27.1
3737
# via pydantic
3838
sniffio==1.3.0
3939
# via anyio
40-
# via genai-python
40+
# via do-genai-python
4141
typing-extensions==4.12.2
4242
# via anyio
43-
# via genai-python
43+
# via do-genai-python
4444
# via pydantic
4545
# via pydantic-core
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "digitalocean_genai_sdk"
4-
__version__ = "0.1.0-alpha.1" # x-release-please-version
4+
__version__ = "0.1.0-alpha.2" # x-release-please-version

0 commit comments

Comments
 (0)