StationA / gke-logging

Utilities for interacting with logging facilities in GKE workloads
MIT License
1 stars 0 forks source link

Consider dropping starlette for ASGI typing #2

Open jerluc opened 2 years ago

jerluc commented 2 years ago

Currently, we rely on the starlette module solely for the purposes of:

While this is certainly handy, we definitely don't need to depend on an entire server library just to do this work.

Are there any type/data-only packages that can do this without also including an entire server/framework?

jerluc commented 1 year ago

Also relevant: both #3 and #4 (which were security-related patches) could likely be avoided by moving away from starlette.