Skip to content
Open
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
2 changes: 1 addition & 1 deletion packages/mewbo_core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies = [
# on any client-only install. Took down every tool-bearing call on the
# deployed API (2026-07-14). Lift when upstream stops importing proxy
# modules from the client path.
"litellm>=1.81.0,<1.92",
"litellm>=1.81.0,<1.94",
"loguru>=0.7.2,<1.0.0",
"markitdown[pdf,docx,xlsx,pptx,outlook]>=0.1.3,<1.0.0",
"pydantic>=2.7.0,<3.0.0",
Expand Down
Loading