diff --git a/CHANGELOG.md b/CHANGELOG.md index d5e909503..7b39f3fbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All **notable** changes to this project are documented here. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +## [0.7.6] + +### Fixed + +- Fixed dependencies of ``spinedb_api``. + + ## [0.7.5] ### Changed diff --git a/pyproject.toml b/pyproject.toml index b1c7d0ab8..795529b95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "pyside6 >= 6.5.0, != 6.5.3, < 6.6", "jupyter-client >=6.0", "qtconsole >=5.1", - "spinedb_api ==0.30.5", + "spinedb_api ==0.30.6", "spine_engine ==0.23.4", "numpy >=1.20.2", "matplotlib >= 3.5",