Skip to content

Commit

Permalink
Allow sqlalchemy 2 in requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-slac committed Feb 10, 2023
1 parent 680f7c3 commit 46bb8bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ keywords = ["lsst"]
dependencies = [
"astropy >=4.0",
"pyyaml >=5.1",
"sqlalchemy >=1.4,<2.0",
"sqlalchemy >=1.4",
"click >= 7.0",
"lsst-sphgeom",
"lsst-utils",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pyyaml >= 5.1
astropy >= 4.0
click >7.0
sqlalchemy >= 1.4, < 2.0
sqlalchemy >= 1.4
pydantic
httpx
deprecated >=1.2
Expand Down

0 comments on commit 46bb8bf

Please sign in to comment.