fastapi 0.140.3 breaking change (on private function) #1469
vincentsarago
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Some change on fastapi private openapi tools resulted in issue in titiler (change on function parameters)
If you're using titiler <2.2.1 (released on 29/07/2026), you'll need to pin fastapi to
fastapi>=0.136.1,<0.140.3"developmentseed/titiler-stacapi@0e75457
titiler-* 2.2.1 was released with this fix #1468
All reactions