aurweb/aurweb/routers
moson d7ecede2eb
fix(deps): upgrade to sqlalchemy version 2
Bump sqlalchemy to version 2.0.22

There are quite some changes that happened with v2.
We are currently relying on the "auto-commit" feature which was removed.
For the moment we can use a wrapper class to mimic the auto-commit
behavior allowing us to move to v2.

Ultimately, the (db) session management needs some overhaul though.

Signed-off-by: moson <moson@archlinux.org>
2023-11-30 15:19:58 +01:00
..
__init__.py housekeep: TU rename - code changes 2023-09-30 16:45:04 +02:00
accounts.py feat: Switch to postgres 2023-11-30 15:13:42 +01:00
auth.py feat: Switch to postgres 2023-11-30 15:13:42 +01:00
html.py fix(deps): upgrade to sqlalchemy version 2 2023-11-30 15:19:58 +01:00
package_maintainer.py feat: Switch to postgres 2023-11-30 15:13:42 +01:00
packages.py fix(deps): upgrade to sqlalchemy version 2 2023-11-30 15:19:58 +01:00
pkgbase.py housekeep: TU rename - UI elements 2023-09-30 16:45:04 +02:00
requests.py fix(deps): upgrade to sqlalchemy version 2 2023-11-30 15:19:58 +01:00
rpc.py fix(deps): update dependencies 2023-10-05 17:59:14 +02:00
rss.py fix: /rss lazy load issue & perf improvements 2023-07-13 18:27:02 +02:00
sso.py style: Run pre-commit 2022-08-22 22:40:45 +02:00