Skip to content

Commit

Permalink
Update sqlalchemy dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMcCormick committed Nov 5, 2024
1 parent 9063469 commit 241ef2c
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 @@ -31,7 +31,7 @@ dependencies = [
"numpy <2",
"pydantic >=2.7.1,<3",
"pyyaml >=6.0.1",
"sqlalchemy >=1.4"
"sqlalchemy >=2.0.23"
]
requires-python = ">=3.11.0"
dynamic = ["version"]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ lsst-utils @ git+https://github.com/lsst/utils@main
numpy <2
pydantic >=2.7.1,<3
pyyaml >=6.0.1
sqlalchemy >=1.4
sqlalchemy >=2.0.23

0 comments on commit 241ef2c

Please sign in to comment.