Skip to content

Commit df182ec

Browse files
committed
update starlette-cramjam and fix docs
1 parent 0816f8a commit df182ec

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGES.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Note: Minor version `0.X.0` update might break the API, It's recommended to pin
88

99
## [unreleased]
1010

11+
## [1.2.1] - 2025-08-26
12+
13+
* update `starlette-cramjam` requirement to `>=0.4,<0.6`
14+
1115
## [1.2.0] - 2025-07-23
1216

1317
* remove `request: Request` in `Collection.features` and `Collection.get_tile` abstract methods
@@ -410,7 +414,8 @@ Note: Minor version `0.X.0` update might break the API, It's recommended to pin
410414

411415
- Initial release
412416

413-
[unreleased]: https://github.com/developmentseed/tipg/compare/1.2.0...HEAD
417+
[unreleased]: https://github.com/developmentseed/tipg/compare/1.2.1...HEAD
418+
[1.2.1]: https://github.com/developmentseed/tipg/compare/1.2.0...1.2.1
414419
[1.2.0]: https://github.com/developmentseed/tipg/compare/1.1.2...1.2.0
415420
[1.1.2]: https://github.com/developmentseed/tipg/compare/1.1.1...1.1.2
416421
[1.1.1]: https://github.com/developmentseed/tipg/compare/1.1.0...1.1.1

docs/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ plugins:
6666
signature_crossrefs: true
6767
extensions:
6868
- griffe_inherited_docstrings
69-
import:
69+
inventories:
7070
- https://docs.python.org/3/objects.inv
7171
- https://docs.pydantic.dev/latest/objects.inv
7272
- https://fastapi.tiangolo.com/objects.inv

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies = [
3333
"geojson-pydantic>=1.0,<3.0",
3434
"pygeofilter>=0.2.0,<0.3.0",
3535
"ciso8601~=2.3",
36-
"starlette-cramjam>=0.4,<0.5",
36+
"starlette-cramjam>=0.4,<0.6",
3737
]
3838

3939
[project.optional-dependencies]

0 commit comments

Comments
 (0)