Skip to content

Commit

Permalink
Update sqlalchemy requirement from <2 to <3
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: sqlalchemy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 13, 2024
1 parent 7362050 commit 64ce32c
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 @@ -176,7 +176,7 @@ pymongo = [
"jessiql==1.0.0rc1",
"pandas==2.1.*",
"pymongo==4.8.*",
"sqlalchemy<2",
"sqlalchemy<3",
]
release = [
"build<2",
Expand Down

0 comments on commit 64ce32c

Please sign in to comment.