From 1fdc5c2940ecb3d6e59097d436ed5733f9f7ca7d Mon Sep 17 00:00:00 2001 From: Benjamin Wingfield Date: Tue, 29 Oct 2024 11:12:31 +0000 Subject: [PATCH] utils: fix pgscatalog.core minimum version --- pgscatalog.utils/poetry.lock | 2 +- pgscatalog.utils/pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pgscatalog.utils/poetry.lock b/pgscatalog.utils/poetry.lock index 88985a6..8483b08 100644 --- a/pgscatalog.utils/poetry.lock +++ b/pgscatalog.utils/poetry.lock @@ -1073,4 +1073,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = ">=3.10" -content-hash = "3f04590e1d0a2ba975f0e813a5c33b419d234eb58f04b9cb963975a6ce52a6e7" +content-hash = "d576ddf9db123245cc1d8102f495d61fdd5ced6d7212a41b729711f002a5968b" diff --git a/pgscatalog.utils/pyproject.toml b/pgscatalog.utils/pyproject.toml index bf76784..a08205e 100644 --- a/pgscatalog.utils/pyproject.toml +++ b/pgscatalog.utils/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pgscatalog-utils" -version = "1.4.3" +version = "1.4.4" description = "Utilities for working with PGS Catalog API and scoring files" authors = ["Benjamin Wingfield ", "Samuel Lambert ", "Laurent Gil "] license = "Apache-2.0" @@ -13,7 +13,7 @@ packages = [ python = ">=3.10" "pgscatalog.calc" = "^0.3.0" "pgscatalog.match" = "^0.3.3" -pgscatalog-core = "^0.3.2" +pgscatalog-core = "^0.3.3" [build-system] requires = ["poetry-core"]