opencensus-python icon indicating copy to clipboard operation
opencensus-python copied to clipboard

Remove upper version limit for sqlalchemy in `opencensus-ext-sqlalchemy`

Open paul-ciobanu opened this issue 3 years ago • 0 comments

Describe your environment. Remove upper version limit for sqlalchemy in opencensus-ext-sqlalchemy

        'SQLAlchemy >= 1.1.14, < 1.3.24',  # https://github.com/sqlalchemy/sqlalchemy/issues/6168 # noqa: E501

since https://github.com/sqlalchemy/sqlalchemy/issues/6168 has been fixed this is preventing me to use the latest SQLAlchemy version 1.4.39 in my project

paul-ciobanu avatar Jul 06 '22 10:07 paul-ciobanu