fix: Pinning of higher version of dependencies to fix potential security issues (#363)

Signed-off-by: Viktor Kuropiatnyk <vku@zurich.ibm.com>
This commit is contained in:
Viktor Kuropiatnyk
2025-09-18 08:57:41 +02:00
committed by GitHub
parent 6b6dd8a0d0
commit ba61af2359
2 changed files with 573 additions and 386 deletions

View File

@@ -50,7 +50,7 @@ dependencies = [
[project.optional-dependencies]
ui = [
"gradio~=5.23.2",
"gradio>=5.23.2,<6.0.0",
]
tesserocr = [
"tesserocr~=2.7"
@@ -123,7 +123,8 @@ conflicts = [
]
environments = ["sys_platform != 'darwin' or platform_machine != 'x86_64'"]
override-dependencies = [
"urllib3~=2.0"
"urllib3~=2.0",
"xgrammar>=0.1.24"
]
[tool.uv.sources]

954
uv.lock generated

File diff suppressed because one or more lines are too long