Skip to content

Commit c46a06f

Browse files
⬆ Update sqlalchemy requirement
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] <support@github.com>
1 parent 83bcdc4 commit c46a06f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ test = [
6060
"email_validator >=1.1.1,<2.0.0",
6161
# TODO: once removing databases from tutorial, upgrade SQLAlchemy
6262
# probably when including SQLModel
63-
"sqlalchemy >=1.3.18,<=1.4.41",
63+
"sqlalchemy >=1.3.18,<1.4.46",
6464
"peewee >=3.13.3,<4.0.0",
6565
"databases[sqlite] >=0.3.2,<0.7.0",
6666
"orjson >=3.2.1,<4.0.0",

0 commit comments

Comments
 (0)