Skip to content

Remove deprecated 'app' parameter. - #3315

Merged
lovelydinosaur merged 6 commits into
version-1.0from
remove-deprecated-app-parameter
Sep 24, 2024
Merged

Remove deprecated 'app' parameter.#3315
lovelydinosaur merged 6 commits into
version-1.0from
remove-deprecated-app-parameter

Conversation

@lovelydinosaur

Copy link
Copy Markdown
Contributor

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

@lovelydinosaurlovelydinosaur added the 1.0 proposal Pull requests proposing 1.0 API changes label Sep 24, 2024
Comment threadCHANGELOG.md Outdated
@lovelydinosaur
lovelydinosaur merged commit 34e1110 into version-1.0Sep 24, 2024
@lovelydinosaur
lovelydinosaur deleted the remove-deprecated-app-parameter branch September 24, 2024 20:52
@lovelydinosaur

Copy link
Copy Markdown
ContributorAuthor

Thanks @zanieb☺️

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

Labels

1.0 proposalPull requests proposing 1.0 API changes

Development

Successfully merging this pull request may close these issues.

3 participants

@lovelydinosaur@zanieb@karpetrosyan