From b4aff120c8f3a03ad8770a061a0b076339161e86 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Sat, 3 Jan 2026 23:45:56 +0100 Subject: [PATCH] Dependency updates --- pyproject.toml | 2 +- requirements.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2e44ffe..51c01fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [ ] description = 'Simple bookmarking service, using a SQLite database to store bookmarks, supporting tags, automatic title fetching and REST API calls.' readme = "README.rst" -requires-python = ">=3.10" +requires-python = ">=3.11" keywords = ["bookmarks", "api"] license = { text = "Apache" } classifiers = [ diff --git a/requirements.in b/requirements.in index 8ec90ba..9c666e8 100644 --- a/requirements.in +++ b/requirements.in @@ -1,7 +1,7 @@ # Core application fastapi[all] sqlmodel -sqlalchemy +sqlalchemy[asyncio] pydantic pydantic_settings alembic