From b0831c9db3c81340fada4e41780d175496603b65 Mon Sep 17 00:00:00 2001 From: "lukasz.debek" Date: Wed, 20 Mar 2024 16:56:52 +0100 Subject: [PATCH] Updated required threedi-schema version to 0.219.* --- CHANGES.rst | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index a9ef6ce..2daa2b8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,6 +6,7 @@ Changelog of hydxlib - Build the release with the build package instead of setuptools. - Rewrite release workflow to use a supported github action for github release. +- Updated required threedi-schema version to 0.219.* 1.5.1 (2023-05-17) diff --git a/setup.py b/setup.py index 51e6f8a..46a2082 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ def get_version(): install_requires = [ "sqlalchemy", - "threedi-schema==0.217.*", + "threedi-schema==0.219.*", "pyproj>=3", ]