Skip to content

Commit

Permalink
Dependencies: Unpin sqlalchemy
Browse files Browse the repository at this point in the history
The package is also compatible with v2.0 so we relax the requirement and
allow `sqlalchemy>=1.4.22`.
  • Loading branch information
sphuber committed Sep 19, 2023
1 parent 5dc4a34 commit 28a2ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ keywords = ['object store', 'repository', 'file store', 'key-value store']
requires-python = '>=3.8'
dependencies = [
'click',
'sqlalchemy~=1.4.22',
'sqlalchemy>=1.4.22',
]

[project.urls]
Expand Down

0 comments on commit 28a2ec1

Please sign in to comment.