This repository was archived by the owner on Sep 19, 2023. It is now read-only.
0.11.7 > 0.14.0#16
Open
graphific wants to merge 460 commits into
Open
Conversation
3936141 to
461b384
Compare
…1073) Bumps the all group with 1 update: [helm/chart-testing-action](https://github.com/helm/chart-testing-action). Updates `helm/chart-testing-action` from 2.6.1 to 2.7.0 - [Release notes](https://github.com/helm/chart-testing-action/releases) - [Commits](helm/chart-testing-action@v2.6.1...v2.7.0) --- updated-dependencies: - dependency-name: helm/chart-testing-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Fix type used for group argument in xarray tests * Fix test
* Support Zarr-Python 3 * Remove test-zarr-v2 deps * Update src/titiler/xarray/titiler/xarray/io.py Co-authored-by: Vincent Sarago <vincent.sarago@gmail.com> * Update io.py * update changelog --------- Co-authored-by: Vincent Sarago <vincent.sarago@gmail.com>
* Add slope algorithm * Add test for slope algorithm
* Add output min and max metadata to slope algorithm * Update changelog
* fix nginx/proxy configuration * change drop_dim type from str to list[str] * add pattern constraint
* refactor middlewares * update from comments * update tests * log request after processing * update changelog * update logger name
* Fix TerrainRGB algorithm and param user-controlled nodata-height Added two params `use_nodata_height and nodata_height` (or could have used a field which cold be either undefined or that height value? * Make use of user-controlled height in terrainrgb * Add user-controlled nodata-height for terrarium as well * Add z_exaggeration parameter to hillshade/slope algorithms defaults to 1, applied to gradients directly * Add slope in algorithms doc * Make terrainRGB/terrarium docs links instead of plain urls * Add parameters hints to hillshade/contours * nodata_height optional Co-authored-by: Vincent Sarago <vincent.sarago@gmail.com> * check nodata_height not None Co-authored-by: Vincent Sarago <vincent.sarago@gmail.com> * Update src/titiler/core/titiler/core/algorithm/dem.py Co-authored-by: Vincent Sarago <vincent.sarago@gmail.com> * Update src/titiler/core/titiler/core/algorithm/dem.py Co-authored-by: Vincent Sarago <vincent.sarago@gmail.com> * from typing import Optional * WIP /cog/viewer algorithms inputs Adding algorithm params dynamically based on the /algorithms endpoint, stored in scope, and params updated on change of selected algorithm * Final touch-ups to /cog/viewer for algorithms visualization Uses number inputs if param is integer or number, otherwise text input (eg nodata-height which can be either null or number) Updates tilejson url when algorithm or its params are changed * Revert "Final touch-ups to /cog/viewer for algorithms visualization" This reverts commit bf094ae. * Revert "WIP /cog/viewer algorithms inputs" This reverts commit 31d5277. * Add nodata_height coverage to tests * Discard solution 1 for testing terrainrgb and terrarium * pre-commit run --all-files --------- Co-authored-by: Vincent Sarago <vincent.sarago@gmail.com>
* created document on getting started with titiler * updated based on comment --------- Co-authored-by: dimplejaiin <dimple@pixxel.co.in>
* ci: harden github actions * ci: add zizmor in pre-commit and ci pipeline * ci: move from "deploy on every push to main" toward "deploy on published GitHub Release + manual dispatch.
* ci: setup trusted publishing and update xarray upstream test * ci: fix zizmor issues * Apply suggestion from @lhoupert Co-authored-by: Loïc Houpert <10154151+lhoupert@users.noreply.github.com> --------- Co-authored-by: Loïc Houpert <10154151+lhoupert@users.noreply.github.com>
* ci: setup trusted publishing and update xarray upstream test * ci: fix zizmor issues * ci: add conventional commit lint and release please * ci: fix version check * chore: version bump * docs: update guide * chore: update lock * chore: add comments * ci: add helm chart release * chore: add section on helm versioning * chore: remove bumpversion as not needed anymore --------- Co-authored-by: vincentsarago <vincent.sarago@gmail.com>
* ci: add ossf scorecard and security report * chore: edit cronjob
* chore: release main * fix: update readme * chore: version from 2.1.1 to 2.1.2 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: vincentsarago <vincent.sarago@gmail.com> Co-authored-by: Loïc Houpert <10154151+lhoupert@users.noreply.github.com>
* fix(ci): fix docker publish action for helm tag * fix: fix helm chart version
Bumps the all group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [benchmark-action/github-action-benchmark](https://github.com/benchmark-action/github-action-benchmark) | `1.21.0` | `1.22.0` | | [docker/build-push-action](https://github.com/docker/build-push-action) | `7.0.0` | `7.1.0` | | [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `7.6.0` | `8.0.0` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.5.4` | `6.0.0` | | [docker/login-action](https://github.com/docker/login-action) | `4.0.0` | `4.1.0` | | [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) | `6.0.0` | `6.1.0` | | [googleapis/release-please-action](https://github.com/googleapis/release-please-action) | `4.4.0` | `4.4.1` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `7.0.0` | `7.0.1` | | [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) | `1.13.0` | `1.14.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `4.34.1` | `4.35.1` | Updates `benchmark-action/github-action-benchmark` from 1.21.0 to 1.22.0 - [Release notes](https://github.com/benchmark-action/github-action-benchmark/releases) - [Changelog](https://github.com/benchmark-action/github-action-benchmark/blob/master/CHANGELOG.md) - [Commits](benchmark-action/github-action-benchmark@a7bc236...a60cea5) Updates `docker/build-push-action` from 7.0.0 to 7.1.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@d08e5c3...bcafcac) Updates `astral-sh/setup-uv` from 7.6.0 to 8.0.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@37802ad...cec2083) Updates `codecov/codecov-action` from 5.5.4 to 6.0.0 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@75cd116...57e3a13) Updates `docker/login-action` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@b45d80f...4907a6d) Updates `aws-actions/configure-aws-credentials` from 6.0.0 to 6.1.0 - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](aws-actions/configure-aws-credentials@8df5847...ec61189) Updates `googleapis/release-please-action` from 4.4.0 to 4.4.1 - [Release notes](https://github.com/googleapis/release-please-action/releases) - [Changelog](https://github.com/googleapis/release-please-action/blob/main/CHANGELOG.md) - [Commits](googleapis/release-please-action@16a9c90...5c625bf) Updates `actions/upload-artifact` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@bbbca2d...043fb46) Updates `pypa/gh-action-pypi-publish` from 1.13.0 to 1.14.0 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@ed0c539...cef2210) Updates `github/codeql-action` from 4.34.1 to 4.35.1 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@3869755...c10b806) --- updated-dependencies: - dependency-name: benchmark-action/github-action-benchmark dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: docker/build-push-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: astral-sh/setup-uv dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: codecov/codecov-action dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: docker/login-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: googleapis/release-please-action dependency-version: 4.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: github/codeql-action dependency-version: 4.35.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: vincentsarago <vincent.sarago@gmail.com>
… 204 responses (#1373) * fix: prevent cramjam from compressing empty 204 No Content responses CompressionMiddleware with minimum_size=0 caused starlette_cramjam to gzip-frame empty (b"") response bodies, producing ~20 bytes of framing for a 204 No Content response. h11 enforces RFC 9110 §15.3.5 ("server MUST NOT generate content for 204") and raises LocalProtocolError: "Too much data for declared Content-Length". Changing minimum_size to 1 skips compression for zero-byte bodies (which can only expand, never shrink). All non-empty responses still compress normally. Fixes #1348 * fix: remove tests and fix dependencies --------- Co-authored-by: vincentsarago <vincent.sarago@gmail.com>
--- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: obstore dependency-version: 0.9.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: aiohttp dependency-version: 3.13.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: requests dependency-version: 2.33.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: boto3 dependency-version: 1.42.91 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: opentelemetry-api dependency-version: 1.41.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: opentelemetry-sdk dependency-version: 1.41.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: opentelemetry-instrumentation-fastapi dependency-version: 0.62b0 dependency-type: direct:development dependency-group: all - dependency-name: opentelemetry-instrumentation-logging dependency-version: 0.62b0 dependency-type: direct:development dependency-group: all - dependency-name: opentelemetry-exporter-otlp dependency-version: 1.41.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: mkdocs-jupyter dependency-version: 0.26.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: uvicorn dependency-version: 0.44.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore: release main * ci: empty * chore: bump version from 2.1.2 to 2.1.3 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: vincentsarago <vincent.sarago@gmail.com> Co-authored-by: Loïc Houpert <10154151+lhoupert@users.noreply.github.com>
- added titiler-stacapi - also added titiler-cmr and demo repo/website - added experimental async-titiler - moved titiler-image which is now archived (and edited its description to match latest repo desc)
Bumps the all group with 4 updates: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv), [googleapis/release-please-action](https://github.com/googleapis/release-please-action), [github/codeql-action](https://github.com/github/codeql-action) and [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action). Updates `astral-sh/setup-uv` from 8.0.0 to 8.1.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@cec2083...0880764) Updates `googleapis/release-please-action` from 4.4.1 to 5.0.0 - [Release notes](https://github.com/googleapis/release-please-action/releases) - [Changelog](https://github.com/googleapis/release-please-action/blob/main/CHANGELOG.md) - [Commits](googleapis/release-please-action@5c625bf...45996ed) Updates `github/codeql-action` from 4.35.1 to 4.35.2 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@c10b806...95e58e9) Updates `zizmorcore/zizmor-action` from 0.5.2 to 0.5.3 - [Release notes](https://github.com/zizmorcore/zizmor-action/releases) - [Commits](zizmorcore/zizmor-action@71321a2...b1d7e1f) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: googleapis/release-please-action dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: github/codeql-action dependency-version: 4.35.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: zizmorcore/zizmor-action dependency-version: 0.5.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.1.1 to 12.2.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@12.1.1...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the all group with 11 updates: | Package | From | To | | --- | --- | --- | | [obstore](https://github.com/geospatial-jeff/pyasyncio-benchmark) | `0.9.3` | `0.9.4` | | [boto3](https://github.com/boto/boto3) | `1.42.91` | `1.42.96` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.5.1` | `4.6.0` | | [ipython](https://github.com/ipython/ipython) | `9.10.1` | `9.13.0` | | [matplotlib](https://github.com/matplotlib/matplotlib) | `3.10.8` | `3.10.9` | | [opentelemetry-api](https://github.com/open-telemetry/opentelemetry-python) | `1.41.0` | `1.41.1` | | [opentelemetry-sdk](https://github.com/open-telemetry/opentelemetry-python) | `1.41.0` | `1.41.1` | | [opentelemetry-instrumentation-fastapi](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.62b0` | `0.62b1` | | [opentelemetry-instrumentation-logging](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.62b0` | `0.62b1` | | [opentelemetry-exporter-otlp](https://github.com/open-telemetry/opentelemetry-python) | `1.41.0` | `1.41.1` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.44.0` | `0.46.0` | Updates `obstore` from 0.9.3 to 0.9.4 - [Commits](https://github.com/geospatial-jeff/pyasyncio-benchmark/commits) Updates `boto3` from 1.42.91 to 1.42.96 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.42.91...1.42.96) Updates `pre-commit` from 4.5.1 to 4.6.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v4.5.1...v4.6.0) Updates `ipython` from 9.10.1 to 9.13.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](ipython/ipython@9.10.1...9.13.0) Updates `matplotlib` from 3.10.8 to 3.10.9 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@v3.10.8...v3.10.9) Updates `opentelemetry-api` from 1.41.0 to 1.41.1 - [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/v1.41.1/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-python@v1.41.0...v1.41.1) Updates `opentelemetry-sdk` from 1.41.0 to 1.41.1 - [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/v1.41.1/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-python@v1.41.0...v1.41.1) Updates `opentelemetry-instrumentation-fastapi` from 0.62b0 to 0.62b1 - [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits) Updates `opentelemetry-instrumentation-logging` from 0.62b0 to 0.62b1 - [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits) Updates `opentelemetry-exporter-otlp` from 1.41.0 to 1.41.1 - [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/v1.41.1/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-python@v1.41.0...v1.41.1) Updates `uvicorn` from 0.44.0 to 0.46.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.44.0...0.46.0) --- updated-dependencies: - dependency-name: obstore dependency-version: 0.9.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: boto3 dependency-version: 1.42.96 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: pre-commit dependency-version: 4.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: ipython dependency-version: 9.13.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: matplotlib dependency-version: 3.10.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: opentelemetry-api dependency-version: 1.41.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: opentelemetry-sdk dependency-version: 1.41.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: opentelemetry-instrumentation-fastapi dependency-version: 0.62b1 dependency-type: direct:development dependency-group: all - dependency-name: opentelemetry-instrumentation-logging dependency-version: 0.62b1 dependency-type: direct:development dependency-group: all - dependency-name: opentelemetry-exporter-otlp dependency-version: 1.41.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: uvicorn dependency-version: 0.46.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 4.5.6 to 4.5.7. - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/RELEASE.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.5.6...@jupyterlab/lsp@4.5.7) --- updated-dependencies: - dependency-name: jupyterlab dependency-version: 4.5.7 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [notebook](https://github.com/jupyter/notebook) from 7.5.5 to 7.5.6. - [Release notes](https://github.com/jupyter/notebook/releases) - [Changelog](https://github.com/jupyter/notebook/blob/@jupyter-notebook/tree@7.5.6/CHANGELOG.md) - [Commits](https://github.com/jupyter/notebook/compare/@jupyter-notebook/tree@7.5.5...@jupyter-notebook/tree@7.5.6) --- updated-dependencies: - dependency-name: notebook dependency-version: 7.5.6 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [jupyter-server](https://github.com/jupyter-server/jupyter_server) from 2.17.0 to 2.18.0. - [Release notes](https://github.com/jupyter-server/jupyter_server/releases) - [Changelog](https://github.com/jupyter-server/jupyter_server/blob/main/CHANGELOG.md) - [Commits](jupyter-server/jupyter_server@v2.17.0...v2.18.0) --- updated-dependencies: - dependency-name: jupyter-server dependency-version: 2.18.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…1402) Bumps the all group with 13 updates in the / directory: | Package | From | To | | --- | --- | --- | | [fsspec](https://github.com/fsspec/filesystem_spec) | `2026.3.0` | `2026.4.0` | | [requests](https://github.com/psf/requests) | `2.33.1` | `2.34.2` | | [black](https://github.com/psf/black) | `26.3.1` | `26.5.0` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.46.0` | `0.47.0` | | [starlette-cramjam](https://github.com/developmentseed/starlette-cramjam) | `0.5.1` | `0.7.0` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.13.1` | `2.14.1` | | [fastapi](https://github.com/fastapi/fastapi) | `0.135.2` | `0.136.1` | | [geojson-pydantic](https://github.com/developmentseed/geojson-pydantic) | `2.1.0` | `2.1.1` | | [numpy](https://github.com/numpy/numpy) | `2.4.4` | `2.4.5` | | [pydantic](https://github.com/pydantic/pydantic) | `2.12.5` | `2.13.4` | | [rio-tiler](https://github.com/cogeotiff/rio-tiler) | `9.0.4` | `9.0.6` | | [simplejson](https://github.com/simplejson/simplejson) | `3.20.2` | `4.1.1` | | [xarray](https://github.com/pydata/xarray) | `2026.2.0` | `2026.4.0` | Updates `fsspec` from 2026.3.0 to 2026.4.0 - [Commits](fsspec/filesystem_spec@2026.3.0...2026.4.0) Updates `s3fs` from 2026.3.0 to 2026.4.0 - [Changelog](https://github.com/fsspec/s3fs/blob/main/release-procedure.md) - [Commits](fsspec/s3fs@2026.3.0...2026.4.0) Updates `requests` from 2.33.1 to 2.34.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.33.1...v2.34.2) Updates `black` from 26.3.1 to 26.5.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@26.3.1...26.5.0) Updates `uvicorn` from 0.46.0 to 0.47.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.46.0...0.47.0) Updates `starlette-cramjam` from 0.5.1 to 0.7.0 - [Release notes](https://github.com/developmentseed/starlette-cramjam/releases) - [Changelog](https://github.com/developmentseed/starlette-cramjam/blob/main/CHANGES.md) - [Commits](developmentseed/starlette-cramjam@0.5.1...0.7.0) Updates `pydantic-settings` from 2.13.1 to 2.14.1 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.13.1...v2.14.1) Updates `fastapi` from 0.135.2 to 0.136.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.135.2...0.136.1) Updates `geojson-pydantic` from 2.1.0 to 2.1.1 - [Release notes](https://github.com/developmentseed/geojson-pydantic/releases) - [Changelog](https://github.com/developmentseed/geojson-pydantic/blob/main/CHANGELOG.md) - [Commits](developmentseed/geojson-pydantic@2.1.0...2.1.1) Updates `numpy` from 2.4.4 to 2.4.5 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.4.4...v2.4.5) Updates `pydantic` from 2.12.5 to 2.13.4 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.12.5...v2.13.4) Updates `rio-tiler` from 9.0.4 to 9.0.6 - [Release notes](https://github.com/cogeotiff/rio-tiler/releases) - [Changelog](https://github.com/cogeotiff/rio-tiler/blob/main/CHANGES.md) - [Commits](cogeotiff/rio-tiler@9.0.4...9.0.6) Updates `simplejson` from 3.20.2 to 4.1.1 - [Release notes](https://github.com/simplejson/simplejson/releases) - [Changelog](https://github.com/simplejson/simplejson/blob/main/CHANGES.txt) - [Commits](simplejson/simplejson@v3.20.2...v4.1.1) Updates `xarray` from 2026.2.0 to 2026.4.0 - [Release notes](https://github.com/pydata/xarray/releases) - [Commits](pydata/xarray@v2026.02.0...v2026.04.0) Updates `gcsfs` from 2026.3.0 to 2026.4.0 - [Release notes](https://github.com/fsspec/gcsfs/releases) - [Commits](fsspec/gcsfs@2026.3.0...2026.4.0) --- updated-dependencies: - dependency-name: fsspec dependency-version: 2026.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: s3fs dependency-version: 2026.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: black dependency-version: 26.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: uvicorn dependency-version: 0.47.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: starlette-cramjam dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: pydantic-settings dependency-version: 2.14.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: fastapi dependency-version: 0.136.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: geojson-pydantic dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: numpy dependency-version: 2.4.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: rio-tiler dependency-version: 9.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: simplejson dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: xarray dependency-version: 2026.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: gcsfs dependency-version: 2026.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the all group with 4 updates in the / directory: [benchmark-action/github-action-benchmark](https://github.com/benchmark-action/github-action-benchmark), [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials), [github/codeql-action](https://github.com/github/codeql-action) and [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action). Updates `benchmark-action/github-action-benchmark` from 1.22.0 to 1.22.1 - [Release notes](https://github.com/benchmark-action/github-action-benchmark/releases) - [Changelog](https://github.com/benchmark-action/github-action-benchmark/blob/master/CHANGELOG.md) - [Commits](benchmark-action/github-action-benchmark@a60cea5...52576c9) Updates `aws-actions/configure-aws-credentials` from 6.1.0 to 6.1.1 - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](aws-actions/configure-aws-credentials@ec61189...d979d5b) Updates `github/codeql-action` from 4.35.2 to 4.35.5 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@95e58e9...9e0d7b8) Updates `zizmorcore/zizmor-action` from 0.5.3 to 0.5.6 - [Release notes](https://github.com/zizmorcore/zizmor-action/releases) - [Commits](zizmorcore/zizmor-action@b1d7e1f...5f14fd0) --- updated-dependencies: - dependency-name: benchmark-action/github-action-benchmark dependency-version: 1.22.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: github/codeql-action dependency-version: 4.35.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: zizmorcore/zizmor-action dependency-version: 0.5.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore: release 2.0.3 * chore: update chart version --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: vincentsarago <vincent.sarago@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.