File tree Expand file tree Collapse file tree 11 files changed +212
-208
lines changed Expand file tree Collapse file tree 11 files changed +212
-208
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.1.0-alpha.17 "
2
+ "." : " 0.1.0-alpha.18 "
3
3
}
Original file line number Diff line number Diff line change 1
1
configured_endpoints : 168
2
2
openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/digitalocean%2Fgradientai-f8e8c290636c1e218efcf7bfe92ba7570c11690754d21287d838919fbc943a80.yml
3
3
openapi_spec_hash : 1eddf488ecbe415efb45445697716f5d
4
- config_hash : 0a72b6161859b504ed3b5a2a142ba5a5
4
+ config_hash : bf733b2049f2d40e594a316a42878458
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.1.0-alpha.18 (2025-07-19)
4
+
5
+ Full Changelog: [ v0.1.0-alpha.17...v0.1.0-alpha.18] ( https://github.com/digitalocean/gradientai-python/compare/v0.1.0-alpha.17...v0.1.0-alpha.18 )
6
+
7
+ ### Features
8
+
9
+ * ** api:** manual updates ([ 92d54ed] ( https://github.com/digitalocean/gradientai-python/commit/92d54edfff94931f10fb8dac822764edf6fca6bd ) )
10
+ * ** api:** manual updates ([ 688982c] ( https://github.com/digitalocean/gradientai-python/commit/688982c143e0ebca62f6ac39c1e074a2fd4083fc ) )
11
+
12
+
13
+ ### Chores
14
+
15
+ * ** internal:** version bump ([ ecb4bae] ( https://github.com/digitalocean/gradientai-python/commit/ecb4baedce933efc4ae99e0ef47100a02a68c9cd ) )
16
+ * ** internal:** version bump ([ feb32ce] ( https://github.com/digitalocean/gradientai-python/commit/feb32ce78b107e9414be87e8c34d8c3274105cb4 ) )
17
+ * update pypi package name ([ 656dfe0] ( https://github.com/digitalocean/gradientai-python/commit/656dfe01d8e301dd1f93b3fa447434e6a5b41270 ) )
18
+
3
19
## 0.1.0-alpha.17 (2025-07-19)
4
20
5
21
Full Changelog: [ v0.1.0-alpha.16...v0.1.0-alpha.17] ( https://github.com/digitalocean/gradientai-python/compare/v0.1.0-alpha.16...v0.1.0-alpha.17 )
Original file line number Diff line number Diff line change 1
1
# GradientAI Python API library
2
2
3
3
<!-- prettier-ignore -->
4
- [ ![ PyPI version] ( https://img.shields.io/pypi/v/c63a5cfe-b235-4fbe-8bbb-82a9e02a482a-python .svg?label=pypi%20(stable) )] ( https://pypi.org/project/c63a5cfe-b235-4fbe-8bbb-82a9e02a482a-python / )
4
+ [ ![ PyPI version] ( https://img.shields.io/pypi/v/do_gradientai .svg?label=pypi%20(stable) )] ( https://pypi.org/project/do_gradientai / )
5
5
6
6
The GradientAI Python library provides convenient access to the GradientAI REST API from any Python 3.8+
7
7
application. The library includes type definitions for all request params and response fields,
@@ -17,7 +17,7 @@ The REST API documentation can be found on [developers.digitalocean.com](https:/
17
17
18
18
``` sh
19
19
# install from PyPI
20
- pip install --pre c63a5cfe-b235-4fbe-8bbb-82a9e02a482a-python
20
+ pip install --pre do_gradientai
21
21
```
22
22
23
23
## Usage
@@ -127,7 +127,7 @@ You can enable this by installing `aiohttp`:
127
127
128
128
``` sh
129
129
# install from PyPI
130
- pip install --pre c63a5cfe-b235-4fbe-8bbb-82a9e02a482a-python [aiohttp]
130
+ pip install --pre do_gradientai [aiohttp]
131
131
```
132
132
133
133
Then you can enable it by instantiating the client with ` http_client=DefaultAioHttpClient() ` :
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1
1
[project ]
2
- name = " c63a5cfe-b235-4fbe-8bbb-82a9e02a482a-python "
3
- version = " 0.1.0-alpha.17 "
2
+ name = " do_gradientai "
3
+ version = " 0.1.0-alpha.18 "
4
4
description = " The official Python library for GradientAI"
5
5
dynamic = [" readme" ]
6
6
license = " Apache-2.0"
Original file line number Diff line number Diff line change 13
13
aiohappyeyeballs==2.6.1
14
14
# via aiohttp
15
15
aiohttp==3.12.8
16
- # via c63a5cfe-b235-4fbe-8bbb-82a9e02a482a-python
16
+ # via do-gradientai
17
17
# via httpx-aiohttp
18
18
aiosignal==1.3.2
19
19
# via aiohttp
20
20
annotated-types==0.6.0
21
21
# via pydantic
22
22
anyio==4.4.0
23
- # via c63a5cfe-b235-4fbe-8bbb-82a9e02a482a-python
23
+ # via do-gradientai
24
24
# via httpx
25
25
argcomplete==3.1.2
26
26
# via nox
@@ -37,7 +37,7 @@ dirty-equals==0.6.0
37
37
distlib==0.3.7
38
38
# via virtualenv
39
39
distro==1.8.0
40
- # via c63a5cfe-b235-4fbe-8bbb-82a9e02a482a-python
40
+ # via do-gradientai
41
41
exceptiongroup==1.2.2
42
42
# via anyio
43
43
# via pytest
@@ -53,11 +53,11 @@ h11==0.16.0
53
53
httpcore==1.0.9
54
54
# via httpx
55
55
httpx==0.28.1
56
- # via c63a5cfe-b235-4fbe-8bbb-82a9e02a482a-python
56
+ # via do-gradientai
57
57
# via httpx-aiohttp
58
58
# via respx
59
59
httpx-aiohttp==0.1.8
60
- # via c63a5cfe-b235-4fbe-8bbb-82a9e02a482a-python
60
+ # via do-gradientai
61
61
idna==3.4
62
62
# via anyio
63
63
# via httpx
@@ -90,7 +90,7 @@ propcache==0.3.1
90
90
# via aiohttp
91
91
# via yarl
92
92
pydantic==2.10.3
93
- # via c63a5cfe-b235-4fbe-8bbb-82a9e02a482a-python
93
+ # via do-gradientai
94
94
pydantic-core==2.27.1
95
95
# via pydantic
96
96
pygments==2.18.0
@@ -114,14 +114,14 @@ six==1.16.0
114
114
# via python-dateutil
115
115
sniffio==1.3.0
116
116
# via anyio
117
- # via c63a5cfe-b235-4fbe-8bbb-82a9e02a482a-python
117
+ # via do-gradientai
118
118
time-machine==2.9.0
119
119
tomli==2.0.2
120
120
# via mypy
121
121
# via pytest
122
122
typing-extensions==4.12.2
123
123
# via anyio
124
- # via c63a5cfe-b235-4fbe-8bbb-82a9e02a482a-python
124
+ # via do-gradientai
125
125
# via multidict
126
126
# via mypy
127
127
# via pydantic
Original file line number Diff line number Diff line change 13
13
aiohappyeyeballs==2.6.1
14
14
# via aiohttp
15
15
aiohttp==3.12.8
16
- # via c63a5cfe-b235-4fbe-8bbb-82a9e02a482a-python
16
+ # via do-gradientai
17
17
# via httpx-aiohttp
18
18
aiosignal==1.3.2
19
19
# via aiohttp
20
20
annotated-types==0.6.0
21
21
# via pydantic
22
22
anyio==4.4.0
23
- # via c63a5cfe-b235-4fbe-8bbb-82a9e02a482a-python
23
+ # via do-gradientai
24
24
# via httpx
25
25
async-timeout==5.0.1
26
26
# via aiohttp
@@ -30,7 +30,7 @@ certifi==2023.7.22
30
30
# via httpcore
31
31
# via httpx
32
32
distro==1.8.0
33
- # via c63a5cfe-b235-4fbe-8bbb-82a9e02a482a-python
33
+ # via do-gradientai
34
34
exceptiongroup==1.2.2
35
35
# via anyio
36
36
frozenlist==1.6.2
@@ -41,10 +41,10 @@ h11==0.16.0
41
41
httpcore==1.0.9
42
42
# via httpx
43
43
httpx==0.28.1
44
- # via c63a5cfe-b235-4fbe-8bbb-82a9e02a482a-python
44
+ # via do-gradientai
45
45
# via httpx-aiohttp
46
46
httpx-aiohttp==0.1.8
47
- # via c63a5cfe-b235-4fbe-8bbb-82a9e02a482a-python
47
+ # via do-gradientai
48
48
idna==3.4
49
49
# via anyio
50
50
# via httpx
@@ -56,15 +56,15 @@ propcache==0.3.1
56
56
# via aiohttp
57
57
# via yarl
58
58
pydantic==2.10.3
59
- # via c63a5cfe-b235-4fbe-8bbb-82a9e02a482a-python
59
+ # via do-gradientai
60
60
pydantic-core==2.27.1
61
61
# via pydantic
62
62
sniffio==1.3.0
63
63
# via anyio
64
- # via c63a5cfe-b235-4fbe-8bbb-82a9e02a482a-python
64
+ # via do-gradientai
65
65
typing-extensions==4.12.2
66
66
# via anyio
67
- # via c63a5cfe-b235-4fbe-8bbb-82a9e02a482a-python
67
+ # via do-gradientai
68
68
# via multidict
69
69
# via pydantic
70
70
# via pydantic-core
You can’t perform that action at this time.
0 commit comments