aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/poetry.lock (unfollow)
Commit message (Collapse)AuthorLines
2024-03-08Update package dependenciesWolfgang Müller-214/+223
2023-03-30Migrate to psycopg3Wolfgang Müller-76/+125
SQLAlchemy 2.0 brings support for the latest version of the psycopg PostgreSQL database driver. With the migration to 2.0 done, we can switch to this now.
2023-03-30Migrate to SQLAlchemy 2.0Wolfgang Müller-52/+67
This needs very few changes: - Use declarative_base from sqlalchemy.orm instead of ext [1] - Enable the future flag on both engine and session [1] https://docs.sqlalchemy.org/en/20/errors.html#error-b8d9
2023-03-30poetry: Add ruffWolfgang Müller-1/+28
We want to use ruff instead of pylint.
2023-03-30Migrate to poetryWolfgang Müller-0/+263
We have used this in another project of ours and prefer its interface over pip's and its toml configuration over setup.py. There should be no functional change.