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
treq.content.text_content() no longer generates deprecation warnings due to use of the cgi module. (#355)
Deprecations and Removals
Mixing the json argument with files or data now raises TypeError. (#297)
Passing non-string (str or bytes) values as part of a dict to the headers argument now results in a TypeError, as does passing any collection other than a dict or Headers instance. (#302)
Support for Python 3.7 and PyPy 3.8, which have reached end of support, has been dropped. (#378)