Skip to content

Commit 77b04c2

Browse files
abrichrClaude
and
Claude
committed
Add orjson to OmniMCP dependencies
- Add orjson as a dependency for fast JSON handling - Required by utils.py 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 99eed07 commit 77b04c2

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
@@ -26,6 +26,7 @@ dependencies = [
2626
"posthog>=2.0.0", # For analytics
2727
"multiprocessing-utils>=0.1.0", # For process-local storage
2828
"numpy>=1.21.0", # For array operations
29+
"orjson>=3.8.0", # For fast JSON handling
2930
]
3031

3132
[project.scripts]

0 commit comments

Comments
 (0)