Skip to content

Deprecation warning when using pip_api on Python 3.11 #195

@jamesclark-Zapata

Description

@jamesclark-Zapata

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:

import sre_constants

see: python/cpython#91308

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions