From 17733342ff6f4c603e2e1e0d0518b4dede1d824d Mon Sep 17 00:00:00 2001 From: vincentsarago Date: Tue, 7 May 2024 09:42:07 +0200 Subject: [PATCH] switch to fastapi-slim --- CHANGES.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 4e427927..304b02dd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). Note: Minor version `0.X.0` update might break the API, It's recommended to pin `tipg` to minor version: `tipg>=0.1,<0.2` +## [0.7.1] - 2025-05-07 + +* move to `fastapi-slim` to avoid unwanted dependencies + ## [0.7.0] - 2024-04-01 - update leaflet version diff --git a/pyproject.toml b/pyproject.toml index d67a799b..f31e3ce5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "orjson", "asyncpg>=0.23.0", "buildpg>=0.3", - "fastapi>=0.107.0", + "fastapi-slim", "jinja2>=2.11.2,<4.0.0", "morecantile>=5.0,<6.0", "pydantic>=2.4,<3.0",