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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0-alpha.1"
".": "0.1.0-alpha.2"
}
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 60
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/digitalocean%2Fdigitalocean-genai-sdk-17838dec38ee8475c4bf4695b8dc70fe42a8f4da8ae9ffd415dc895b6628a952.yml
openapi_spec_hash: cfe5453e150989c8a9dbc9d7b4d1f76a
config_hash: 6971c3b2047437e125da9f34d60abd94
config_hash: a5e87f457b74bf2341470b4cc1c719d6
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.1.0-alpha.2 (2025-06-12)

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)

### Chores

* update SDK settings ([5b3b94b](https://github.com/digitalocean/genai-python/commit/5b3b94b57a4ba7837093617aafc2ce2d21ac87f1))

## 0.1.0-alpha.1 (2025-06-12)

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)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Digitalocean Genai SDK Python API library

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

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

```sh
# install from PyPI
pip install --pre genai-python
pip install --pre do-genai-python
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "genai-python"
version = "0.1.0-alpha.1"
name = "do-genai-python"
version = "0.1.0-alpha.2"
description = "The official Python library for the digitalocean-genai-sdk API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
12 changes: 6 additions & 6 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
annotated-types==0.6.0
# via pydantic
anyio==4.4.0
# via genai-python
# via do-genai-python
# via httpx
argcomplete==3.1.2
# via nox
Expand All @@ -26,7 +26,7 @@ dirty-equals==0.6.0
distlib==0.3.7
# via virtualenv
distro==1.8.0
# via genai-python
# via do-genai-python
exceptiongroup==1.2.2
# via anyio
# via pytest
Expand All @@ -37,7 +37,7 @@ h11==0.14.0
httpcore==1.0.2
# via httpx
httpx==0.28.1
# via genai-python
# via do-genai-python
# via respx
idna==3.4
# via anyio
Expand All @@ -64,7 +64,7 @@ platformdirs==3.11.0
pluggy==1.5.0
# via pytest
pydantic==2.10.3
# via genai-python
# via do-genai-python
pydantic-core==2.27.1
# via pydantic
pygments==2.18.0
Expand All @@ -86,14 +86,14 @@ six==1.16.0
# via python-dateutil
sniffio==1.3.0
# via anyio
# via genai-python
# via do-genai-python
time-machine==2.9.0
tomli==2.0.2
# via mypy
# via pytest
typing-extensions==4.12.2
# via anyio
# via genai-python
# via do-genai-python
# via mypy
# via pydantic
# via pydantic-core
Expand Down
12 changes: 6 additions & 6 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,33 +13,33 @@
annotated-types==0.6.0
# via pydantic
anyio==4.4.0
# via genai-python
# via do-genai-python
# via httpx
certifi==2023.7.22
# via httpcore
# via httpx
distro==1.8.0
# via genai-python
# via do-genai-python
exceptiongroup==1.2.2
# via anyio
h11==0.14.0
# via httpcore
httpcore==1.0.2
# via httpx
httpx==0.28.1
# via genai-python
# via do-genai-python
idna==3.4
# via anyio
# via httpx
pydantic==2.10.3
# via genai-python
# via do-genai-python
pydantic-core==2.27.1
# via pydantic
sniffio==1.3.0
# via anyio
# via genai-python
# via do-genai-python
typing-extensions==4.12.2
# via anyio
# via genai-python
# via do-genai-python
# via pydantic
# via pydantic-core
2 changes: 1 addition & 1 deletion src/digitalocean_genai_sdk/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

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