You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The function "VersionedFastAPI" is receiving the "kwargs", but this is not passed to the constructor of each API Version in the "version_route_mapping" loop. This does not allow that the apps' versions have the same properties that the parent app.
Steps to reproduce the fix:
Go to the function versioning.VersionedFastAPI, and add the kwargs in the FastAPI constructor.
The text was updated successfully, but these errors were encountered:
Describe the bug
The function "VersionedFastAPI" is receiving the "kwargs", but this is not passed to the constructor of each API Version in the "version_route_mapping" loop. This does not allow that the apps' versions have the same properties that the parent app.
Steps to reproduce the fix:
The text was updated successfully, but these errors were encountered: