diff --git a/setup.cfg b/setup.cfg index 7d9b26c..2690d45 100644 --- a/setup.cfg +++ b/setup.cfg @@ -54,7 +54,7 @@ install_requires = pydantic >= 2.0, < 3.0.0 pandas >= 1.4.4, < 3.0.0 pyodbc < 6.0.0 - pyPrediktorUtilities == 0.4.3 + pyPrediktorUtilities == 0.4.4 [options.packages.find] where = src @@ -72,7 +72,7 @@ testing = pytest < 9.0.0 pytest-cov < 6.0.0 nest_asyncio < 2.0.0 - pyPrediktorUtilities == 0.4.3 + pyPrediktorUtilities == 0.4.4 pyodbc < 6.0.0 [options.entry_points]