Skip to content

feat: upgrade API runtime dependencies#262

Open
hrodmn wants to merge 15 commits into
mainfrom
feat/upgrade-runtimes
Open

feat: upgrade API runtime dependencies#262
hrodmn wants to merge 15 commits into
mainfrom
feat/upgrade-runtimes

Conversation

@hrodmn
Copy link
Copy Markdown
Contributor

@hrodmn hrodmn commented May 27, 2026

⚠️ Checklist if your PR is changing anything else than documentation

Merge request description

Run uv sync --upgrade in all of the runtime directories to upgrade all dependencies.

Upgrading starlette and fastapi required some changes to the handler functions. Since I was working on that I unpinned us from mangum==0.19.0 so now we can stay up to date with new versions.

I also upgraded stac-auth-proxy to v1.1.1 to incorporate some security updates (supersedes #263).

@hrodmn hrodmn requested a review from gadomski May 27, 2026 20:20
@hrodmn hrodmn marked this pull request as ready for review May 27, 2026 20:21
@hrodmn hrodmn force-pushed the feat/upgrade-runtimes branch from 8cb94ed to 8585b0f Compare May 27, 2026 20:22
Copy link
Copy Markdown
Contributor

@gadomski gadomski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏼 to allowing mangum version to float. It does feel like we're duplicating a lot of kinda complex code — is there any path to DRY-ing it up?

Comment thread .github/workflows/deploy.yaml
Comment thread lib/ingestor-api/runtime/src/handler.py
@hrodmn
Copy link
Copy Markdown
Contributor Author

hrodmn commented May 28, 2026

👍🏼 to allowing mangum version to float. It does feel like we're duplicating a lot of kinda complex code — is there any path to DRY-ing it up?

We have a mechanism for doing that already in utils.py - I'll check to see if any of the common functions could just be defined there and imported in each handler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants