Skip to content
Snippets Groups Projects
Commit 26b31b53 authored by Piotr Ożarowski's avatar Piotr Ożarowski
Browse files

Requires SQLAlchemy >= 2.0.7

parent d648aad4
No related branches found
No related tags found
No related merge requests found
python-databases (0.9.0-1) unstable; urgency=medium
* New upstream release
* Requires SQLAlchemy >= 2.0.7
-- Piotr Ożarowski <piotr@debian.org> Sun, 26 May 2024 15:03:56 +0200
......
......@@ -15,7 +15,7 @@ Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-setuptoo
python3-pytest <!nocheck>,
python3-pytest-cov <!nocheck>,
python3-requests <!nocheck>,
python3-sqlalchemy (>= 1.4.42) <!nocheck>,
python3-sqlalchemy (>= 2.0.7) <!nocheck>,
# python3-starlette <!nocheck>,
Standards-Version: 4.6.1
Homepage: https://github.com/encode/databases
......@@ -25,7 +25,7 @@ Vcs-Browser: https://salsa.debian.org/python-team/packages/python-databases
Package: python3-databases
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
python3-sqlalchemy (>= 1.4.42),
python3-sqlalchemy (>= 2.0.7),
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests},
python3-asyncpg | python3-aiopg,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment