fix: Weak JWT Validation

This commit is contained in:
2026-06-29 16:47:40 +02:00
parent c0bfa85688
commit 9e5db51972
3 changed files with 103 additions and 32 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "myice"
version = "v0.6.0"
version = "v0.6.1"
description = "myice parsing"
authors = [
{ name = "Rene Luria", "email" = "<rene@luria.ch>"},
@@ -15,6 +15,7 @@ dependencies = [
"pypdf (>=6.0.0)",
"rl-ai-tools >=1.9.0",
"fastapi[standard] (>=0.115.11)",
"pyjwt[crypto] (>=2.10.1)",
]
[tool.poetry.dependencies]