Skip to content

Commit

Permalink
⬆ Update sqlalchemy requirement (#426)
Browse files Browse the repository at this point in the history
Updates the requirements on [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) to permit the latest version.
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

---
updated-dependencies:
- dependency-name: sqlalchemy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 27, 2023
1 parent bfffb13 commit 560be7c
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 @@ -49,7 +49,7 @@ dependencies = [
"python-dateutil==2.8.2",
"python-socketio >=4.6.0,<5.8.1",
"pyinstrument >=4.1.1,<4.5.0",
"SQLAlchemy >=1.4.37,<2.0.11",
"SQLAlchemy >=1.4.37,<2.0.12",
"prometheus-client",
]

Expand Down

1 comment on commit 560be7c

@vercel
Copy link

@vercel vercel bot commented on 560be7c Apr 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

authx – ./

authx-yezz123.vercel.app
authx-psi.vercel.app
authx-git-main-yezz123.vercel.app
authx.yezz.me

Please sign in to comment.