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
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ dev = [
codemem = "codemem.cli:main"
codemem-mcp = "codemem.mcp_server:run"

[tool.uv]
# Override fastembed's pillow<12.0 cap to resolve CVE-2026-25990 (GHSA-cfh3-3jmp-rvhc).
# fastembed main has uncapped pillow (PR #611) but no release yet.
# Remove this override once fastembed >= 0.7.5 ships with the relaxed constraint.
override-dependencies = ["pillow>=12.1.1"]
Comment thread
kunickiaj marked this conversation as resolved.

[tool.pytest.ini_options]
addopts = "-q"

Expand Down
Loading
Loading