File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.2.1 "
2+ "." : " 0.2.2 "
33}
Original file line number Diff line number Diff line change 11configured_endpoints : 2
22openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/landingai%2Fade-f08049b74d593128128837d1e62b642bf68ee132184fddadc45d19fbc6d9f263.yml
33openapi_spec_hash : 1cf6912d5249120cb222db3890587aab
4- config_hash : ca433b766050897382afeb5c04a1bdee
4+ config_hash : 395ee7f5e72382b09917b26f70e65789
Original file line number Diff line number Diff line change 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
514Full Changelog: [ v0.2.0...v0.2.1] ( https://github.com/landing-ai/ade-python/compare/v0.2.0...v0.2.1 )
Original file line number Diff line number Diff line change 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
66The Ade Python library provides convenient access to the Ade REST API from any Python 3.8+
77application. 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
8383Then you can enable it by instantiating the client with ` http_client=DefaultAioHttpClient() ` :
Original file line number Diff line number Diff line change 11[project ]
2- name = " ade-python "
3- version = " 0.2.1 "
2+ name = " landingai-ade "
3+ version = " 0.2.2 "
44description = " The official Python library for the ade API"
55dynamic = [" readme" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change 1313aiohappyeyeballs==2.6.1
1414 # via aiohttp
1515aiohttp==3.12.8
16- # via ade-python
1716 # via httpx-aiohttp
17+ # via landingai-ade
1818aiosignal==1.3.2
1919 # via aiohttp
2020annotated-types==0.6.0
2121 # via pydantic
2222anyio==4.4.0
23- # via ade-python
2423 # via httpx
24+ # via landingai-ade
2525argcomplete==3.1.2
2626 # via nox
2727async-timeout==5.0.1
@@ -37,7 +37,7 @@ dirty-equals==0.6.0
3737distlib==0.3.7
3838 # via virtualenv
3939distro==1.8.0
40- # via ade-python
40+ # via landingai-ade
4141exceptiongroup==1.2.2
4242 # via anyio
4343 # via pytest
@@ -53,11 +53,11 @@ h11==0.16.0
5353httpcore==1.0.9
5454 # via httpx
5555httpx==0.28.1
56- # via ade-python
5756 # via httpx-aiohttp
57+ # via landingai-ade
5858 # via respx
5959httpx-aiohttp==0.1.8
60- # via ade-python
60+ # via landingai-ade
6161idna==3.4
6262 # via anyio
6363 # via httpx
@@ -89,7 +89,7 @@ propcache==0.3.1
8989 # via aiohttp
9090 # via yarl
9191pydantic==2.11.9
92- # via ade-python
92+ # via landingai-ade
9393pydantic-core==2.33.2
9494 # via pydantic
9595pygments==2.18.0
@@ -112,15 +112,15 @@ setuptools==68.2.2
112112six==1.16.0
113113 # via python-dateutil
114114sniffio==1.3.0
115- # via ade-python
116115 # via anyio
116+ # via landingai-ade
117117time-machine==2.9.0
118118tomli==2.0.2
119119 # via mypy
120120 # via pytest
121121typing-extensions==4.12.2
122- # via ade-python
123122 # via anyio
123+ # via landingai-ade
124124 # via multidict
125125 # via mypy
126126 # via pydantic
Original file line number Diff line number Diff line change 1313aiohappyeyeballs==2.6.1
1414 # via aiohttp
1515aiohttp==3.12.8
16- # via ade-python
1716 # via httpx-aiohttp
17+ # via landingai-ade
1818aiosignal==1.3.2
1919 # via aiohttp
2020annotated-types==0.6.0
2121 # via pydantic
2222anyio==4.4.0
23- # via ade-python
2423 # via httpx
24+ # via landingai-ade
2525async-timeout==5.0.1
2626 # via aiohttp
2727attrs==25.3.0
@@ -30,7 +30,7 @@ certifi==2023.7.22
3030 # via httpcore
3131 # via httpx
3232distro==1.8.0
33- # via ade-python
33+ # via landingai-ade
3434exceptiongroup==1.2.2
3535 # via anyio
3636frozenlist==1.6.2
@@ -41,10 +41,10 @@ h11==0.16.0
4141httpcore==1.0.9
4242 # via httpx
4343httpx==0.28.1
44- # via ade-python
4544 # via httpx-aiohttp
45+ # via landingai-ade
4646httpx-aiohttp==0.1.8
47- # via ade-python
47+ # via landingai-ade
4848idna==3.4
4949 # via anyio
5050 # via httpx
@@ -56,15 +56,15 @@ propcache==0.3.1
5656 # via aiohttp
5757 # via yarl
5858pydantic==2.11.9
59- # via ade-python
59+ # via landingai-ade
6060pydantic-core==2.33.2
6161 # via pydantic
6262sniffio==1.3.0
63- # via ade-python
6463 # via anyio
64+ # via landingai-ade
6565typing-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
Original file line number Diff line number Diff line change 44
55cd " $( 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 }
1220fi
1321
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments