Skip to content

Commit

Permalink
change sqlalchemy upper bound (#20)
Browse files Browse the repository at this point in the history
* change sqlalchemy upper bound to <= 1.4

Signed-off-by: Ben Dye <[email protected]>

* remove sqlalchemy upper bound

Signed-off-by: Ben Dye <[email protected]>

* Bump version

Signed-off-by: Ben Dye <[email protected]>

Signed-off-by: Ben Dye <[email protected]>
  • Loading branch information
B-T-D authored Sep 30, 2022
1 parent bd47453 commit 7cbd052
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 @@ -3,11 +3,11 @@

from setuptools import find_packages, setup

__version__ = '0.0.6'
__version__ = '0.0.7'


requirements = [
'sqlalchemy>=1.3.0,<1.4',
'sqlalchemy>=1.3.0',
'alembic>=1.2,<2.0'
]

Expand Down

0 comments on commit 7cbd052

Please sign in to comment.