You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: relax check to not require "charset" for "application/json" content type
Because FastAPI doesn't set "charset" parameter, this change should make the tests pass.
RFC 4627 does not define a charset parameter because it requires that JSON is always encoded as
Unicode (c) request/request#383 (comment)
Part of #13
0 commit comments