Skip to content

Commit

Permalink
Bump the python-deps group across 1 directory with 19 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [black](https://github.com/psf/black), [fastapi](https://github.com/fastapi/fastapi), [flake8](https://github.com/pycqa/flake8), [langchain](https://github.com/langchain-ai/langchain), [ollama](https://github.com/ollama/ollama-python), [openai](https://github.com/openai/openai-python), [pre-commit](https://github.com/pre-commit/pre-commit), [psutil](https://github.com/giampaolo/psutil), [pydantic](https://github.com/pydantic/pydantic), [pymupdf](https://github.com/pymupdf/pymupdf), [pytz](https://github.com/stub42/pytz), [sentry-sdk[fastapi,openai,starlette]](https://github.com/getsentry/sentry-python), [unstructured](https://github.com/Unstructured-IO/unstructured), [uvicorn](https://github.com/encode/uvicorn), [weaviate-client](https://github.com/weaviate/weaviate-python-client), [langchain-core](https://github.com/langchain-ai/langchain), [starlette](https://github.com/encode/starlette), [langsmith](https://github.com/langchain-ai/langsmith-sdk) and [langchain-text-splitters](https://github.com/langchain-ai/langchain) to permit the latest version.

Updates `black` from 24.10.0 to 25.1.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.10.0...25.1.0)

Updates `fastapi` from 0.115.5 to 0.115.8
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.115.5...0.115.8)

Updates `flake8` from 7.1.1 to 7.1.2
- [Commits](PyCQA/flake8@7.1.1...7.1.2)

Updates `langchain` from 0.3.8 to 0.3.19
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain==0.3.8...langchain==0.3.19)

Updates `ollama` from 0.3.3 to 0.4.7
- [Release notes](https://github.com/ollama/ollama-python/releases)
- [Commits](ollama/ollama-python@v0.3.3...v0.4.7)

Updates `openai` from 1.54.4 to 1.64.0
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](openai/openai-python@v1.54.4...v1.64.0)

Updates `pre-commit` from 4.0.1 to 4.1.0
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v4.0.1...v4.1.0)

Updates `psutil` from 6.1.0 to 7.0.0
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
- [Commits](giampaolo/psutil@release-6.1.0...release-7.0.0)

Updates `pydantic` from 2.9.2 to 2.10.6
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.9.2...v2.10.6)

Updates `pymupdf` from 1.24.13 to 1.25.3
- [Release notes](https://github.com/pymupdf/pymupdf/releases)
- [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt)
- [Commits](pymupdf/PyMuPDF@1.24.13...1.25.3)

Updates `pytz` from 2024.1 to 2025.1
- [Release notes](https://github.com/stub42/pytz/releases)
- [Commits](stub42/pytz@release_2024.1...release_2025.1)

Updates `sentry-sdk[fastapi,openai,starlette]` from 2.13.0 to 2.22.0
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@2.13.0...2.22.0)

Updates `unstructured` from 0.16.5 to 0.16.23
- [Release notes](https://github.com/Unstructured-IO/unstructured/releases)
- [Changelog](https://github.com/Unstructured-IO/unstructured/blob/main/CHANGELOG.md)
- [Commits](Unstructured-IO/unstructured@0.16.5...0.16.23)

Updates `uvicorn` from 0.32.0 to 0.34.0
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/docs/release-notes.md)
- [Commits](encode/uvicorn@0.32.0...0.34.0)

Updates `weaviate-client` from 4.9.3 to 4.11.0
- [Release notes](https://github.com/weaviate/weaviate-python-client/releases)
- [Changelog](https://github.com/weaviate/weaviate-python-client/blob/main/docs/changelog.rst)
- [Commits](weaviate/weaviate-python-client@v4.9.3...v4.11.0)

Updates `langchain-core` to 0.3.37
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-core==0.3.17...langchain-core==0.3.37)

Updates `starlette` to 0.46.0
- [Release notes](https://github.com/encode/starlette/releases)
- [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md)
- [Commits](encode/starlette@0.41.2...0.46.0)

Updates `langsmith` to 0.3.10
- [Release notes](https://github.com/langchain-ai/langsmith-sdk/releases)
- [Commits](langchain-ai/langsmith-sdk@v0.1.142...v0.3.10)

Updates `langchain-text-splitters` to 0.3.6
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-text-splitters==0.3.2...langchain-text-splitters==0.3.6)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-deps
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-deps
- dependency-name: flake8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-deps
- dependency-name: langchain
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-deps
- dependency-name: ollama
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: pre-commit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: psutil
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-deps
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: pymupdf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: pytz
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-deps
- dependency-name: sentry-sdk[fastapi,openai,starlette]
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: unstructured
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-deps
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: weaviate-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: langchain-core
  dependency-type: direct:production
  dependency-group: python-deps
- dependency-name: starlette
  dependency-type: direct:production
  dependency-group: python-deps
- dependency-name: langsmith
  dependency-type: direct:production
  dependency-group: python-deps
- dependency-name: langchain-text-splitters
  dependency-type: direct:production
  dependency-group: python-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 24, 2025
1 parent c4337c6 commit c62e67d
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
black==24.10.0
fastapi==0.115.5
flake8==7.1.1
langchain==0.3.8
ollama==0.3.3
openai==1.54.4
pre-commit==4.0.1
psutil==6.1.0
pydantic==2.9.2
PyMuPDF==1.24.13
pytz==2024.1
black==25.1.0
fastapi==0.115.8
flake8==7.1.2
langchain==0.3.19
ollama==0.4.7
openai==1.64.0
pre-commit==4.1.0
psutil==7.0.0
pydantic==2.10.6
PyMuPDF==1.25.3
pytz==2025.1
PyYAML==6.0.2
requests==2.32.3
sentry-sdk[starlette,fastapi,openai]==2.13.0
unstructured==0.16.5
uvicorn==0.32.0
weaviate-client==4.9.3
langchain-core~=0.3.17
starlette~=0.41.2
langsmith~=0.1.142
langchain-text-splitters~=0.3.2
sentry-sdk[starlette,fastapi,openai]==2.22.0
unstructured==0.16.23
uvicorn==0.34.0
weaviate-client==4.11.0
langchain-core~=0.3.37
starlette~=0.46.0
langsmith~=0.3.10
langchain-text-splitters~=0.3.6

0 comments on commit c62e67d

Please sign in to comment.