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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 480c661 commit 1906792
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 @@ -170,7 +170,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 1906792

Please sign in to comment.