Skip to content

fix(soil): install [geo] extras in API Dockerfile#12

Merged
k8-benetis merged 1 commit into
masterfrom
fix/orion-httpx
May 26, 2026
Merged

fix(soil): install [geo] extras in API Dockerfile#12
k8-benetis merged 1 commit into
masterfrom
fix/orion-httpx

Conversation

@k8-benetis
Copy link
Copy Markdown
Contributor

The API Dockerfile ran pip install -e "." (core deps only), but tenant_quota imports pyproj which is in the [geo] optional dependency group. Changed to pip install -e ".[geo]" — matching Dockerfile.worker which already had this.

@k8-benetis k8-benetis merged commit b792afa into master May 26, 2026
6 checks passed
@k8-benetis k8-benetis deleted the fix/orion-httpx branch May 26, 2026 08:29
@basabot basabot restored the fix/orion-httpx branch May 29, 2026 11:39
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.

1 participant