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 ff7b02b + 7f3b9d7 commit b053b53Copy full SHA for b053b53
.github/workflows/cicd.yaml
@@ -4,6 +4,7 @@ on:
4
branches: [main]
5
pull_request:
6
7
+ workflow_dispatch:
8
9
jobs:
10
test:
.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
@@ -47,7 +47,7 @@
47
"griffe-inherited-docstrings>=1.0.0",
48
"mkdocstrings[python]>=0.25.1",
49
],
50
- "server": ["uvicorn[standard]==0.36.0"],
+ "server": ["uvicorn[standard]==0.37.0"],
51
"awslambda": ["mangum"],
52
"validation": [
53
"stac_pydantic[validation]",
0 commit comments