Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Commit ba5b888

Browse files
authored
deps: bump stacrs (#43)
Don't need to build the wheels anymore, hopefully. Also strip the rust from the Docker build.
1 parent 719a7b2 commit ba5b888

File tree

3 files changed

+39
-10
lines changed

3 files changed

+39
-10
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
55

66
WORKDIR /app
77

8-
RUN apt-get update && apt-get install -y git curl build-essential && apt-get clean
9-
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile=minimal
10-
ENV PATH="/root/.cargo/bin:$PATH"
118
RUN --mount=type=cache,target=/root/.cache/uv \
129
--mount=type=bind,source=uv.lock,target=uv.lock \
1310
--mount=type=bind,source=pyproject.toml,target=pyproject.toml \

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies = [
1111
"stac-fastapi-api>=3.0.5",
1212
"stac-fastapi-extensions>=3.0.5",
1313
"stac-fastapi-types>=3.0.5",
14-
"stacrs>=0.3.0",
14+
"stacrs>=0.4.0",
1515
]
1616

1717
[dependency-groups]
@@ -27,9 +27,6 @@ dev = [
2727
]
2828
validate = ["stac-api-validator>=0.6.3"]
2929

30-
[tool.uv.sources]
31-
stacrs = { git = "https://github.com/gadomski/stacrs.git" }
32-
3330
[tool.mypy]
3431
strict = true
3532
files = ["**/*.py"]

uv.lock

Lines changed: 38 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)