From d088222e397db4111e4288ad7bb4b9892d5c8f00 Mon Sep 17 00:00:00 2001 From: Savannah Ostrowski Date: Mon, 10 Nov 2025 14:40:32 -0800 Subject: [PATCH 1/2] Add fastapi new as a dep --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 1ce12e6..8133eed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,6 +38,7 @@ dependencies = [ "rich-toolkit >= 0.14.5", "pydantic[email] >= 1.6.1", "sentry-sdk >= 2.20.0", + "fastapi-new >= 0.0.2", ] [project.optional-dependencies] From b1041f6ce3c63d912cb4bfb9f046b057f988cb24 Mon Sep 17 00:00:00 2001 From: Savannah Ostrowski Date: Mon, 10 Nov 2025 14:59:59 -0800 Subject: [PATCH 2/2] Add 3.10 constraint --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8133eed..52e4f16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ "rich-toolkit >= 0.14.5", "pydantic[email] >= 1.6.1", "sentry-sdk >= 2.20.0", - "fastapi-new >= 0.0.2", + "fastapi-new >= 0.0.2 ; python_version >= '3.10'", ] [project.optional-dependencies]