Skip to content

Upgrade FastAPI to 0.137.x #107

Description

@markhobson

We're currently using FastAPI 0.136.x and should upgrade to 0.137.x.

This currently breaks our path_parameter_for function due to routes now being stored as a tree rather than a flattened list. We use subrouters in order to apply different authentication to the API endpoints and the docs, so we need to support this structure when finding a matching route.

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions