Skip to content

Commit 07a2da9

Browse files
authored
Release v1.6.0 (#594)
* Use dapla-toolbelt-metadata v0.14.0 * Release v1.6.0 * Don't use Dash v4+ due to visual changes
1 parent b760c10 commit 07a2da9

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ssb-datadoc"
3-
version = "1.5.1"
3+
version = "1.6.0"
44
description = "Document dataset metadata. For use in Statistics Norway's metadata system."
55
readme = "README.md"
66
requires-python = ">=3.12"
@@ -9,8 +9,8 @@ authors = [{ name = "Statistics Norway", email = "metadata@ssb.no" }]
99
classifiers = ["Development Status :: 4 - Beta", "Framework :: Dash", "Typing :: Typed"]
1010
dependencies = [
1111
"arrow>=1.3.0",
12-
"dapla-toolbelt-metadata>=0.14.0rc1",
13-
"dash>=2.15.0",
12+
"dapla-toolbelt-metadata>=0.14.0",
13+
"dash<4",
1414
"dash-bootstrap-components>=1.1.0",
1515
"flask-healthz>=0.0.3",
1616
"gunicorn>=23.0.0",

uv.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)