Skip to content

Commit

Permalink
fixing a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocacciola committed Jun 18, 2024
1 parent 3ed8628 commit 14cd7dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions fastapi_healthz/service/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from .abstract import HealthCheckAbstract
from .mongodb import HealthCheckMongoDb
from .rabbitmq import HealthCheckRabbitMQ
from .database import HealthCheckDatabase
from .redis import HealthCheckRedis
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fastapi-healthz"
version = "0.3.1"
version = "0.3.2"
description = "A module to have a FastAPI HealthCheck for database, RabbitMQ server, Redis, MongoDB or external URI to validate their healths."
authors = ["Matteo Cacciola <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 14cd7dc

Please sign in to comment.