Skip to content

Commit b30c6a7

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 b30c6a7

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
@@ -10,7 +10,7 @@ readme = "README.md"
1010
requires-python = ">=3.10,<3.12"
1111
license = {text = "MIT"}
1212
authors = [
13-
{name = "OpenAdapt Team"}
13+
{name = "Richard Abrich", email = "richard@openadapt.ai"}
1414
]
1515

1616
dependencies = [
@@ -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)