Skip to content

Commit b07224e

Browse files
remove uvicorn in dependencies (#333)
1 parent f33a4da commit b07224e

File tree

4 files changed

+1232
-963
lines changed

4 files changed

+1232
-963
lines changed

.github/workflows/cicd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
- name: Install dependencies
8080
run: |
81-
uv sync
81+
uv sync --extra server
8282
uv pip install stac-api-validator==0.6.5
8383
8484
- name: Load data and validate

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
### Fixed
6+
7+
- remove uvicorn from dependencies
8+
59
## [6.1.3] - 2025-12-06
610

711
### Fixed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ dependencies = [
4848
"typing_extensions>=4.9.0",
4949
"jsonpatch>=1.33.0",
5050
"json-merge-patch>=0.3.0",
51-
"uvicorn[standard]==0.38.0",
5251
]
5352

5453
[project.optional-dependencies]

0 commit comments

Comments
 (0)