File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 88from microbootstrap import (
99 CorsConfig ,
1010 FastApiPrometheusConfig ,
11+ HealthChecksConfig ,
1112 LitestarPrometheusConfig ,
1213 LoggingConfig ,
1314 OpentelemetryConfig ,
@@ -58,6 +59,7 @@ class LitestarSettings(
5859 LitestarPrometheusConfig ,
5960 SwaggerConfig ,
6061 CorsConfig ,
62+ HealthChecksConfig ,
6163 BaseServiceSettings ,
6264):
6365 """Settings for a litestar botstrap."""
@@ -70,6 +72,7 @@ class FastApiSettings(
7072 FastApiPrometheusConfig ,
7173 SwaggerConfig ,
7274 CorsConfig ,
75+ HealthChecksConfig ,
7376 BaseServiceSettings ,
7477):
7578 """Settings for a fastapi botstrap."""
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ classifiers = [
2626 " Programming Language :: Python :: 3.11" ,
2727 " Programming Language :: Python :: 3.12" ,
2828]
29- version = " 0.5.1 "
29+ version = " 0.5.2 "
3030description = " Package for bootstrapping new micro-services"
3131authors = [" community-of-python" ]
3232readme = " README.md"
You can’t perform that action at this time.
0 commit comments