Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit e4d0804

Browse files
authored
remove sqlalchemy upper limit version (#1142)
1 parent 38b769a commit e4d0804

File tree

1 file changed

+1
-1
lines changed
  • contrib/opencensus-ext-sqlalchemy

1 file changed

+1
-1
lines changed

contrib/opencensus-ext-sqlalchemy/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
long_description=open('README.rst').read(),
4343
install_requires=[
4444
'opencensus >= 0.9.dev0, < 1.0.0',
45-
'SQLAlchemy >= 1.1.14, < 1.3.24', # https://github.com/sqlalchemy/sqlalchemy/issues/6168 # noqa: E501
45+
'SQLAlchemy >= 1.1.14',
4646
],
4747
extras_require={},
4848
license='Apache-2.0',

0 commit comments

Comments
 (0)