Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/nvisy-ner/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies = [
"gliner2>=1.3.2,<2",
# 5.3.0 floor pulls in a CVE-free transformers (CVE-2026-4372 fixed
# upstream); gliner2 accepts anything >=5.
"transformers>=5.13.0",
"transformers>=5.13.1",
"nvisy-core",
"prometheus-client>=0.20",
]
Expand Down
6 changes: 3 additions & 3 deletions packages/nvisy-ner/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -735,9 +735,9 @@ tqdm==4.67.3 \
# huggingface-hub
# peft
# transformers
transformers==5.13.0 \
--hash=sha256:8adbc1d20bd5463cd6876b2eb7cb31971e1065788e7dc6bc12bab597a7c504b7 \
--hash=sha256:940c1428e42a4238f9ccf0cd41e63c590701aa63c19fd2ce3d7d602222d68495
transformers==5.13.1 \
--hash=sha256:1e2452d6778a7482158df5d5dacf6bf775d5b2fdcfce33caaf7f6b0e5f3e3397 \
--hash=sha256:53f0ea8aa397e29244c2377ba981bcaf0c87adcf44fbdd447ef6306522afcacd
# via
# nvisy-ner
# peft
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ constraint-dependencies = [
dev = [
"httpx>=0.27",
"pytest>=9.1.1",
"ruff>=0.15.20",
"ruff>=0.15.21",
]

[tool.ruff]
Expand Down
52 changes: 26 additions & 26 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading