We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pip_api
Reproduction
python3.11 -Wall -c "import pip_api" <snip>/lib/python3.11/site-packages/pip_api/_vendor/pyparsing.py:108: DeprecationWarning: module 'sre_constants' is deprecated import sre_constants
Root cause sre_constants is imported by the vendored pyparsing module:
sre_constants
pyparsing
pip-api/pip_api/_vendor/pyparsing.py
Line 108 in 5ac3ec8
see: python/cpython#91308
The text was updated successfully, but these errors were encountered:
I took a shot at this in #196 but ran up against some unexpected test failures and haven't had a chance to take a closer look yet.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Reproduction
Root cause
sre_constants
is imported by the vendoredpyparsing
module:pip-api/pip_api/_vendor/pyparsing.py
Line 108 in 5ac3ec8
see: python/cpython#91308
The text was updated successfully, but these errors were encountered: