Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the python-deps group across 1 directory with 13 updates #144

Merged
merged 1 commit into from
Aug 7, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2024

Bumps the python-deps group with 13 updates in the / directory:

Package From To
black 24.4.2 24.8.0
fastapi 0.111.0 0.112.0
flake8 7.1.0 7.1.1
langchain 0.2.6 0.2.12
ollama 0.2.1 0.3.1
openai 1.35.7 1.38.0
pre-commit 3.7.1 3.8.0
pydantic 2.7.4 2.8.2
pymupdf 1.24.7 1.24.9
sentry-sdk[fastapi,openai,starlette] 2.7.1 2.12.0
unstructured 0.14.9 0.15.0
uvicorn 0.30.1 0.30.5
weaviate-client 4.6.5 4.7.1

Updates black from 24.4.2 to 24.8.0

Release notes

Sourced from black's releases.

24.8.0

Stable style

  • Fix crash when # fmt: off is used before a closing parenthesis or bracket. (#4363)

Packaging

  • Packaging metadata updated: docs are explictly linked, the issue tracker is now also linked. This improves the PyPI listing for Black. (#4345)

Parser

  • Fix regression where Black failed to parse a multiline f-string containing another multiline string (#4339)
  • Fix regression where Black failed to parse an escaped single quote inside an f-string (#4401)
  • Fix bug with Black incorrectly parsing empty lines with a backslash (#4343)
  • Fix bugs with Black's tokenizer not handling \{ inside f-strings very well (#4422)
  • Fix incorrect line numbers in the tokenizer for certain tokens within f-strings (#4423)

Performance

  • Improve performance when a large directory is listed in .gitignore (#4415)

Blackd

  • Fix blackd (and all extras installs) for docker container (#4357)
Changelog

Sourced from black's changelog.

24.8.0

Stable style

  • Fix crash when # fmt: off is used before a closing parenthesis or bracket. (#4363)

Packaging

  • Packaging metadata updated: docs are explictly linked, the issue tracker is now also linked. This improves the PyPI listing for Black. (#4345)

Parser

  • Fix regression where Black failed to parse a multiline f-string containing another multiline string (#4339)
  • Fix regression where Black failed to parse an escaped single quote inside an f-string (#4401)
  • Fix bug with Black incorrectly parsing empty lines with a backslash (#4343)
  • Fix bugs with Black's tokenizer not handling \{ inside f-strings very well (#4422)
  • Fix incorrect line numbers in the tokenizer for certain tokens within f-strings (#4423)

Performance

  • Improve performance when a large directory is listed in .gitignore (#4415)

Blackd

  • Fix blackd (and all extras installs) for docker container (#4357)
Commits
  • b965c2a Prepare release 24.8.0 (#4426)
  • 9ccf279 Document find_project_root ignoring pyproject.toml without [tool.black]...
  • 14b6e61 fix: Enhace black efficiently to skip directories listed in .gitignore (#4415)
  • b1c4dd9 fix: respect braces better in f-string parsing (#4422)
  • 4b4ae43 Fix incorrect linenos on fstring tokens with escaped newlines (#4423)
  • 7fa1faf docs: fix the installation command of extra for blackd (#4413)
  • 8827acc Bump sphinx from 7.3.7 to 7.4.0 in /docs (#4404)
  • b0da11d Bump furo from 2024.5.6 to 2024.7.18 in /docs (#4409)
  • 721dff5 fix: avoid formatting backslash strings inside f-strings (#4401)
  • 7e2afc9 Update actions/checkout to v4 to stop node deprecation warnings (#4379)
  • Additional commits viewable in compare view

Updates fastapi from 0.111.0 to 0.112.0

Release notes

Sourced from fastapi's releases.

0.112.0

Breaking Changes

  • ♻️ Add support for pip install "fastapi[standard]" with standard dependencies and python -m fastapi. PR #11935 by @​tiangolo.

Summary

Install with:

pip install "fastapi[standard]"

Other Changes

  • This adds support for calling the CLI as:
python -m python
  • And it upgrades fastapi-cli[standard] >=0.0.5.

Technical Details

Before this, fastapi would include the standard dependencies, with Uvicorn and the fastapi-cli, etc.

And fastapi-slim would not include those standard dependencies.

Now fastapi doesn't include those standard dependencies unless you install with pip install "fastapi[standard]".

Before, you would install pip install fastapi, now you should include the standard optional dependencies (unless you want to exclude one of those): pip install "fastapi[standard]".

This change is because having the standard optional dependencies installed by default was being inconvenient to several users, and having to install instead fastapi-slim was not being a feasible solution.

Discussed here: #11522 and here: #11525

Docs

Translations

  • 🌐 Update Portuguese translation for docs/pt/docs/alternatives.md. PR #11931 by @​ceb10n.
  • 🌐 Add Russian translation for docs/ru/docs/tutorial/dependencies/sub-dependencies.md. PR #10515 by @​AlertRED.

... (truncated)

Commits
  • b2e2338 🔖 Release version 0.112.0
  • 003d454 📝 Update release notes
  • 450bff6 📝 Update release notes
  • a25c92c ♻️ Add support for pip install "fastapi[standard]" with standard dependenci...
  • 3990a0a 📝 Update release notes
  • 1f7dcc5 🌐 Update Portuguese translation for docs/pt/docs/alternatives.md (#11931)
  • 12a4476 📝 Update release notes
  • efb4a07 🔧 Update sponsors: add liblab (#11934)
  • 9d41d6e 📝 Update release notes
  • 643a87c 👷 Update GitHub Action label-approved permissions (#11933)
  • Additional commits viewable in compare view

Updates flake8 from 7.1.0 to 7.1.1

Commits

Updates langchain from 0.2.6 to 0.2.12

Release notes

Sourced from langchain's releases.

langchain==0.2.12

Changes since langchain==0.2.11

langchain[patch]: Release 0.2.12 (#24954) langchain[minor]: Upgrade ambiguous root_validator to @​pre_init (#24895) langchain[patch]: Update unit tests to workaround a pydantic 2 issue (#24886) langchain[patch]: Add missing type annotations (#24889) langchain[patch]: fix ollama in init_chat_model (#24832) langchain[patch]: init_chat_model() to import ChatOllama from langchain-ollama and fallback on langchain-community (#24821) langchain: revert "init_chat_model() to support ChatOllama from langchain-ollama" (#24819) langchain: init_chat_model() to support ChatOllama from langchain-ollama (#24818) langchain: Make OutputFixingParser.from_llm() create a useable retry chain (#24687) community[minor]: Self query retriever for HANA Cloud Vector Engine (#24494) langchain: fix TrajectoryEvalChain.prep_inputs (#19959) langchain[patch]: init_chat_model support ChatBedrockConverse (#24564)

langchain-community==0.2.10

Changes since langchain-community==0.2.9

community[patch]: Release 0.2.10 (#24560) community[patch]: small fixes to link extractors (#24528) community[patch]: Update URL to the 2markdown API (#24546) docs: Add RedisChatMessageHistory docstrings (#24548) community[patch]: Remove targets_table from C* GraphVectorStore (#24502) community[minor]: added new document loaders based on dedoc library (#24303) community[minor]: add document transformer for extracting links (#24186) all: add release notes to pypi (#24519) core,groq,openai,mistralai,robocorp,fireworks,anthropic[patch]: Update BaseModel subclass and instance checks to handle both v1 and proper namespaces (#24417) fix: load google credentials properly in GoogleDriveLoader (#12871) community: sambanova integration minor changes (#24503) community: Improve QianfanChatEndpoint tool result to model (#24466) community[patch]: deprecate langchain_community Chroma in favor of langchain_chroma (#24474) [Commutiy]: Prompts Fixed for ZERO_SHOT_REACT React Agent Type in create_sql_agent function (#23693) [Vector Store] Fix function add_texts in TencentVectorDB (#24469) community: add flag to toggle progress bar (#24463) community: fix QianfanChatEndpoint default model (#24464) docs: Add ChatSparkLLM docstrings (#24449)

langchain==0.2.11

Changes since langchain==0.2.10

langchain[patch]: Release 0.2.11 (#24559) langchain: globals fix (#21281) all: add release notes to pypi (#24519) ignore the first turn to apply "history" mechanism (#14118) core,groq,openai,mistralai,robocorp,fireworks,anthropic[patch]: Update BaseModel subclass and instance checks to handle both v1 and proper namespaces (#24417) [docs]: minor react change (#24509) community[patch]: deprecate langchain_community Chroma in favor of langchain_chroma (#24474) langchain: Copy libs/standard-tests folder when building devcontainer (#24470) langchain[patch]: add async methods to ConversationSummaryBufferMemory (#20956)

... (truncated)

Commits
  • 7b08de8 langchain[patch]: Release 0.2.12 (#24954)
  • 245cb5a core[patch]: Release 0.2.27 (#24952)
  • 199e9c5 core[patch]: Fix tool args schema inherited field parsing (#24936)
  • fba65ba infra: test core on py 3.9, 10, 11 (#24951)
  • 4092876 core: docstrings `BaseCallbackHandler update (#24948)
  • 6e45dba docs: fix redirect (#24950)
  • ad16eed core[patch]: runnable config ensure_config deep copy from var_child_runnable…...
  • 3ab09d8 docs[patch]: Adds components for prereqs, compatibility, fix chat model tab i...
  • 9cb69a8 docs: update retriever template, add arxiv retriever (#24947)
  • db3ceb4 partners/mongodb: Improved search index commands (#24745)
  • Additional commits viewable in compare view

Updates ollama from 0.2.1 to 0.3.1

Release notes

Sourced from ollama's releases.

v0.3.1

What's Changed

New Contributors

Full Changelog: ollama/ollama-python@v0.3.0...v0.3.1

v0.3.0

What's Changed

New Contributors

Full Changelog: ollama/ollama-python@v0.2.1...v0.3.0

Commits
  • 8b694bb Update Message annotations to support tool calls (#227)
  • cbf0887 fix: update name of toolcallfunction parameter (#236)
  • cd4fbfc Merge pull request #224 from ollama/dependabot/pip/pytest-httpserver-1.0.12
  • d2da64f Merge pull request #230 from ollama/dependabot/pip/ruff-0.5.5
  • ae2bdbf Merge pull request #231 from ollama/dependabot/pip/pytest-8.3.2
  • 60d292a update to llama3.1 (#237)
  • ab7e600 Bump pytest from 8.2.2 to 8.3.2
  • 8e3a8fe Bump ruff from 0.5.2 to 0.5.5
  • 6025c36 Bump pytest-httpserver from 1.0.10 to 1.0.12
  • f62eb97 Merge pull request #217 from ollama/dependabot/pip/pytest-asyncio-0.23.8
  • Additional commits viewable in compare view

Updates openai from 1.35.7 to 1.38.0

Release notes

Sourced from openai's releases.

v1.38.0

1.38.0 (2024-08-02)

Full Changelog: v1.37.2...v1.38.0

Features

v1.37.2

1.37.2 (2024-08-01)

Full Changelog: v1.37.1...v1.37.2

Chores

  • internal: add type construction helper (#1584) (cbb186a)
  • runs/create_and_poll: add parallel_tool_calls request param (04b3e6c)

v1.37.1

1.37.1 (2024-07-25)

Full Changelog: v1.37.0...v1.37.1

Chores

v1.37.0

1.37.0 (2024-07-22)

Full Changelog: v1.36.1...v1.37.0

Features

Bug Fixes

  • cli/audio: handle non-json response format (#1557) (bb7431f)

Documentation

v1.36.1

1.36.1 (2024-07-20)

... (truncated)

Changelog

Sourced from openai's changelog.

1.38.0 (2024-08-02)

Full Changelog: v1.37.2...v1.38.0

Features

1.37.2 (2024-08-01)

Full Changelog: v1.37.1...v1.37.2

Chores

  • internal: add type construction helper (#1584) (cbb186a)
  • runs/create_and_poll: add parallel_tool_calls request param (04b3e6c)

1.37.1 (2024-07-25)

Full Changelog: v1.37.0...v1.37.1

Chores

1.37.0 (2024-07-22)

Full Changelog: v1.36.1...v1.37.0

Features

Bug Fixes

  • cli/audio: handle non-json response format (#1557) (bb7431f)

Documentation

1.36.1 (2024-07-20)

Full Changelog: v1.36.0...v1.36.1

Bug Fixes

... (truncated)

Commits

Updates pre-commit from 3.7.1 to 3.8.0

Release notes

Sourced from pre-commit's releases.

pre-commit v3.8.0

Features

Changelog

Sourced from pre-commit's changelog.

3.8.0 - 2024-07-28

Features

Commits
  • d46423f v3.8.0
  • 8133abd Merge pull request #3265 from lorenzwalthert/issue-3206
  • da0c1d0 implement health check for language:r
  • f641f6a Merge pull request #3264 from pre-commit/pre-commit-ci-update-config
  • a68a19d fixes for mypy 1.11
  • 88317dd [pre-commit.ci] pre-commit autoupdate
  • faa6f8c Merge pull request #3244 from pre-commit/pre-commit-ci-update-config
  • f632459 [pre-commit.ci] pre-commit autoupdate
  • 0252908 Merge pull request #3240 from pre-commit/pre-commit-ci-update-config
  • 69b5dce [pre-commit.ci] pre-commit autoupdate
  • Additional commits viewable in compare view

Updates pydantic from 2.7.4 to 2.8.2

Release notes

Sourced from pydantic's releases.

v2.8.2 (2024-07-03)

What's Changed

Fixes

  • Fix issue with assertion caused by pluggable schema validator by @​dmontagu in #9838

Full Changelog: pydantic/pydantic@v2.8.1...v2.8.2

v2.8.1 (2024-07-03)

What's Changed

Packaging

Fixes

New Contributors

Full Changelog: pydantic/pydantic@v2.8.0...v2.8.1

v2.8.0 (2024-07-01)

The code released in v2.8.0 is functionally identical to that of v2.8.0b1.

Check out our blog post to learn more about the release highlights!

What's Changed

Packaging

New Features

... (truncated)

Changelog

Sourced from pydantic's changelog.

v2.8.2 (2024-07-03)

GitHub release

What's Changed

Fixes

  • Fix issue with assertion caused by pluggable schema validator by @​dmontagu in #9838

v2.8.1 (2024-07-03)

GitHub release

What's Changed

Packaging

Fixes

v2.8.0 (2024-07-01)

GitHub release

The code released in v2.8.0 is functionally identical to that of v2.8.0b1.

What's Changed

Packaging

New Features

... (truncated)

Commits
  • 4978ee2 update history
  • 0345929 v bump
  • d390a04 Fix issue with assertion caused by pluggable schema validator (#9838)
  • 040865f update history
  • 5a33e3b bump version
  • 2f9abb2 Bump pydantic-core to v2.20.1, pydantic-extra-types to v2.9.0 (#9832)
  • ce9c5f7 Remove spooky meetings file (#9824)
  • 6bdd6d1 Pedantic typo correction within explanation of Pydantic's root in 'pedantic' ...
  • 701ccde Fix list constraint json schema application (#9818)
  • 2a066a2 Bump ruff to v0.5.0 and pyright to v1.1.369 (#9801)
  • Additional commits viewable in compare view

Updates pymupdf from 1.24.7 to 1.24.9

Release notes

Sourced from pymupdf's releases.

PyMuPDF-1.24.9 released

PyMuPDF-1.24.9 has been released.

Wheels for Windows, Linux and MacOS, and the sdist, are available on pypi.org and can be installed in the usual way, for example:

python -m pip install --upgrade pymupdf

[Linux-aarch64 wheels will be built and uploaded later.]

Changes in version 1.24.9 (2024-07-24)

  • Incremented MuPDF version to 1.24.8.

PyMuPDF-1.24.8 released

PyMuPDF-1.24.8 has been released.

Wheels for Windows, Linux and MacOS, and the sdist, are available on pypi.org and can be installed in the usual way, for example:

python -m pip install --upgrade pymupdf

[Linux-aarch64 wheels will be built and uploaded later.]

Changes in version 1.24.8 (2024-07-22)

Other:

  • Fixed various spelling mistakes spotted by codespell.
  • Improved how we modify MuPDF's default configuration on Windows.
  • Make text search to work with ligatures.
Changelog

Sourced from pymupdf's changelog.

Change Log

Changes in version 1.24.9 (2024-07-24)

  • Incremented MyPDF version to 1.24.9.

Changes in version 1.24.8 (2024-07-22)

  • Fixed issues:

    • Fixed 3636 <https://github.com/pymupdf/PyMuPDF/issues/3636>_: API documentation for the open function is not obvious to find.
    • Fixed 3654 <https://github.com/pymupdf/PyMuPDF/issues/3654>_: docx parsing was broken in 1.24.7
    • Fixed 3677 <https://github.com/pymupdf/PyMuPDF/issues/3677>_: Unable to extract subset font name using the newer versions of PyMuPDF : 1.24.6 and 1.24.7.
    • Fixed 3687 <https://github.com/pymupdf/PyMuPDF/issues/3687>_: Page.get_text results in AssertionError for epub files

Other:

  • Fixed various spelling mistakes spotted by codespell.
  • Improved how we modify MuPDF's default configuration on Windows.
  • Make text search to work with ligatures.

Changes in version 1.24.7 (2024-06-26)

  • Fixed issues:

    • Fixed 3615 <https://github.com/pymupdf/PyMuPDF/issues/3615>_: Document.pagemode or Document.pagelayout crashes for epub files
    • Fixed 3616 <https://github.com/pymupdf/PyMuPDF/issues/3616>_: not last version reported

Changes in version 1.24.6 (2024-06-25)

  • Fixed issues:

    • Fixed 3599 <https://github.com/pymupdf/PyMuPDF/issues/3599>_: Story.fit_width() has a weird line
    • Fixed 3594 <https://github.com/pymupdf/PyMuPDF/issues/3594>_: Garbled extraction for Amazon Sustainability Report
    • Fixed 3591 <https://github.com/pymupdf/PyMuPDF/issues/3591>_: 'width' in Page.get_drawings() returns width equal as 0
    • Fixed 3561 <https://github.com/pymupdf/PyMuPDF/issues/3561>_: ZeroDivisionError: float division by zero with page.apply_redactions()
    • Fixed 3559 <https://github.com/pymupdf/PyMuPDF/issues/3559>_: SegFault 11 when empty H1 H2 H3 H4 etc element is used in insert_htmlbox
    • Fixed 3539 <https://github.com/pymupdf/PyMuPDF/issues/3539>_: Add dotted gridline detection to table recognition
    • Fixed 3519 <https://github.com/pymupdf/PyMuPDF/issues/3519>_: get_toc(simple=False) AttributeError: 'Outline' object has no attribute 'rect'
    • Fixed 3510 <https://github.com/pymupdf/PyMuPDF/issues/3510>_: page.get_label() gets wrong label on the first page of doc
    • Fixed 3494 <https://github.com/pymupdf/PyMuPDF/issues/3494>_: 1.24.2/1.24.3: spurious characters introduced when using subset_fonts and insert_pdf
    • Fixed 3470 <https://github.com/pymupdf/PyMuPDF/issues/3470>_: subset_fonts error exit without exception/warning
    • Fixed 3400 <https://github.com/pymupdf/PyMuPDF/issues/3400>_: set_toc alters link coordinates for some rotated pages on pymupdf 1.24.2
    • Fixed 3347 <https://github.com/pymupdf/PyMuPDF/issues/3347>_: Incorrect links to points on pages having different heights
    • Fixed 3237 <https://github.com/pymupdf/PyMuPDF/issues/3237>_: Set_metadata() does not work

... (truncated)

Commits
  • 9717935 Update changelog, version numbers and release dates for release 1.24.9.
  • 0f45692 changes.txt: fixed formatting of 1.24.8 description.
  • c3bed87 src/init.py: fix to work with latest mupdf 1.24.8.
  • e4420d1 setup.py: fix generation of mupdf header tree.
  • 015adf1 READMEb.md READMEd.md: removed unnecessary version numbers.
  • 0cc33da setup.py: force creation of new pymupdfb wheels.
  • 2216b7b Update changelog, version numbers and release dates for release 1.24.8.
  • 573fcd0 pipcl.py: use sysconfig.get_platform() instead of setuptools.distutils.util.g...
  • f49f756 src/init.py: log(): make slightly more robust.
  • 550411c Documentation: Updates sidebar logo to use SVG.
  • Additional commits viewable in compare view

Updates sentry-sdk[fastapi,openai,starlette] from 2.7.1 to 2.12.0

Release notes

Sourced from sentry-sdk[fastapi,openai,starlette]'s releases.

2.12.0

Various fixes & improvements

Bumps the python-deps group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [black](https://github.com/psf/black) | `24.4.2` | `24.8.0` |
| [fastapi](https://github.com/fastapi/fastapi) | `0.111.0` | `0.112.0` |
| [flake8](https://github.com/pycqa/flake8) | `7.1.0` | `7.1.1` |
| [langchain](https://github.com/langchain-ai/langchain) | `0.2.6` | `0.2.12` |
| [ollama](https://github.com/jmorganca/ollama-python) | `0.2.1` | `0.3.1` |
| [openai](https://github.com/openai/openai-python) | `1.35.7` | `1.38.0` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `3.7.1` | `3.8.0` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.7.4` | `2.8.2` |
| [pymupdf](https://github.com/pymupdf/pymupdf) | `1.24.7` | `1.24.9` |
| [sentry-sdk[fastapi,openai,starlette]](https://github.com/getsentry/sentry-python) | `2.7.1` | `2.12.0` |
| [unstructured](https://github.com/Unstructured-IO/unstructured) | `0.14.9` | `0.15.0` |
| [uvicorn](https://github.com/encode/uvicorn) | `0.30.1` | `0.30.5` |
| [weaviate-client](https://github.com/weaviate/weaviate-python-client) | `4.6.5` | `4.7.1` |



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

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

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

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

Updates `ollama` from 0.2.1 to 0.3.1
- [Release notes](https://github.com/jmorganca/ollama-python/releases)
- [Commits](ollama/ollama-python@v0.2.1...v0.3.1)

Updates `openai` from 1.35.7 to 1.38.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.35.7...v1.38.0)

Updates `pre-commit` from 3.7.1 to 3.8.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@v3.7.1...v3.8.0)

Updates `pydantic` from 2.7.4 to 2.8.2
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.7.4...v2.8.2)

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

Updates `sentry-sdk[fastapi,openai,starlette]` from 2.7.1 to 2.12.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.7.1...2.12.0)

Updates `unstructured` from 0.14.9 to 0.15.0
- [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.14.9...0.15.0)

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

Updates `weaviate-client` from 4.6.5 to 4.7.1
- [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.6.5...v4.7.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 5, 2024
@Hialus Hialus merged commit ab2296f into main Aug 7, 2024
14 of 16 checks passed
@Hialus Hialus deleted the dependabot/pip/python-deps-4c52e08218 branch August 7, 2024 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant