File tree Expand file tree Collapse file tree 8 files changed +27
-19
lines changed
src/digitalocean_genai_sdk Expand file tree Collapse file tree 8 files changed +27
-19
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.1.0-alpha.1 "
2
+ "." : " 0.1.0-alpha.2 "
3
3
}
Original file line number Diff line number Diff line change 1
1
configured_endpoints : 60
2
2
openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/digitalocean%2Fdigitalocean-genai-sdk-17838dec38ee8475c4bf4695b8dc70fe42a8f4da8ae9ffd415dc895b6628a952.yml
3
3
openapi_spec_hash : cfe5453e150989c8a9dbc9d7b4d1f76a
4
- config_hash : 6971c3b2047437e125da9f34d60abd94
4
+ config_hash : a5e87f457b74bf2341470b4cc1c719d6
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
11
## 0.1.0-alpha.1 (2025-06-12)
4
12
5
13
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 )
Original file line number Diff line number Diff line change 1
1
# Digitalocean Genai SDK Python API library
2
2
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/ )
4
4
5
5
The Digitalocean Genai SDK Python library provides convenient access to the Digitalocean Genai SDK REST API from any Python 3.8+
6
6
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:/
16
16
17
17
``` sh
18
18
# install from PyPI
19
- pip install --pre genai-python
19
+ pip install --pre do- genai-python
20
20
```
21
21
22
22
## Usage
Original file line number Diff line number Diff line change 1
1
[project ]
2
- name = " genai-python"
3
- version = " 0.1.0-alpha.1 "
2
+ name = " do- genai-python"
3
+ version = " 0.1.0-alpha.2 "
4
4
description = " The official Python library for the digitalocean-genai-sdk API"
5
5
dynamic = [" readme" ]
6
6
license = " Apache-2.0"
Original file line number Diff line number Diff line change 13
13
annotated-types==0.6.0
14
14
# via pydantic
15
15
anyio==4.4.0
16
- # via genai-python
16
+ # via do- genai-python
17
17
# via httpx
18
18
argcomplete==3.1.2
19
19
# via nox
@@ -26,7 +26,7 @@ dirty-equals==0.6.0
26
26
distlib==0.3.7
27
27
# via virtualenv
28
28
distro==1.8.0
29
- # via genai-python
29
+ # via do- genai-python
30
30
exceptiongroup==1.2.2
31
31
# via anyio
32
32
# via pytest
@@ -37,7 +37,7 @@ h11==0.14.0
37
37
httpcore==1.0.2
38
38
# via httpx
39
39
httpx==0.28.1
40
- # via genai-python
40
+ # via do- genai-python
41
41
# via respx
42
42
idna==3.4
43
43
# via anyio
@@ -64,7 +64,7 @@ platformdirs==3.11.0
64
64
pluggy==1.5.0
65
65
# via pytest
66
66
pydantic==2.10.3
67
- # via genai-python
67
+ # via do- genai-python
68
68
pydantic-core==2.27.1
69
69
# via pydantic
70
70
pygments==2.18.0
@@ -86,14 +86,14 @@ six==1.16.0
86
86
# via python-dateutil
87
87
sniffio==1.3.0
88
88
# via anyio
89
- # via genai-python
89
+ # via do- genai-python
90
90
time-machine==2.9.0
91
91
tomli==2.0.2
92
92
# via mypy
93
93
# via pytest
94
94
typing-extensions==4.12.2
95
95
# via anyio
96
- # via genai-python
96
+ # via do- genai-python
97
97
# via mypy
98
98
# via pydantic
99
99
# via pydantic-core
Original file line number Diff line number Diff line change 13
13
annotated-types==0.6.0
14
14
# via pydantic
15
15
anyio==4.4.0
16
- # via genai-python
16
+ # via do- genai-python
17
17
# via httpx
18
18
certifi==2023.7.22
19
19
# via httpcore
20
20
# via httpx
21
21
distro==1.8.0
22
- # via genai-python
22
+ # via do- genai-python
23
23
exceptiongroup==1.2.2
24
24
# via anyio
25
25
h11==0.14.0
26
26
# via httpcore
27
27
httpcore==1.0.2
28
28
# via httpx
29
29
httpx==0.28.1
30
- # via genai-python
30
+ # via do- genai-python
31
31
idna==3.4
32
32
# via anyio
33
33
# via httpx
34
34
pydantic==2.10.3
35
- # via genai-python
35
+ # via do- genai-python
36
36
pydantic-core==2.27.1
37
37
# via pydantic
38
38
sniffio==1.3.0
39
39
# via anyio
40
- # via genai-python
40
+ # via do- genai-python
41
41
typing-extensions==4.12.2
42
42
# via anyio
43
- # via genai-python
43
+ # via do- genai-python
44
44
# via pydantic
45
45
# via pydantic-core
Original file line number Diff line number Diff line change 1
1
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
3
3
__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
You can’t perform that action at this time.
0 commit comments