upgrade dopt-basics package

This commit is contained in:
2026-05-21 13:11:09 +02:00
parent 6c3bd72b0c
commit d2000dc040
2 changed files with 5 additions and 5 deletions

8
pdm.lock generated
View File

@@ -5,7 +5,7 @@
groups = ["default", "dev", "lint", "nb", "tests"]
strategy = ["inherit_metadata"]
lock_version = "4.5.0"
content_hash = "sha256:611d8f56a617297efdc1daedd4a2cd7c21e58bc0a57288a8f230db9015a6adef"
content_hash = "sha256:b66d3ee47e9636e1e92ea7537bb7d2795d91d77c2d80303a61b8da2fe0315570"
[[metadata.targets]]
requires_python = ">=3.11,<3.14"
@@ -975,7 +975,7 @@ files = [
[[package]]
name = "dopt-basics"
version = "0.2.4"
version = "0.2.5"
requires_python = ">=3.11"
summary = "basic cross-project tools for Python-based d-opt projects"
groups = ["default"]
@@ -983,8 +983,8 @@ dependencies = [
"tzdata>=2025.1",
]
files = [
{file = "dopt_basics-0.2.4-py3-none-any.whl", hash = "sha256:b7d05b80dde1f856b352580aeac500fc7505e4513ed162791d8735cdc182ebc1"},
{file = "dopt_basics-0.2.4.tar.gz", hash = "sha256:c21fbe183bec5eab4cfd1404e10baca670035801596960822d0019e6e885983f"},
{file = "dopt_basics-0.2.5-py3-none-any.whl", hash = "sha256:e5a920054463af782ff05526d2ae726d2d3533d7a6419a0f1edeee43b0118ca5"},
{file = "dopt_basics-0.2.5.tar.gz", hash = "sha256:3f26a1c2d9557c41ec9b6452ee0e2cfd256e64160386708a2f69b2e36b403ad3"},
]
[[package]]

View File

@@ -5,7 +5,7 @@ description = "GUI for CRM of NAFKA project with WCE"
authors = [
{name = "d-opt GmbH, resp. Florian Förster", email = "f.foerster@d-opt.com"},
]
dependencies = ["nicegui>=3.10.0", "pyside6>=6.11.0", "sqlalchemy>=2.0.49", "polars>=1.40.1", "dopt-basics>=0.2.4", "pydantic[email]>=2.13.4", "babel>=2.18.0"]
dependencies = ["nicegui>=3.10.0", "pyside6>=6.11.0", "sqlalchemy>=2.0.49", "polars>=1.40.1", "dopt-basics>=0.2.5", "pydantic[email]>=2.13.4", "babel>=2.18.0"]
requires-python = "<3.14,>=3.11"
readme = "README.md"
license = {text = "LicenseRef-Proprietary"}