From de544c94e1e6695f9cdeefc1ca2a94489aca9d4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 23:06:22 +0000 Subject: [PATCH] build(deps): update meilisearch requirement from >=0.31.0 to >=0.41.0 Updates the requirements on [meilisearch](https://github.com/meilisearch/meilisearch-python) to permit the latest version. - [Release notes](https://github.com/meilisearch/meilisearch-python/releases) - [Commits](https://github.com/meilisearch/meilisearch-python/compare/v0.31.0...v0.41.0) --- updated-dependencies: - dependency-name: meilisearch dependency-version: 0.41.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 156893da..64ea13da 100644 --- a/requirements.txt +++ b/requirements.txt @@ -54,7 +54,7 @@ litellm>=1.0.0,<2.0.0 pytesseract>=0.3.10 # Python wrapper for Tesseract OCR pdf2image>=1.17.0 # Convert PDF pages to images (used by Tesseract and EasyOCR providers) ocrmypdf>=16.0.0,<18.0.0 # Post-processing: embeds searchable text layers into PDFs via Tesseract -meilisearch>=0.31.0 # Full-text search engine client +meilisearch>=0.41.0 # Full-text search engine client stripe>=7.0.0,<16.0.0 # Stripe billing SDK (MIT license) # Error and performance monitoring