Skip to content

Commit 239044f

Browse files
jsklandevin-ai-integration[bot]
authored andcommitted
feat(python): add aiohttp auto-detection for async HTTP client
When httpx_aiohttp is installed, the async client automatically uses it instead of plain httpx.AsyncClient. Adds DefaultAioHttpClient and DefaultAsyncHttpxClient convenience classes with SDK defaults.
1 parent b35115a commit 239044f

5 files changed

Lines changed: 178 additions & 3 deletions

File tree

seed/python-sdk/exhaustive/no-custom-config/pyproject.toml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

seed/python-sdk/exhaustive/no-custom-config/src/seed/__init__.py

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

seed/python-sdk/exhaustive/no-custom-config/src/seed/_default_clients.py

Lines changed: 33 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

seed/python-sdk/exhaustive/no-custom-config/src/seed/client.py

Lines changed: 19 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

seed/python-sdk/exhaustive/no-custom-config/tests/test_aiohttp_autodetect.py

Lines changed: 114 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)