Skip to content

Commit a13e399

Browse files
abrichrClaude
and
Claude
committed
Add joblib to OmniMCP dependencies
- Add joblib for caching functionality - Required by openadapt.cache module 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent f7876f5 commit a13e399

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

omnimcp/pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ dependencies = [
2727
"multiprocessing-utils>=0.1.0", # For process-local storage
2828
"numpy>=1.21.0", # For array operations
2929
"orjson>=3.8.0", # For fast JSON handling
30-
"dictalchemy>=0.1.2.7", # For SQLAlchemy dict utils
30+
"dictalchemy3>=1.0.0", # For SQLAlchemy dict utils
31+
"joblib>=1.2.0", # For caching
3132
]
3233

3334
[project.scripts]

0 commit comments

Comments
 (0)