Skip to content

Add aiohttp support documentation for Python SDK#4861

Open
devin-ai-integration[bot] wants to merge 1 commit intomainfrom
devin/1775760825-aiohttp-python-docs
Open

Add aiohttp support documentation for Python SDK#4861
devin-ai-integration[bot] wants to merge 1 commit intomainfrom
devin/1775760825-aiohttp-python-docs

Conversation

@devin-ai-integration
Copy link
Copy Markdown
Contributor

Summary

Adds a new documentation page covering the aiohttp async transport support in Fern-generated Python SDKs (introduced in fern-api/fern#14469, generator v5.3.0). The page is added to the Python section in sdks.yml, placed after "Dynamic authentication" and before the changelog.

The page covers:

  • Why aiohttp helps (DNS concurrency bottleneck in httpx.AsyncClient)
  • Installation via pip install package[aiohttp]
  • Auto-detection behavior (no code changes needed)
  • Generated pyproject.toml extras and supporting modules
  • CI two-pass testing strategy
  • Note on merging with user-defined extras config

Review & Testing Checklist for Human

  • Content accuracy: Verify the described behavior (auto-detection via httpx_aiohttp import check, generated _default_clients.py, class names, CI two-pass workflow) matches the actual generator output from feat(python): add aiohttp auto-detection to Python SDK generator fern#14469. This was written from the PR description, not verified against generated code.
  • Preview rendering: Check the page renders correctly and the nav link works via the preview deployment URL.
  • Audience balance: The page covers both SDK consumer info (install, auto-detection) and SDK maintainer info (generated files, CI config). Confirm this level of detail is appropriate, or if the maintainer sections should be trimmed.

Notes

  • Vale style checks pass with zero errors, warnings, or suggestions.
  • The page uses generic your-package in installation examples since this is Fern-wide documentation, not customer-specific.

Link to Devin session: https://app.devin.ai/sessions/9ea1b92802014659876c00553ccf6245

Co-Authored-By: bot_apk <apk@cognition.ai>
@devin-ai-integration
Copy link
Copy Markdown
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@devin-ai-integration devin-ai-integration bot requested a review from devalog as a code owner April 9, 2026 18:55
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 9, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants