Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: Use an explicit transport for httpx #336

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mjpieters
Copy link

httpx deprecated the app shortcut in 0.27 and removed it altogether in 0.28. Use the recommended ASGITransport transport to replace it.

Fixes #335

httpx deprecated the `app` shortcut in 0.27 and removed it altogether
in 0.28. Use the recommended `ASGITransport` transport to replace it.
@RyPeck
Copy link

RyPeck commented Jan 10, 2025

@mjpieters should the dependencies be updated to require httpx>=0.28.0?

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.

Test failure due to httpx change in 0.28
2 participants