Browse Source

⬆ Update sqlalchemy requirement from <=1.4.41,>=1.3.18 to >=1.3.18,<1.4.43 (#5540)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <[email protected]>
pull/5647/head
dependabot[bot] 2 years ago
committed by GitHub
parent
commit
4d5cbc71ac
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pyproject.toml

2
pyproject.toml

@ -60,7 +60,7 @@ test = [
"email_validator >=1.1.1,<2.0.0", "email_validator >=1.1.1,<2.0.0",
# TODO: once removing databases from tutorial, upgrade SQLAlchemy # TODO: once removing databases from tutorial, upgrade SQLAlchemy
# probably when including SQLModel # probably when including SQLModel
"sqlalchemy >=1.3.18,<=1.4.41", "sqlalchemy >=1.3.18,<1.4.43",
"peewee >=3.13.3,<4.0.0", "peewee >=3.13.3,<4.0.0",
"databases[sqlite] >=0.3.2,<0.7.0", "databases[sqlite] >=0.3.2,<0.7.0",
"orjson >=3.2.1,<4.0.0", "orjson >=3.2.1,<4.0.0",

Loading…
Cancel
Save