From 44e3b7b493145ceb255ec644149dd445a29cd1a7 Mon Sep 17 00:00:00 2001 From: Julian Libiseller-Egger Date: Thu, 15 Feb 2024 12:11:35 +0000 Subject: [PATCH] template updates --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2ca2e89..2f0bb9f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: always_run: true pass_filenames: false additional_dependencies: - - epi2melabs>=0.0.51 + - epi2melabs>=0.0.52 - id: build_models name: build_models entry: datamodel-codegen --strict-nullable --base-class workflow_glue.results_schema_helpers.BaseModel --use-schema-description --disable-timestamp --input results_schema.yml --input-file-type openapi --output bin/workflow_glue/results_schema.py