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

Fix warning raised in aiohttp 3.9.4 regarding deprecated content_transfer_encoding argument #1881

Merged
merged 3 commits into from
Apr 13, 2024

Conversation

beagold
Copy link
Contributor

@beagold beagold commented Apr 12, 2024

Summary

As stated in the aiohttp 3.9.4 changelog:

Deprecations (removal in next major release)

Deprecated content_transfer_encoding parameter in :py:meth:FormData.add_field() <aiohttp.FormData.add_field> -- by :user:Dreamsorcerer.

Related issues and pull requests on GitHub:
aio-libs/aiohttp#8280.

Checklist

  • I have run nox and all the pipelines have passed.
  • I have made unittests according to the code I have added/modified/deleted.

Related issues

None

@beagold beagold added the bug Something isn't working label Apr 12, 2024
@beagold beagold self-assigned this Apr 12, 2024
@beagold beagold enabled auto-merge (squash) April 12, 2024 19:47
@beagold beagold merged commit 3a27bfd into master Apr 13, 2024
48 checks passed
@beagold beagold deleted the task/aiohttp-3.9.4-compat branch April 13, 2024 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants