feat: update notification (#1166)

* feat: update notification

* fix: missing dependency

* fix: replace custom parsing with semver dependency

* fix: link directly to latest release
This commit is contained in:
Jann Stute
2025-12-15 19:00:46 +01:00
committed by GitHub
parent 04744b224c
commit f3bcb7c5c6
7 changed files with 113 additions and 7 deletions

View File

@@ -33,6 +33,8 @@ dependencies = [
"typing_extensions~=4.13",
"ujson~=5.10",
"wcmatch==10.*",
"requests~=2.31.0",
"semver~=3.0.4",
]
[project.optional-dependencies]