Skip to content

Commit

Permalink
Bump the python-deps group across 1 directory with 6 updates
Browse files Browse the repository at this point in the history
Bumps the python-deps group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [fastapi](https://github.com/fastapi/fastapi) | `0.112.0` | `0.112.2` |
| [langchain](https://github.com/langchain-ai/langchain) | `0.2.12` | `0.2.14` |
| [openai](https://github.com/openai/openai-python) | `1.40.3` | `1.42.0` |
| [sentry-sdk[fastapi,openai,starlette]](https://github.com/getsentry/sentry-python) | `2.12.0` | `2.13.0` |
| [unstructured](https://github.com/Unstructured-IO/unstructured) | `0.15.1` | `0.15.7` |
| [uvicorn](https://github.com/encode/uvicorn) | `0.30.5` | `0.30.6` |



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

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

Updates `openai` from 1.40.3 to 1.42.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.40.3...v1.42.0)

Updates `sentry-sdk[fastapi,openai,starlette]` from 2.12.0 to 2.13.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.12.0...2.13.0)

Updates `unstructured` from 0.15.1 to 0.15.7
- [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.15.1...0.15.7)

Updates `uvicorn` from 0.30.5 to 0.30.6
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.30.5...0.30.6)

---
updated-dependencies:
- dependency-name: fastapi
  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: openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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-patch
  dependency-group: python-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent 66b5c52 commit e7e77dc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
black==24.8.0
fastapi==0.112.0
fastapi==0.112.2
flake8==7.1.1
langchain==0.2.12
langchain==0.2.14
ollama==0.3.1
openai==1.40.3
openai==1.42.0
pre-commit==3.8.0
psutil==6.0.0
pydantic==2.8.2
PyMuPDF==1.24.9
pytz==2024.1
PyYAML==6.0.2
requests==2.32.3
sentry-sdk[starlette,fastapi,openai]==2.12.0
unstructured==0.15.1
uvicorn==0.30.5
sentry-sdk[starlette,fastapi,openai]==2.13.0
unstructured==0.15.7
uvicorn==0.30.6
weaviate-client==4.7.1

0 comments on commit e7e77dc

Please sign in to comment.