diff --git a/requirements-optional.txt b/requirements-optional.txt index d2117432f..e8faa9b52 100644 --- a/requirements-optional.txt +++ b/requirements-optional.txt @@ -43,4 +43,4 @@ PyMuPDF # magika (onnxruntime), already a core dep via fastembed. We avoid the # [all]/Azure/audio extras (cloud + heavy). Pinned to a release >30 days old per # the dependency-age discussion in issue #485. -markitdown[docx,pptx,xlsx,xls]==0.1.6 +markitdown[docx,pptx,xlsx,xls]==0.1.7 diff --git a/requirements.txt b/requirements.txt index 1f5f2ca16..a01fb87cb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,9 +3,9 @@ uvicorn python-multipart python-dotenv httpx -httpcore>=1.0,<2.0 -pydantic>=2.13.4 -pydantic-settings>=2.14.1 +httpcore>=1.0.9,<2.0 +pydantic>=2.13.5 +pydantic-settings>=2.15.0 SQLAlchemy pypdf beautifulsoup4 @@ -41,7 +41,7 @@ bcrypt # Built-in servers use the v1 low-level Server decorator API. MCP SDK v2 is a # breaking rewrite, so keep fresh installs on the maintained v1 line until the # servers are migrated together. -mcp<2 +mcp<3 pyotp qrcode[pil] croniter