Blob Blame History Raw
diff -Naur fastapi-0.78.0-original/pyproject.toml fastapi-0.78.0/pyproject.toml
--- fastapi-0.78.0-original/pyproject.toml	2022-05-14 15:58:04.000000000 -0400
+++ fastapi-0.78.0/pyproject.toml	2022-06-28 10:35:38.576663484 -0400
@@ -144,4 +144,5 @@
     'ignore:starlette.middleware.wsgi is deprecated and will be removed in a future release\..*:DeprecationWarning:starlette',
     # TODO: remove after dropping support for Python 3.6
     'ignore:Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography and will be removed in a future release.:UserWarning:jose',
+    "ignore:'cgi' is deprecated and slated for removal in Python 3\\.13:DeprecationWarning:httpx",
 ]