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
Python_multipart package is throwing the following deprecation warning
/venv/lib/python3.12/site-packages/ariadne/__init__.py:15: in <module>
from .graphql import graphql, graphql_sync, subscribe
/venv/lib/python3.12/site-packages/ariadne/graphql.py:50: in <module>
from .validation.introspection_disabled import IntrospectionDisabledRule
/venv/lib/python3.12/site-packages/ariadne/validation/introspection_disabled.py:5: in <module>
from ..contrib.tracing.utils import is_introspection_key
/venv/lib/python3.12/site-packages/ariadne/contrib/tracing/utils.py:10: in <module>
from multipart.multipart import File
/venv/lib/python3.12/site-packages/multipart/__init__.py:22: in <module>
warnings.warn("Please use `import python_multipart` instead.", PendingDeprecationWarning, stacklevel=2)
E PendingDeprecationWarning: Please use `import python_multipart` instead.
The text was updated successfully, but these errors were encountered:
Python_multipart package is throwing the following deprecation warning
The text was updated successfully, but these errors were encountered: