diff --git a/containers/ingestion/app/base_service.py b/containers/ingestion/app/base_service.py index d55f421f7c..43c67fb779 100644 --- a/containers/ingestion/app/base_service.py +++ b/containers/ingestion/app/base_service.py @@ -68,7 +68,7 @@ def __init__( self.include_health_check_endpoint = include_health_check_endpoint self.app = FastAPI( title=service_name, - version="1.7.5", + version="1.7.6", contact=DIBBS_CONTACT, license_info=LICENSES[license_info], description=description, diff --git a/containers/message-parser/app/base_service.py b/containers/message-parser/app/base_service.py index d55f421f7c..43c67fb779 100644 --- a/containers/message-parser/app/base_service.py +++ b/containers/message-parser/app/base_service.py @@ -68,7 +68,7 @@ def __init__( self.include_health_check_endpoint = include_health_check_endpoint self.app = FastAPI( title=service_name, - version="1.7.5", + version="1.7.6", contact=DIBBS_CONTACT, license_info=LICENSES[license_info], description=description, diff --git a/containers/message-refiner/app/base_service.py b/containers/message-refiner/app/base_service.py index d55f421f7c..43c67fb779 100644 --- a/containers/message-refiner/app/base_service.py +++ b/containers/message-refiner/app/base_service.py @@ -68,7 +68,7 @@ def __init__( self.include_health_check_endpoint = include_health_check_endpoint self.app = FastAPI( title=service_name, - version="1.7.5", + version="1.7.6", contact=DIBBS_CONTACT, license_info=LICENSES[license_info], description=description, diff --git a/containers/orchestration/app/base_service.py b/containers/orchestration/app/base_service.py index d55f421f7c..43c67fb779 100644 --- a/containers/orchestration/app/base_service.py +++ b/containers/orchestration/app/base_service.py @@ -68,7 +68,7 @@ def __init__( self.include_health_check_endpoint = include_health_check_endpoint self.app = FastAPI( title=service_name, - version="1.7.5", + version="1.7.6", contact=DIBBS_CONTACT, license_info=LICENSES[license_info], description=description, diff --git a/containers/record-linkage/app/base_service.py b/containers/record-linkage/app/base_service.py index d55f421f7c..43c67fb779 100644 --- a/containers/record-linkage/app/base_service.py +++ b/containers/record-linkage/app/base_service.py @@ -68,7 +68,7 @@ def __init__( self.include_health_check_endpoint = include_health_check_endpoint self.app = FastAPI( title=service_name, - version="1.7.5", + version="1.7.6", contact=DIBBS_CONTACT, license_info=LICENSES[license_info], description=description, diff --git a/containers/trigger-code-reference/app/base_service.py b/containers/trigger-code-reference/app/base_service.py index d55f421f7c..43c67fb779 100644 --- a/containers/trigger-code-reference/app/base_service.py +++ b/containers/trigger-code-reference/app/base_service.py @@ -68,7 +68,7 @@ def __init__( self.include_health_check_endpoint = include_health_check_endpoint self.app = FastAPI( title=service_name, - version="1.7.5", + version="1.7.6", contact=DIBBS_CONTACT, license_info=LICENSES[license_info], description=description, diff --git a/containers/validation/app/base_service.py b/containers/validation/app/base_service.py index d55f421f7c..43c67fb779 100644 --- a/containers/validation/app/base_service.py +++ b/containers/validation/app/base_service.py @@ -68,7 +68,7 @@ def __init__( self.include_health_check_endpoint = include_health_check_endpoint self.app = FastAPI( title=service_name, - version="1.7.5", + version="1.7.6", contact=DIBBS_CONTACT, license_info=LICENSES[license_info], description=description, diff --git a/phdi/__init__.py b/phdi/__init__.py index b8ebaa6a78..462db0144a 100644 --- a/phdi/__init__.py +++ b/phdi/__init__.py @@ -1 +1 @@ -__version__ = "1.7.5" +__version__ = "1.7.6" diff --git a/phdi/containers/base_service.py b/phdi/containers/base_service.py index d29dbdb897..d7ec35e882 100644 --- a/phdi/containers/base_service.py +++ b/phdi/containers/base_service.py @@ -59,7 +59,7 @@ def __init__( self.include_health_check_endpoint = include_health_check_endpoint self.app = FastAPI( title=service_name, - version="1.7.5", + version="1.7.6", contact=DIBBS_CONTACT, license_info=LICENSES[license_info], description=description, diff --git a/poetry.lock b/poetry.lock index b3712c8710..2e54c2999d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "antlr4-python3-runtime" @@ -1608,23 +1608,20 @@ test = ["hypothesis (>=5.5.3)", "pytest (>=6.0)", "pytest-xdist (>=1.31)"] [[package]] name = "pdoc" -version = "14.5.1" +version = "15.0.0" description = "API Documentation for Python Projects" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "pdoc-14.5.1-py3-none-any.whl", hash = "sha256:fda6365a06e438b43ca72235b58a2e2ecd66445fcc444313f6ebbde4b0abd94b"}, - {file = "pdoc-14.5.1.tar.gz", hash = "sha256:4ddd9c5123a79f511cedffd7231bf91a6e0bd0968610f768342ec5d00b5eefee"}, + {file = "pdoc-15.0.0-py3-none-any.whl", hash = "sha256:151b0187a25eaf827099e981d6dbe3a4f68aeb18d0d637c24edcab788d5540f1"}, + {file = "pdoc-15.0.0.tar.gz", hash = "sha256:b761220d3ba129cd87e6da1bb7b62c8e799973ab9c595de7ba1a514850d86da5"}, ] [package.dependencies] Jinja2 = ">=2.11.0" -MarkupSafe = "*" +MarkupSafe = ">=1.1.1" pygments = ">=2.12.0" -[package.extras] -dev = ["hypothesis", "mypy", "pdoc-pyo3-sample-library (==1.0.11)", "pygments (>=2.14.0)", "pytest", "pytest-cov", "pytest-timeout", "ruff", "tox", "types-pygments"] - [[package]] name = "phonenumbers" version = "8.13.33" @@ -2686,4 +2683,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "fb89c2ab2c421d35cdc6d3f54556be2b6727461bcde54b982a38363d1eea3109" +content-hash = "65d51db0f6ae4a49849d68faad34c45c94eff4fde277d7ac4f1ca649ad16f0d3" diff --git a/pyproject.toml b/pyproject.toml index c9172158ca..2ad11cd3e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "phdi" -version = "v1.7.5" +version = "v1.7.6" description = "Public health data infrastructure Building Blocks is a library to help public health departments work with their data" authors = [ "Kenneth Chow ", @@ -56,7 +56,7 @@ faker = "^18.4.0" pillow = "^10.3.0" [tool.poetry.dev-dependencies] -pdoc = "^14.5.1" +pdoc = "^15.0.0" pytest = "^7.1.0" pytest-cov = "^3.0.0" toml = "^0.10.2"