We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da8f53b + 2d593b3 commit f732875Copy full SHA for f732875
.github/workflows/packages.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: docker/setup-buildx-action@v3
30
31
- name: Log in to the Container registry
32
- uses: docker/login-action@v3.5.0
+ uses: docker/login-action@v3.6.0
33
with:
34
registry: ghcr.io
35
username: ${{ github.actor }}
setup.py
@@ -46,7 +46,7 @@
46
"griffe-inherited-docstrings>=1.0.0",
47
"mkdocstrings[python]>=0.25.1",
48
],
49
- "server": ["uvicorn[standard]==0.36.0"],
+ "server": ["uvicorn[standard]==0.37.0"],
50
"awslambda": ["mangum"],
51
"validation": [
52
"stac_pydantic[validation]",
0 commit comments