Skip to content

Commit

Permalink
remove sqlalchemy upper limit version (census-instrumentation#1142)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwatskot authored Nov 17, 2022
1 parent 38b769a commit e4d0804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-sqlalchemy/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
long_description=open('README.rst').read(),
install_requires=[
'opencensus >= 0.9.dev0, < 1.0.0',
'SQLAlchemy >= 1.1.14, < 1.3.24', # https://github.com/sqlalchemy/sqlalchemy/issues/6168 # noqa: E501
'SQLAlchemy >= 1.1.14',
],
extras_require={},
license='Apache-2.0',
Expand Down

0 comments on commit e4d0804

Please sign in to comment.