diff --git a/apps/api/pyproject.toml b/apps/api/pyproject.toml index 5fab8ae2..d6d2e37a 100644 --- a/apps/api/pyproject.toml +++ b/apps/api/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "Webhook ingest and dashboard API for 508.dev" requires-python = ">=3.12" dependencies = [ - "fastapi>=0.116.1", + "fastapi>=0.138.0", "httpx>=0.28.1", "PyJWT[crypto]>=2.10.1", "uvicorn>=0.35.0", diff --git a/uv.lock b/uv.lock index ee85e2bc..3e36276a 100644 --- a/uv.lock +++ b/uv.lock @@ -194,7 +194,7 @@ dependencies = [ [package.metadata] requires-dist = [ - { name = "fastapi", specifier = ">=0.116.1" }, + { name = "fastapi", specifier = ">=0.138.0" }, { name = "five08", editable = "packages/shared" }, { name = "httpx", specifier = ">=0.28.1" }, { name = "psycopg", extras = ["binary"], specifier = ">=3.2.5" }, @@ -672,7 +672,7 @@ redis = [ [[package]] name = "fastapi" -version = "0.129.0" +version = "0.138.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "annotated-doc" }, @@ -681,9 +681,9 @@ dependencies = [ { name = "typing-extensions" }, { name = "typing-inspection" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/48/47/75f6bea02e797abff1bca968d5997793898032d9923c1935ae2efdece642/fastapi-0.129.0.tar.gz", hash = "sha256:61315cebd2e65df5f97ec298c888f9de30430dd0612d59d6480beafbc10655af", size = 375450, upload-time = "2026-02-12T13:54:52.541Z" } +sdist = { url = "https://files.pythonhosted.org/packages/5b/58/ff455d9fe47c60abadb34b9e05a304b1f05f5ab8000ac01565156b6f5e43/fastapi-0.138.0.tar.gz", hash = "sha256:d445a4877636ad191e7053e08c9bf98cb921a6756776848400bb773d1740c061", size = 419240, upload-time = "2026-06-20T01:18:05.259Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/9e/dd/d0ee25348ac58245ee9f90b6f3cbb666bf01f69be7e0911f9851bddbda16/fastapi-0.129.0-py3-none-any.whl", hash = "sha256:b4946880e48f462692b31c083be0432275cbfb6e2274566b1be91479cc1a84ec", size = 102950, upload-time = "2026-02-12T13:54:54.528Z" }, + { url = "https://files.pythonhosted.org/packages/6c/ff/8496d9847a5fedae775eb49460722d3efaa80487854273e9647ae876218c/fastapi-0.138.0-py3-none-any.whl", hash = "sha256:b6f54fd1bd72c80b0f899f172c61a600f6f7af9b43d4d772a018f35624048cb0", size = 126779, upload-time = "2026-06-20T01:18:03.483Z" }, ] [[package]]