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 14 updates #175

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2024

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

Package From To
black 24.8.0 24.10.0
fastapi 0.112.2 0.115.5
langchain 0.2.14 0.3.8
ollama 0.3.1 0.4.1
openai 1.42.0 1.55.0
pre-commit 3.8.0 4.0.1
psutil 6.0.0 6.1.0
pydantic 2.8.2 2.10.1
pymupdf 1.24.9 1.24.14
pytz 2024.1 2024.2
sentry-sdk[fastapi,openai,starlette] 2.13.0 2.19.0
unstructured 0.15.7 0.16.6
uvicorn 0.30.6 0.32.1
weaviate-client 4.7.1 4.9.4

Updates black from 24.8.0 to 24.10.0

Release notes

Sourced from black's releases.

24.10.0

Highlights

  • Black is now officially tested with Python 3.13 and provides Python 3.13 mypyc-compiled wheels. (#4436) (#4449)
  • Black will issue an error when used with Python 3.12.5, due to an upstream memory safety issue in Python 3.12.5 that can cause Black's AST safety checks to fail. Please use Python 3.12.6 or Python 3.12.4 instead. (#4447)
  • Black no longer supports running with Python 3.8 (#4452)

Stable style

  • Fix crashes involving comments in parenthesised return types or X | Y style unions. (#4453)
  • Fix skipping Jupyter cells with unknown %% magic (#4462)

Preview style

  • Fix type annotation spacing between * and more complex type variable tuple (i.e. def fn(*args: *tuple[*Ts, T]) -> None: pass) (#4440)

Caching

  • Fix bug where the cache was shared between runs with and without --unstable (#4466)

Packaging

  • Upgrade version of mypyc used to 1.12 beta (#4450) (#4449)
  • blackd now requires a newer version of aiohttp. (#4451)

Output

  • Added Python target version information on parse error (#4378)
  • Add information about Black version to internal error messages (#4457)
Changelog

Sourced from black's changelog.

24.10.0

Highlights

  • Black is now officially tested with Python 3.13 and provides Python 3.13 mypyc-compiled wheels. (#4436) (#4449)
  • Black will issue an error when used with Python 3.12.5, due to an upstream memory safety issue in Python 3.12.5 that can cause Black's AST safety checks to fail. Please use Python 3.12.6 or Python 3.12.4 instead. (#4447)
  • Black no longer supports running with Python 3.8 (#4452)

Stable style

  • Fix crashes involving comments in parenthesised return types or X | Y style unions. (#4453)
  • Fix skipping Jupyter cells with unknown %% magic (#4462)

Preview style

  • Fix type annotation spacing between * and more complex type variable tuple (i.e. def fn(*args: *tuple[*Ts, T]) -> None: pass) (#4440)

Caching

  • Fix bug where the cache was shared between runs with and without --unstable (#4466)

Packaging

  • Upgrade version of mypyc used to 1.12 beta (#4450) (#4449)
  • blackd now requires a newer version of aiohttp. (#4451)

Output

  • Added Python target version information on parse error (#4378)
  • Add information about Black version to internal error messages (#4457)
Commits

Updates fastapi from 0.112.2 to 0.115.5

Release notes

Sourced from fastapi's releases.

0.115.5

Refactors

Docs

... (truncated)

Commits
  • f057f4a 🔖 Release version 0.115.5
  • c6f021e 📝 Update release notes
  • 91a9293 ♻️ Update internal checks to support Pydantic 2.10 (#12914)
  • f716490 📝 Update release notes
  • c178106 📝 Update includes for docs/en/docs/tutorial/body.md (#12757)
  • 88cc900 📝 Update release notes
  • 20809a1 ⬆ [pre-commit.ci] pre-commit autoupdate (#12907)
  • 5a48c37 📝 Update release notes
  • 13892a3 📝 Update includes in docs/en/docs/advanced/testing-dependencies.md (#12647)
  • 9467000 📝 Update release notes
  • Additional commits viewable in compare view

Updates langchain from 0.2.14 to 0.3.8

Release notes

Sourced from langchain's releases.

langchain-core==0.3.8

Changes since langchain-core==0.3.7

core[patch]: Release 0.3.8 (#27046) core[patch]: Support injected tool args that are arbitrary types (#27045) core[patch]: fix init of RunnableAssign (#26903) multiple: update docs urls to latest 2 (#26837) core[patch]: improve index/aindex api when batch_size<n_docs (#25754) core[patch]: Add kwargs to Runnable (#27008) Merge pull request #26794

langchain-community==0.3.8

Changes since langchain-community==0.3.7

community[patch]: release 0.3.8 (#28316) community[patch]: fix errors introduced by pydantic 2.10 (#28297) community: list valid values for LanceDB constructor's mode argument (#28296) community: fix compatibility issue in kinetica chat model integration for Pydantic 2 (#28252) multiple: push deprecation removals to 1.0 (#28236) community: Outlines integration (#27449) community: Add deprecation warning for GigaChat integration in langchain-community (#28022) community: fix duplicate content (#28003) community: SamabanovaCloud tool calling and Structured output (#27967) community: fix some features on Naver ChatModel & embedding model (#28228) standard-tests: rename langchain_standard_tests to langchain_tests, release 0.3.2 (#28203) community: OpenSearchVectorStore: use engine set at init() time by default (#28147) multiple: langchain-standard-tests -> langchain-tests (#28139) community: add reka chat model integration (#27379) community: sambanovacloud llm integration (#27526) core[patch]: support numpy 2 (#27991) community: chore warn deprecate the tracer (#27159) Handled empty search result handling and updated the notebook (#27914)

langchain==0.3.8

Changes since langchain==0.3.7

langchain[patch]: release 0.3.8 (#28315) langchain[patch]: Compat with pydantic 2.10 (#28307) langchain[patch]: update deprecation message for MapReduceChain (#28304) community[patch]: fix errors introduced by pydantic 2.10 (#28297) infra: remove stale dockerfiles from repo (#28243) standard-tests: rename langchain_standard_tests to langchain_tests, release 0.3.2 (#28203) langchain: add missing punctuation in react_single_input.py (#28161) multiple: langchain-standard-tests -> langchain-tests (#28139) core[patch]: support numpy 2 (#27991) anthropic[major]: support python 3.13 (#27916) docs: document init_chat_model standard params (#27812)

langchain-core==0.3.7

Changes since langchain-core==0.3.6

... (truncated)

Commits

Updates ollama from 0.3.1 to 0.4.1

Release notes

Sourced from ollama's releases.

v0.4.1

What's Changed

  • Fixed issue where message types would have a tool_calls field by membership test even if no tool calls were provided by the response.

Full Changelog: ollama/ollama-python@v0.4.0...v0.4.1

v0.4.0

New Features

Chores

Full Changelog: ollama/ollama-python@v0.3.3...v0.4.0

v0.3.3

What's Changed

New Contributors

Full Changelog: ollama/ollama-python@v0.3.2...v0.3.3

v0.3.2

What's Changed

New Contributors

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

Commits
  • 64e3723 Merge pull request #334 from ollama/mxyng/hasattr-none
  • 1e22f2e add test case for explicit None
  • 00c6433 check defaults that aren't None too
  • 986fb4c fix: skip tests on examples, readme
  • c6ade63 fix: hasattr checks if attr is None
  • 2e05cde Merge pull request #330 from ollama/parth/qol-disable-tests-for-readmes-and-e...
  • bfea240 Disable tests for readmes and examples
  • 64c1eb7 Examples refactor (#329)
  • 139c89e Passing Functions as Tools (#321)
  • da2893b Merge pull request #318 from ollama/dependabot/pip/pydantic-2.9.2
  • Additional commits viewable in compare view

Updates openai from 1.42.0 to 1.55.0

Release notes

Sourced from openai's releases.

v1.55.0

1.55.0 (2024-11-20)

Full Changelog: v1.54.5...v1.55.0

Features

v1.54.5

1.54.5 (2024-11-19)

Full Changelog: v1.54.4...v1.54.5

Bug Fixes

  • asyncify: avoid hanging process under certain conditions (#1853) (3d23437)

Chores

v1.54.4

1.54.4 (2024-11-12)

Full Changelog: v1.54.3...v1.54.4

Bug Fixes

  • don't use dicts as iterables in transform (#1865) (76a51b1)

Documentation

v1.54.3

1.54.3 (2024-11-06)

Full Changelog: v1.54.2...v1.54.3

Bug Fixes

... (truncated)

Changelog

Sourced from openai's changelog.

1.55.0 (2024-11-20)

Full Changelog: v1.54.5...v1.55.0

Features

1.54.5 (2024-11-19)

Full Changelog: v1.54.4...v1.54.5

Bug Fixes

  • asyncify: avoid hanging process under certain conditions (#1853) (3d23437)

Chores

1.54.4 (2024-11-12)

Full Changelog: v1.54.3...v1.54.4

Bug Fixes

  • don't use dicts as iterables in transform (#1865) (76a51b1)

Documentation

1.54.3 (2024-11-06)

Full Changelog: v1.54.2...v1.54.3

Bug Fixes

1.54.2 (2024-11-06)

Full Changelog: v1.54.1...v1.54.2

... (truncated)

Commits

Updates pre-commit from 3.8.0 to 4.0.1

Release notes

Sourced from pre-commit's releases.

pre-commit v4.0.1

Fixes

pre-commit v4.0.0

Features

Migrating

Changelog

Sourced from pre-commit's changelog.

4.0.1 - 2024-10-08

Fixes

4.0.0 - 2024-10-05

Features

Migrating

Commits
  • cc4a522 v4.0.1
  • 772d7d4 Merge pull request #3324 from pre-commit/migrate-config-purelib
  • 222c62b fix migrate-config for purelib yaml
  • 3d5548b Merge pull request #3323 from pre-commit/pre-commit-ci-update-config
  • 4235a87 [pre-commit.ci] pre-commit autoupdate
  • dbccd57 v4.0.0
  • d07e529 Merge pull request #3320 from pre-commit/remove-python-venv
  • 801b956 remove deprecated python_venv alias
  • a2f7b80 Merge pull request #3315 from pre-commit/warn-deprecated-stage-names-on-init
  • d317223 add warning for deprecates stages for remote repos on init
  • Additional commits viewable in compare view

Updates psutil from 6.0.0 to 6.1.0

Changelog

Sourced from psutil's changelog.

6.1.0

2024-10-17

Enhancements

  • 2366_, [Windows]: drastically speedup process_iter(). We now determine process unique identity by using process "fast" create time method. This will considerably speedup those apps which use process_iter() only once, e.g. to look for a process with a certain name.
  • 2446_: use pytest instead of unittest.
  • 2448_: add make install-sysdeps target to install the necessary system dependencies (python-dev, gcc, etc.) on all supported UNIX flavors.
  • 2449_: add make install-pydeps-test and make install-pydeps-dev targets. They can be used to install dependencies meant for running tests and for local development. They can also be installed via pip install .[test] and pip install .[dev].
  • 2456_: allow to run tests via python3 -m psutil.tests even if pytest module is not installed. This is useful for production environments that don't have pytest installed, but still want to be able to test psutil installation.

Bug fixes

  • 2427_: psutil (segfault) on import in the free-threaded (no GIL) version of Python 3.13. (patch by Sam Gross)
  • 2455_, [Linux]: IndexError may occur when reading /proc/pid/stat and field 40 (blkio_ticks) is missing.
  • 2457_, [AIX]: significantly improve the speed of Process.open_files()_ for some edge cases.
  • 2460_, [OpenBSD]: Process.num_fds()_ and Process.open_files()_ may fail with NoSuchProcess_ for PID 0. Instead, we now return "null" values (0 and [] respectively).
Commits
  • fb68f9f pre release
  • 567438c [Windows] speed up process_iter() (#2444)
  • b1a7593 Use pytest.skip instead of unittest.SkipTest (#2461)
  • b19d5bd AIX: improve open_files() regexp speed (#2457)
  • 223938f Use @pytest.mark.skipif decorator instead of @unittest.skipIf (#2459)
  • f65fe44 [OpenBSD] Process num_fds() and open_files() may raise NSP for PID 0 (#2460)
  • 0a71d0e enable ruff cache (faster)
  • 4649a88 Run tests without pytests (#2456)
  • 80af879 revert change which broke python 2 tests
  • 4e85bee change call_until() signature so that it can be used with lambda
  • Additional commits viewable in compare view

Updates pydantic from 2.8.2 to 2.10.1

Release notes

Sourced from pydantic's releases.

v2.10.1 2024-11-21

What's Changed

Packaging

Fixes

Full Changelog: pydantic/pydantic@v2.10.0...v2.10.2

v2.10.0 2024-11-20

The code released in v2.10.0 is practically identical to that of v2.10.0b2. See the v2.10 release blog post for the highlights!

What's Changed

Packaging

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

| Package | From | To |
| --- | --- | --- |
| [black](https://github.com/psf/black) | `24.8.0` | `24.10.0` |
| [fastapi](https://github.com/fastapi/fastapi) | `0.112.2` | `0.115.5` |
| [langchain](https://github.com/langchain-ai/langchain) | `0.2.14` | `0.3.8` |
| [ollama](https://github.com/ollama/ollama-python) | `0.3.1` | `0.4.1` |
| [openai](https://github.com/openai/openai-python) | `1.42.0` | `1.55.0` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `3.8.0` | `4.0.1` |
| [psutil](https://github.com/giampaolo/psutil) | `6.0.0` | `6.1.0` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.8.2` | `2.10.1` |
| [pymupdf](https://github.com/pymupdf/pymupdf) | `1.24.9` | `1.24.14` |
| [pytz](https://github.com/stub42/pytz) | `2024.1` | `2024.2` |
| [sentry-sdk[fastapi,openai,starlette]](https://github.com/getsentry/sentry-python) | `2.13.0` | `2.19.0` |
| [unstructured](https://github.com/Unstructured-IO/unstructured) | `0.15.7` | `0.16.6` |
| [uvicorn](https://github.com/encode/uvicorn) | `0.30.6` | `0.32.1` |
| [weaviate-client](https://github.com/weaviate/weaviate-python-client) | `4.7.1` | `4.9.4` |



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

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

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

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

Updates `openai` from 1.42.0 to 1.55.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.42.0...v1.55.0)

Updates `pre-commit` from 3.8.0 to 4.0.1
- [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.8.0...v4.0.1)

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

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

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

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

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

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

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

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

---
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: langchain
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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-major
  dependency-group: python-deps
- dependency-name: psutil
  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: pytz
  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-minor
  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
...

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 Nov 25, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 26, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 26, 2024
@dependabot dependabot bot deleted the dependabot/pip/python-deps-0074f7bf98 branch November 26, 2024 23:51
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.

0 participants