Skip to content

feat: upgrade API runtime dependencies#262

Merged
hrodmn merged 15 commits into
mainfrom
feat/upgrade-runtimes
May 28, 2026
Merged

feat: upgrade API runtime dependencies#262
hrodmn merged 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.

@hrodmn hrodmn merged commit 0d1ab80 into main May 28, 2026
7 checks passed
@hrodmn hrodmn deleted the feat/upgrade-runtimes branch May 28, 2026 15:50
github-actions Bot pushed a commit that referenced this pull request May 28, 2026
# [11.6.0](v11.5.0...v11.6.0) (2026-05-28)

### Features

* upgrade API runtime dependencies ([#262](#262)) ([0d1ab80](0d1ab80))
@ds-release-bot
Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 11.6.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants