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

Remove deprecated 'app' parameter. #3315

Merged
merged 6 commits into from
Sep 24, 2024

Conversation

tomchristie
Copy link
Member

This pull request deals with removing the already deprecated app=... parameter, which has been dropped in favor of the more explicit transport = httpx.WSGITransport(...) and transport = httpx.ASGITransport() configurations.

Related: #3314

@tomchristie tomchristie added the 1.0 proposal Pull requests proposing 1.0 API changes label Sep 24, 2024
CHANGELOG.md Outdated Show resolved Hide resolved
@tomchristie tomchristie merged commit 34e1110 into version-1.0 Sep 24, 2024
5 checks passed
@tomchristie tomchristie deleted the remove-deprecated-app-parameter branch September 24, 2024 20:52
@tomchristie
Copy link
Member Author

Thanks @zanieb ☺️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.0 proposal Pull requests proposing 1.0 API changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants