Skip to content

Commit

Permalink
Merge pull request #186 from developmentseed/patch/update-fastapi-ver…
Browse files Browse the repository at this point in the history
…sion

revert to fastapi and update version
  • Loading branch information
vincentsarago authored Aug 27, 2024
2 parents 0975f18 + d672b75 commit 8b576de
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8b576de

Please sign in to comment.