Skip to content

Commit d4d9c17

Browse files
authored
Merge pull request #5 from landing-ai/release-please--branches--main--changes--next
release: 0.2.2
2 parents 08e1fdc + f896602 commit d4d9c17

9 files changed

Lines changed: 44 additions & 27 deletions

File tree

.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.2.1"
2+
".": "0.2.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: 2
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/landingai%2Fade-f08049b74d593128128837d1e62b642bf68ee132184fddadc45d19fbc6d9f263.yml
33
openapi_spec_hash: 1cf6912d5249120cb222db3890587aab
4-
config_hash: ca433b766050897382afeb5c04a1bdee
4+
config_hash: 395ee7f5e72382b09917b26f70e65789

CHANGELOG.md

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

3+
## 0.2.2 (2025-09-22)
4+
5+
Full Changelog: [v0.2.1...v0.2.2](https://github.com/landing-ai/ade-python/compare/v0.2.1...v0.2.2)
6+
7+
### Chores
8+
9+
* do not install brew dependencies in ./scripts/bootstrap by default ([5848b5d](https://github.com/landing-ai/ade-python/commit/5848b5d709c7067d601ca075373fadc5dc4c337c))
10+
* update SDK settings ([b6fafa9](https://github.com/landing-ai/ade-python/commit/b6fafa97c01d825f58b7805e58bd670bbd7b3391))
11+
312
## 0.2.1 (2025-09-19)
413

514
Full Changelog: [v0.2.0...v0.2.1](https://github.com/landing-ai/ade-python/compare/v0.2.0...v0.2.1)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Ade Python API library
22

33
<!-- prettier-ignore -->
4-
[![PyPI version](https://img.shields.io/pypi/v/ade-python.svg?label=pypi%20(stable))](https://pypi.org/project/ade-python/)
4+
[![PyPI version](https://img.shields.io/pypi/v/landingai-ade.svg?label=pypi%20(stable))](https://pypi.org/project/landingai-ade/)
55

66
The Ade Python library provides convenient access to the Ade REST API from any Python 3.8+
77
application. The library includes type definitions for all request params and response fields,
@@ -17,7 +17,7 @@ The full API of this library can be found in [api.md](api.md).
1717

1818
```sh
1919
# install from PyPI
20-
pip install ade-python
20+
pip install landingai-ade
2121
```
2222

2323
## Usage
@@ -77,7 +77,7 @@ You can enable this by installing `aiohttp`:
7777

7878
```sh
7979
# install from PyPI
80-
pip install ade-python[aiohttp]
80+
pip install landingai-ade[aiohttp]
8181
```
8282

8383
Then you can enable it by instantiating the client with `http_client=DefaultAioHttpClient()`:

pyproject.toml

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

requirements-dev.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
aiohappyeyeballs==2.6.1
1414
# via aiohttp
1515
aiohttp==3.12.8
16-
# via ade-python
1716
# via httpx-aiohttp
17+
# via landingai-ade
1818
aiosignal==1.3.2
1919
# via aiohttp
2020
annotated-types==0.6.0
2121
# via pydantic
2222
anyio==4.4.0
23-
# via ade-python
2423
# via httpx
24+
# via landingai-ade
2525
argcomplete==3.1.2
2626
# via nox
2727
async-timeout==5.0.1
@@ -37,7 +37,7 @@ dirty-equals==0.6.0
3737
distlib==0.3.7
3838
# via virtualenv
3939
distro==1.8.0
40-
# via ade-python
40+
# via landingai-ade
4141
exceptiongroup==1.2.2
4242
# via anyio
4343
# via pytest
@@ -53,11 +53,11 @@ h11==0.16.0
5353
httpcore==1.0.9
5454
# via httpx
5555
httpx==0.28.1
56-
# via ade-python
5756
# via httpx-aiohttp
57+
# via landingai-ade
5858
# via respx
5959
httpx-aiohttp==0.1.8
60-
# via ade-python
60+
# via landingai-ade
6161
idna==3.4
6262
# via anyio
6363
# via httpx
@@ -89,7 +89,7 @@ propcache==0.3.1
8989
# via aiohttp
9090
# via yarl
9191
pydantic==2.11.9
92-
# via ade-python
92+
# via landingai-ade
9393
pydantic-core==2.33.2
9494
# via pydantic
9595
pygments==2.18.0
@@ -112,15 +112,15 @@ setuptools==68.2.2
112112
six==1.16.0
113113
# via python-dateutil
114114
sniffio==1.3.0
115-
# via ade-python
116115
# via anyio
116+
# via landingai-ade
117117
time-machine==2.9.0
118118
tomli==2.0.2
119119
# via mypy
120120
# via pytest
121121
typing-extensions==4.12.2
122-
# via ade-python
123122
# via anyio
123+
# via landingai-ade
124124
# via multidict
125125
# via mypy
126126
# via pydantic

requirements.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
aiohappyeyeballs==2.6.1
1414
# via aiohttp
1515
aiohttp==3.12.8
16-
# via ade-python
1716
# via httpx-aiohttp
17+
# via landingai-ade
1818
aiosignal==1.3.2
1919
# via aiohttp
2020
annotated-types==0.6.0
2121
# via pydantic
2222
anyio==4.4.0
23-
# via ade-python
2423
# via httpx
24+
# via landingai-ade
2525
async-timeout==5.0.1
2626
# via aiohttp
2727
attrs==25.3.0
@@ -30,7 +30,7 @@ certifi==2023.7.22
3030
# via httpcore
3131
# via httpx
3232
distro==1.8.0
33-
# via ade-python
33+
# via landingai-ade
3434
exceptiongroup==1.2.2
3535
# via anyio
3636
frozenlist==1.6.2
@@ -41,10 +41,10 @@ h11==0.16.0
4141
httpcore==1.0.9
4242
# via httpx
4343
httpx==0.28.1
44-
# via ade-python
4544
# via httpx-aiohttp
45+
# via landingai-ade
4646
httpx-aiohttp==0.1.8
47-
# via ade-python
47+
# via landingai-ade
4848
idna==3.4
4949
# via anyio
5050
# via httpx
@@ -56,15 +56,15 @@ propcache==0.3.1
5656
# via aiohttp
5757
# via yarl
5858
pydantic==2.11.9
59-
# via ade-python
59+
# via landingai-ade
6060
pydantic-core==2.33.2
6161
# via pydantic
6262
sniffio==1.3.0
63-
# via ade-python
6463
# via anyio
64+
# via landingai-ade
6565
typing-extensions==4.12.2
66-
# via ade-python
6766
# via anyio
67+
# via landingai-ade
6868
# via multidict
6969
# via pydantic
7070
# via pydantic-core

scripts/bootstrap

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,18 @@ set -e
44

55
cd "$(dirname "$0")/.."
66

7-
if ! command -v rye >/dev/null 2>&1 && [ -f "Brewfile" ] && [ "$(uname -s)" = "Darwin" ]; then
7+
if [ -f "Brewfile" ] && [ "$(uname -s)" = "Darwin" ] && [ "$SKIP_BREW" != "1" ] && [ -t 0 ]; then
88
brew bundle check >/dev/null 2>&1 || {
9-
echo "==> Installing Homebrew dependencies…"
10-
brew bundle
9+
echo -n "==> Install Homebrew dependencies? (y/N): "
10+
read -r response
11+
case "$response" in
12+
[yY][eE][sS]|[yY])
13+
brew bundle
14+
;;
15+
*)
16+
;;
17+
esac
18+
echo
1119
}
1220
fi
1321

src/ade/_version.py

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__ = "ade"
4-
__version__ = "0.2.1" # x-release-please-version
4+
__version__ = "0.2.2" # x-release-please-version

0 commit comments

Comments
 (0)