updating idna to 0.5.2#1141
Conversation
|
Tests are failing |
|
@anonrig Someone used AI and it injected non-ASCII chars. Easy fix. |
|
Problem is with idna, upstream ada-url/idna#76 AI wants to assume UTF-8 but we want to support cases where people do not default on UTF-8 (common under Windows). |
|
Hopefully, it will pass now. |
Codecov Report❌ Patch coverage is
❌ Your patch check has failed because the patch coverage (20.83%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #1141 +/- ##
==========================================
- Coverage 60.34% 60.21% -0.13%
==========================================
Files 37 37
Lines 6057 6068 +11
Branches 2954 2959 +5
==========================================
- Hits 3655 3654 -1
- Misses 574 580 +6
- Partials 1828 1834 +6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@anonrig This is good now. |
Self-describing.