From 7e246ac04bfea854958f46ecc7d6ae9c2a9afe81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 13:08:49 +0000 Subject: [PATCH] build(deps): bump the python-dependencies group across 1 directory with 34 updates Updates the requirements on [crawl4ai](https://github.com/unclecode/crawl4ai), [faiss-cpu](https://github.com/facebookresearch/faiss), [google-genai](https://github.com/googleapis/python-genai), [litellm](https://github.com/BerriAI/litellm), [openai](https://github.com/openai/openai-python), [pinecone](https://github.com/pinecone-io/python-sdk), [playwright](https://github.com/microsoft/playwright-python), [pypdf](https://github.com/py-pdf/pypdf), [redis](https://github.com/redis/redis-py), [psycopg2-binary](https://github.com/psycopg/psycopg2), [requests](https://github.com/psf/requests), [faker](https://github.com/joke2k/faker), [fastapi](https://github.com/fastapi/fastapi), [uvicorn](https://github.com/Kludex/uvicorn), [pymupdf](https://github.com/pymupdf/pymupdf), [pymupdf4llm](https://github.com/pymupdf/pymupdf4llm), [prometheus-client](https://github.com/prometheus/client_python), [python-multipart](https://github.com/Kludex/python-multipart), [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy), [alembic](https://github.com/sqlalchemy/alembic), [httpx-oauth](https://github.com/frankie567/httpx-oauth), [arq](https://github.com/python-arq/arq), [greenlet](https://github.com/python-greenlet/greenlet), [aiosqlite](https://github.com/omnilib/aiosqlite), [pytest](https://github.com/pytest-dev/pytest), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio), [opentelemetry-api](https://github.com/open-telemetry/opentelemetry-python), [opentelemetry-sdk](https://github.com/open-telemetry/opentelemetry-python), [opentelemetry-exporter-otlp-proto-http](https://github.com/open-telemetry/opentelemetry-python), [opentelemetry-instrumentation-fastapi](https://github.com/open-telemetry/opentelemetry-python-contrib), [opentelemetry-instrumentation-redis](https://github.com/open-telemetry/opentelemetry-python-contrib), [opentelemetry-instrumentation-sqlalchemy](https://github.com/open-telemetry/opentelemetry-python-contrib), [opentelemetry-instrumentation-httpx](https://github.com/open-telemetry/opentelemetry-python-contrib) and [pgvector](https://github.com/pgvector/pgvector-python) to permit the latest version. Updates `crawl4ai` to 0.9.2 - [Release notes](https://github.com/unclecode/crawl4ai/releases) - [Changelog](https://github.com/unclecode/crawl4ai/blob/main/CHANGELOG.md) - [Commits](https://github.com/unclecode/crawl4ai/compare/v0.7.0...v0.9.2) Updates `faiss-cpu` to 1.14.3 - [Release notes](https://github.com/facebookresearch/faiss/releases) - [Changelog](https://github.com/facebookresearch/faiss/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebookresearch/faiss/compare/v1.13.2...v1.14.3) Updates `google-genai` to 2.12.1 - [Release notes](https://github.com/googleapis/python-genai/releases) - [Changelog](https://github.com/googleapis/python-genai/blob/v2.12.1/CHANGELOG.md) - [Commits](https://github.com/googleapis/python-genai/compare/v1.66.0...v2.12.1) Updates `litellm` from 1.83.1 to 1.92.0 - [Release notes](https://github.com/BerriAI/litellm/releases) - [Commits](https://github.com/BerriAI/litellm/commits/v1.92.0) Updates `openai` to 2.46.0 - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/openai-python/compare/v2.28.0...v2.46.0) Updates `pinecone` to 9.1.0 - [Release notes](https://github.com/pinecone-io/python-sdk/releases) - [Commits](https://github.com/pinecone-io/python-sdk/compare/v8.1.0...v9.1.0) Updates `playwright` to 1.61.0 - [Release notes](https://github.com/microsoft/playwright-python/releases) - [Commits](https://github.com/microsoft/playwright-python/compare/v1.58.0...v1.61.0) Updates `pypdf` to 6.14.2 - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](https://github.com/py-pdf/pypdf/compare/6.9.0...6.14.2) Updates `redis` to 8.0.1 - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/v7.3.0...v8.0.1) Updates `psycopg2-binary` to 2.9.12 - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.10...2.9.12) Updates `requests` to 2.34.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.5...v2.34.2) Updates `faker` to 40.31.0 - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) - [Commits](https://github.com/joke2k/faker/compare/v40.11.0...v40.31.0) Updates `fastapi` to 0.139.2 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.0...0.139.2) Updates `uvicorn` to 0.51.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.34.0...0.51.0) Updates `pymupdf` to 1.28.0 - [Release notes](https://github.com/pymupdf/pymupdf/releases) - [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt) - [Commits](https://github.com/pymupdf/pymupdf/compare/1.27.2.2...1.28.0) Updates `pymupdf4llm` to 1.28.0 - [Release notes](https://github.com/pymupdf/pymupdf4llm/releases) - [Changelog](https://github.com/pymupdf/pymupdf4llm/blob/main/CHANGES.md) - [Commits](https://github.com/pymupdf/pymupdf4llm/compare/1.27.2.2...1.28.0) Updates `prometheus-client` to 0.25.0 - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](https://github.com/prometheus/client_python/compare/v0.23.1...v0.25.0) Updates `python-multipart` to 0.0.32 - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/main/CHANGELOG.md) - [Commits](https://github.com/Kludex/python-multipart/compare/0.0.22...0.0.32) Updates `sqlalchemy` to 2.0.51 - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) Updates `alembic` to 1.18.5 - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) Updates `httpx-oauth` to 0.17.0 - [Release notes](https://github.com/frankie567/httpx-oauth/releases) - [Commits](https://github.com/frankie567/httpx-oauth/compare/v0.16.1...v0.17.0) Updates `arq` to 0.28.0 - [Release notes](https://github.com/python-arq/arq/releases) - [Changelog](https://github.com/python-arq/arq/blob/main/HISTORY.rst) - [Commits](https://github.com/python-arq/arq/compare/v0.25.0...v0.28.0) Updates `greenlet` to 3.5.3 - [Changelog](https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst) - [Commits](https://github.com/python-greenlet/greenlet/compare/3.3.2...3.5.3) Updates `aiosqlite` to 0.22.1 - [Changelog](https://github.com/omnilib/aiosqlite/blob/main/CHANGELOG.md) - [Commits](https://github.com/omnilib/aiosqlite/compare/v0.21.0...v0.22.1) Updates `pytest` to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.4.2...9.1.1) Updates `pytest-asyncio` to 1.4.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v1.2.0...v1.4.0) Updates `opentelemetry-api` to 1.44.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-python/compare/v1.20.0...v1.44.0) Updates `opentelemetry-sdk` to 1.44.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-python/compare/v1.20.0...v1.44.0) Updates `opentelemetry-exporter-otlp-proto-http` to 1.44.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-python/compare/v1.20.0...v1.44.0) Updates `opentelemetry-instrumentation-fastapi` to 0.65b0 - [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits) Updates `opentelemetry-instrumentation-redis` to 0.65b0 - [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits) Updates `opentelemetry-instrumentation-sqlalchemy` to 0.65b0 - [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits) Updates `opentelemetry-instrumentation-httpx` to 0.65b0 - [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits) Updates `pgvector` to 0.5.0 - [Changelog](https://github.com/pgvector/pgvector-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/pgvector/pgvector-python/compare/v0.3.6...v0.5.0) --- updated-dependencies: - dependency-name: aiosqlite dependency-version: 0.22.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: alembic dependency-version: 1.18.5 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: arq dependency-version: 0.28.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: crawl4ai dependency-version: 0.9.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: faiss-cpu dependency-version: 1.14.3 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: faker dependency-version: 40.23.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: fastapi dependency-version: 0.138.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: google-genai dependency-version: 2.10.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: greenlet dependency-version: 3.5.2 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: httpx-oauth dependency-version: 0.17.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: litellm dependency-version: 1.89.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: openai dependency-version: 2.44.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: opentelemetry-api dependency-version: 1.43.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: opentelemetry-exporter-otlp-proto-http dependency-version: 1.43.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: opentelemetry-instrumentation-fastapi dependency-version: 0.64b0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: opentelemetry-instrumentation-httpx dependency-version: 0.64b0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: opentelemetry-instrumentation-redis dependency-version: 0.64b0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: opentelemetry-instrumentation-sqlalchemy dependency-version: 0.64b0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: opentelemetry-sdk dependency-version: 1.43.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pgvector dependency-version: 0.4.2 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pinecone dependency-version: 9.1.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: playwright dependency-version: 1.60.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: prometheus-client dependency-version: 0.25.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: psycopg2-binary dependency-version: 2.9.12 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pymupdf dependency-version: 1.27.2.3 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pymupdf4llm dependency-version: 1.27.2.3 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pypdf dependency-version: 6.14.2 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: python-multipart dependency-version: 0.0.32 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: redis dependency-version: 8.0.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: sqlalchemy dependency-version: 2.0.51 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: uvicorn dependency-version: 0.49.0 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 68 +++++++++++++++++++++++++------------------------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 945f064..c41e812 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,44 +4,44 @@ version = "0.1.0" description = "Add your description here" requires-python = ">=3.12" dependencies = [ - "crawl4ai>=0.7.0", + "crawl4ai>=0.9.2", "dotenv>=0.9.9", - "faiss-cpu>=1.13.2", - "google-genai>=1.66.0", - "litellm==1.83.1", - "openai>=2.28.0", - "pinecone>=8.1.0", - "playwright>=1.58.0", - "pypdf>=6.9.0", - "redis[search]>=7.3.0", - "psycopg2-binary>=2.9.10", - "requests>=2.32.5", - "faker>=40.11.0", - "fastapi>=0.115.0", - "uvicorn>=0.34.0", - "pymupdf>=1.27.2.2", - "pymupdf4llm>=1.27.2.2", - "prometheus-client>=0.23.1", + "faiss-cpu>=1.14.3", + "google-genai>=2.12.1", + "litellm==1.92.0", + "openai>=2.46.0", + "pinecone>=9.1.0", + "playwright>=1.61.0", + "pypdf>=6.14.2", + "redis[search]>=8.0.1", + "psycopg2-binary>=2.9.12", + "requests>=2.34.2", + "faker>=40.31.0", + "fastapi>=0.139.2", + "uvicorn>=0.51.0", + "pymupdf>=1.28.0", + "pymupdf4llm>=1.28.0", + "prometheus-client>=0.25.0", "python-docx>=1.2.0", "pinecone-text>=0.11.0", - "python-multipart>=0.0.22", + "python-multipart>=0.0.32", "minio>=7.2.20", - "sqlalchemy>=2.0.48", + "sqlalchemy>=2.0.51", "asyncpg>=0.31.0", - "alembic>=1.18.4", + "alembic>=1.18.5", "fastapi-users[oauth,sqlalchemy]>=15.0.5", - "httpx-oauth>=0.16.1", - "arq>=0.25.0", - "greenlet>=3.3.2", - "aiosqlite>=0.21.0", - "pytest>=8.4.2", - "pytest-asyncio>=1.2.0", - "opentelemetry-api>=1.20.0", - "opentelemetry-sdk>=1.20.0", - "opentelemetry-exporter-otlp-proto-http>=1.20.0", - "opentelemetry-instrumentation-fastapi>=0.41b0", - "opentelemetry-instrumentation-redis>=0.41b0", - "opentelemetry-instrumentation-sqlalchemy>=0.41b0", - "opentelemetry-instrumentation-httpx>=0.41b0", - "pgvector>=0.3.6", + "httpx-oauth>=0.17.0", + "arq>=0.28.0", + "greenlet>=3.5.3", + "aiosqlite>=0.22.1", + "pytest>=9.1.1", + "pytest-asyncio>=1.4.0", + "opentelemetry-api>=1.44.0", + "opentelemetry-sdk>=1.44.0", + "opentelemetry-exporter-otlp-proto-http>=1.44.0", + "opentelemetry-instrumentation-fastapi>=0.65b0", + "opentelemetry-instrumentation-redis>=0.65b0", + "opentelemetry-instrumentation-sqlalchemy>=0.65b0", + "opentelemetry-instrumentation-httpx>=0.65b0", + "pgvector>=0.5.0", ]