Skip to content

Commit

Permalink
Dependencies: remove temporary upper limit for sqlalchemy
Browse files Browse the repository at this point in the history
This reverts `383ab247c40ada60c22ce3673cbbc3efccd21f98`. The upper limit
is no longer necessary as the incompatibility of `sqlalchemy-utils` with
`sqlalchemy==1.4` has been solved downstream.
  • Loading branch information
sphuber committed Apr 13, 2021
1 parent 9687c1c commit 078e9d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"click-completion~=0.5",
"pint~=0.16.1",
"requests~=2.20",
"sqlalchemy<1.4"
"sqlalchemy-utils>=0.37"
],
"extras_require": {
"pre-commit": [
Expand All @@ -56,5 +56,5 @@
"license": "MIT License",
"name": "aiida-pseudo",
"url": "https://github.com/aiidateam/aiida-pseudo",
"version": "0.5.0"
"version": "0.6.0"
}

0 comments on commit 078e9d9

Please sign in to comment.