alexschimpf / fastapi-versionizer

FastAPI Versionizer
MIT License
79 stars 13 forks source link

Add lifespan support #40

Closed aemr3 closed 11 months ago

aemr3 commented 11 months ago

Added support for lifespan functions. Previously it wasn’t working because we are removing default router from kwargs while cloning the app.

alexschimpf commented 11 months ago

@aemr3 Your commit messages fail the commitlint checks, but I'll just squash your commits into a properly formatted commit.

alexschimpf commented 11 months ago

:tada: This PR is included in version 2.1.3 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: