Skip to content

Commit 7fa4483

Browse files
abrichrClaude
and
Claude
committed
Add dictalchemy to OmniMCP dependencies
- Add dictalchemy for SQLAlchemy dict utilities - Required for openadapt.db module 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent b30c6a7 commit 7fa4483

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

omnimcp/pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ 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
3031
]
3132

3233
[project.scripts]

0 commit comments

Comments
 (0)