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 aiohttp deprecation message #5

Merged
merged 1 commit into from
Aug 11, 2024
Merged

Conversation

tjni
Copy link
Contributor

@tjni tjni commented Aug 6, 2023

ClientResponseError's code property has been deprecated since version 3.1 and is replaced by the equivalent status property. Link to the aiohttp documentation.

This is a drive-by fix. I happened to notice this in logs when moonraker-api is being built in nixpkgs.

ClientResponseError's code property has been deprecated since version
3.1 and is replaced by the equivalent status property.
@cmroche cmroche merged commit 70a4afd into cmroche:main Aug 11, 2024
Copy link

🎉 This issue has been resolved in version 2.0.6 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants