From d672b7534bb6f5b47ebe1a9ac359be64c23a1e08 Mon Sep 17 00:00:00 2001 From: vincentsarago Date: Tue, 27 Aug 2024 08:58:18 +0200 Subject: [PATCH] revert to fastapi and update version --- CHANGES.md | 11 +++++++++-- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 304b02dd..f232fae7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,7 +6,11 @@ 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 +## [0.7.2] - 2024-08-27 + +* move back to `fastapi` dependency + +## [0.7.1] - 2024-05-07 * move to `fastapi-slim` to avoid unwanted dependencies @@ -305,7 +309,10 @@ Note: Minor version `0.X.0` update might break the API, It's recommended to pin - Initial release -[unreleased]: https://github.com/developmentseed/tipg/compare/0.6.3...HEAD +[unreleased]: https://github.com/developmentseed/tipg/compare/0.7.2...HEAD +[0.7.1]: https://github.com/developmentseed/tipg/compare/0.7.1...0.7.2 +[0.7.1]: https://github.com/developmentseed/tipg/compare/0.7.0...0.7.1 +[0.7.0]: https://github.com/developmentseed/tipg/compare/0.6.3...0.7.0 [0.6.3]: https://github.com/developmentseed/tipg/compare/0.6.2...0.6.3 [0.6.2]: https://github.com/developmentseed/tipg/compare/0.6.1...0.6.2 [0.6.1]: https://github.com/developmentseed/tipg/compare/0.6.0...0.6.1 diff --git a/pyproject.toml b/pyproject.toml index f31e3ce5..68731fdf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "orjson", "asyncpg>=0.23.0", "buildpg>=0.3", - "fastapi-slim", + "fastapi>=0.100.0", "jinja2>=2.11.2,<4.0.0", "morecantile>=5.0,<6.0", "pydantic>=2.4,<3.0",