Skip to content

Commit

Permalink
Remove sqla pin and update sqla utils lib
Browse files Browse the repository at this point in the history
  • Loading branch information
josecsotomorales authored Mar 26, 2024
1 parent f0f3c08 commit ccc9bf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ def get_version():
include_package_data=True,
platforms='any',
install_requires=[
'SQLAlchemy>=1.4.0,<=2.0.21',
'SQLAlchemy-Utils>=0.30.12',
'SQLAlchemy>=1.4.0',
'SQLAlchemy-Utils>=0.41.2',
],
extras_require=extras_require,
classifiers=[
Expand Down

0 comments on commit ccc9bf0

Please sign in to comment.