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 10 updates #157

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2024

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

Package From To
fastapi 0.112.2 0.114.2
langchain 0.2.14 0.3.0
ollama 0.3.1 0.3.3
openai 1.42.0 1.45.0
pydantic 2.8.2 2.9.1
pymupdf 1.24.9 1.24.10
pytz 2024.1 2024.2
sentry-sdk[fastapi,openai,starlette] 2.13.0 2.14.0
unstructured 0.15.7 0.15.12
weaviate-client 4.7.1 4.8.1

Updates fastapi from 0.112.2 to 0.114.2

Release notes

Sourced from fastapi's releases.

0.114.2

Fixes

Translations

  • 🌐 Add Portuguese translation for docs/pt/docs/tutorial/request-form-models.md. PR #12175 by @​ceb10n.
  • 🌐 Add Chinese translation for docs/zh/docs/project-generation.md. PR #12170 by @​waketzheng.
  • 🌐 Add Dutch translation for docs/nl/docs/python-types.md. PR #12158 by @​maxscheijen.

Internal

0.114.1

Refactors

  • ⚡️ Improve performance in request body parsing with a cache for internal model fields. PR #12184 by @​tiangolo.

Docs

  • 📝 Remove duplicate line in docs for docs/en/docs/environment-variables.md. PR #12169 by @​prometek.

Translations

Internal

0.114.0

You can restrict form fields to only include those declared in a Pydantic model and forbid any extra field sent in the request using Pydantic's model_config = {"extra": "forbid"}:

from typing import Annotated
from fastapi import FastAPI, Form
from pydantic import BaseModel
app = FastAPI()
</tr></table>

... (truncated)

Commits
  • 2ada161 🔖 Release version 0.114.2
  • 3a5fd71 📝 Update release notes
  • 88d4f2c 🐛 Fix form field regression (#12194)
  • 0fc6e34 📝 Update release notes
  • 2a43511 💡 Add comments with instructions for Playwright screenshot scripts (#12193)
  • ed66d70 📝 Update release notes
  • e50faca 🌐 Add Portuguese translation for `docs/pt/docs/tutorial/request-form-models.m...
  • 93e50e3 📝 Update release notes
  • 4a94fe3 🌐 Add Chinese translation for docs/zh/docs/project-generation.md (#12170)
  • 492943f 📝 Update release notes
  • Additional commits viewable in compare view

Updates langchain from 0.2.14 to 0.3.0

Release notes

Sourced from langchain's releases.

langchain-community==0.3.0

Changes since langchain-community==0.2.17

community: release 0.3 (#26472) multiple: pydantic 2 compatibility, v0.3 (#26443)

langchain-core==0.3.0

Changes since langchain-core==0.2.40

core: release 0.3.0 (#26453) multiple: pydantic 2 compatibility, v0.3 (#26443)

langchain-experimental==0.3.0

Changes since langchain-experimental==0.0.65

experimental: release 0.3 (#26477) multiple: pydantic 2 compatibility, v0.3 (#26443) Add the option to ignore structured output method to LLM graph transf… (#26013)

langchain-text-splitters==0.3.0

Changes since langchain-text-splitters==0.2.4

text-splitters: release 0.3 (#26460) multiple: pydantic 2 compatibility, v0.3 (#26443)

langchain==0.3.0

Changes since langchain==0.2.16

langchain: release 0.3.0 (#26462) multiple: pydantic 2 compatibility, v0.3 (#26443) core[minor]: Remove serialized manifest from tracing requests for non-llm runs (#26270)

langchain-core==0.3.0.dev5

Changes since langchain-core==0.2.39

core[patch]: fix regression in convert_to_openai_tool with instances of Tool (#26327) core[patch]: Support non ASCII characters in tool output if user doesn't output string (#26319) Keyword-like runnable config (#26295)

langchain-core==0.3.0.dev4

Changes since langchain-core==0.2.38

infra: Clear cache for env-var checks (#26073) fmt fmt

langchain-core==0.3.0.dev3

Changes since langchain-core==0.2.38

infra: Clear cache for env-var checks (#26073)

... (truncated)

Commits

Updates ollama from 0.3.1 to 0.3.3

Release notes

Sourced from ollama's releases.

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
  • 89e8b74 Merge pull request #267 from ollama/dependabot/pip/ruff-0.6.3
  • 81edab1 _stream in async client raises RuntimeError processing HTTP errors (#266)
  • 5f51129 Bump ruff from 0.6.2 to 0.6.3
  • d98f646 IPv6 support (#262)
  • 981015c Merge pull request #261 from ollama/dependabot/pip/ruff-0.6.2
  • 9c34d81 Bump ruff from 0.5.5 to 0.6.2
  • 9f2832d Merge pull request #260 from ollama/dependabot/pip/pytest-asyncio-0.24.0
  • e220e46 Merge pull request #252 from ollama/dependabot/pip/pytest-httpserver-1.1.0
  • dfdeb7c Add URL path to client URL in in Client._parse_host() (#170)
  • 9e6726e Bump pytest-asyncio from 0.23.8 to 0.24.0
  • Additional commits viewable in compare view

Updates openai from 1.42.0 to 1.45.0

Release notes

Sourced from openai's releases.

v1.45.0

1.45.0 (2024-09-12)

Full Changelog: v1.44.1...v1.45.0

Features

Bug Fixes

  • types: correctly mark stream discriminator as optional (#1706) (80f02f9)

v1.44.1

1.44.1 (2024-09-09)

Full Changelog: v1.44.0...v1.44.1

Chores

  • add docstrings to raw response properties (#1696) (1d2a19b)

Documentation

  • readme: add section on determining installed version (#1697) (0255735)
  • readme: improve custom base_url example (#1694) (05eec8a)

v1.44.0

1.44.0 (2024-09-06)

Full Changelog: v1.43.1...v1.44.0

Features

  • vector store: improve chunking strategy type names (#1690) (e82cd85)

v1.43.1

1.43.1 (2024-09-05)

Full Changelog: v1.43.0...v1.43.1

Chores

v1.43.0

1.43.0 (2024-08-29)

... (truncated)

Changelog

Sourced from openai's changelog.

1.45.0 (2024-09-12)

Full Changelog: v1.44.1...v1.45.0

Features

Bug Fixes

  • types: correctly mark stream discriminator as optional (#1706) (80f02f9)

1.44.1 (2024-09-09)

Full Changelog: v1.44.0...v1.44.1

Chores

  • add docstrings to raw response properties (#1696) (1d2a19b)

Documentation

  • readme: add section on determining installed version (#1697) (0255735)
  • readme: improve custom base_url example (#1694) (05eec8a)

1.44.0 (2024-09-06)

Full Changelog: v1.43.1...v1.44.0

Features

  • vector store: improve chunking strategy type names (#1690) (e82cd85)

1.43.1 (2024-09-05)

Full Changelog: v1.43.0...v1.43.1

Chores

1.43.0 (2024-08-29)

Full Changelog: v1.42.0...v1.43.0

Features

... (truncated)

Commits
  • 48026f3 release: 1.45.0
  • 2bfec1a feat(api): add o1 models (#1708)
  • a6e9db8 fix(types): correctly mark stream discriminator as optional (#1706)
  • 23b9615 feat(errors): include completion in LengthFinishReasonError (#1701)
  • 6b07089 release: 1.44.1
  • fee1040 docs(readme): add section on determining installed version (#1697)
  • 3cf4acc chore: add docstrings to raw response properties (#1696)
  • 38dd534 docs(readme): improve custom base_url example (#1694)
  • 93aa548 release: 1.44.0
  • f161000 feat(vector store): improve chunking strategy type names (#1690)
  • Additional commits viewable in compare view

Updates pydantic from 2.8.2 to 2.9.1

Release notes

Sourced from pydantic's releases.

v2.9.1 (2024-09-09)

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.9.0...v2.9.1

v2.9.0 (2024-09-05)

The code released in v2.9.0 is practically identical to that of v2.9.0b2.

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

What's Changed

Packaging

New Features

Changes

... (truncated)

Changelog

Sourced from pydantic's changelog.

v2.9.0 (2024-09-05)

GitHub release

The code released in v2.9.0 is practically identical to that of v2.9.0b2.

What's Changed

Packaging

New Features

Changes

Performance

... (truncated)

Commits

Updates pymupdf from 1.24.9 to 1.24.10

Release notes

Sourced from pymupdf's releases.

PyMuPDF-1.24.10 released

PyMuPDF-1.24.10 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.10 (2024-09-02)

  • Use MuPDF-1.24.9.

  • Fixed issues:

  • Other:

    • Object streams and linearization cannot be used together; attempting to do so will raise an exception. (#3603)
    • Fixed handling of non-existing /Contents object.
Changelog

Sourced from pymupdf's changelog.

Change Log

Changes in version 1.24.10 (2024-09-02)

  • Use MuPDF-1.24.9.

  • Fixed issues:

    • Fixed 3450 <https://github.com/pymupdf/PyMuPDF/issues/3450>_: get_pixmap function takes too long to process
    • Fixed 3569 <https://github.com/pymupdf/PyMuPDF/issues/3569>_: Invalid OCGs not ignored by SVG image creation
    • Fixed 3603 <https://github.com/pymupdf/PyMuPDF/issues/3603>_: ObjStm compression and PDF linearization doesn't work together
    • Fixed 3650 <https://github.com/pymupdf/PyMuPDF/issues/3650>_: Linebreak inserted between each letter
    • Fixed 3661 <https://github.com/pymupdf/PyMuPDF/issues/3661>_: Update Document to check the /XYZ len
    • Fixed 3698 <https://github.com/pymupdf/PyMuPDF/issues/3698>_: documentation issue - old code in the annotations documentation
    • Fixed 3705 <https://github.com/pymupdf/PyMuPDF/issues/3705>_: Document.select() behaves weirdly in some particular kind of pdf files
    • Fixed 3706 <https://github.com/pymupdf/PyMuPDF/issues/3706>_: extend Document.getitem type annotation to reflect that the method also accepts slices
    • Fixed 3727 <https://github.com/pymupdf/PyMuPDF/issues/3727>_: Method get_pixmap() make the program exit without any exceptions or messages
    • Fixed 3767 <https://github.com/pymupdf/PyMuPDF/issues/3767>_: Cannot get Tessdata with Tesseract-OCR 5
    • Fixed 3773 <https://github.com/pymupdf/PyMuPDF/issues/3773>_: Link.set_border gives TypeError: '<' not supported between instances of 'NoneType' and 'int'
    • Fixed 3774 <https://github.com/pymupdf/PyMuPDF/issues/3774>_: fitz.version` does not work anymore
    • Fixed 3789 <https://github.com/pymupdf/PyMuPDF/issues/3789>_: ValueError: not enough values to unpack (expected 3, got 2) is thrown when call insert_pdf
    • Fixed 3820 <https://github.com/pymupdf/PyMuPDF/issues/3820>_: class improves namedDest handling
  • Other:

    • Object streams and linearization cannot be used together; attempting to do so will raise an exception. (#3603)
    • Fixed handling of non-existing /Contents object.

Changes in version 1.24.9 (2024-07-24)

  • Use MuPDF-1.24.8.

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.

... (truncated)

Commits
  • ee09bb5 changes.txt: updated for release of 1.24.10.
  • b627b59 Updated version numbers and dates for release 1.24.10.
  • b1e9f43 setup.py: updated to use mupdf-1.24.9.
  • 54a144c tests/test_insertpdf.py: re-enable test_3789() because now fixed.
  • bb5a456 tests/: added test_3450().
  • 5217275 tests/: added test_3569().
  • 72bb79c tests/: added test_3650().
  • e5bb5ba tests/: added test_3727().
  • 2c903b6 tests/: added test_3705().
  • 877d7e5 Address 3820
  • Additional commits viewable in compare view

Updates pytz from 2024.1 to 2024.2

Commits
  • 3944f75 Bump version numbers to 2024.2 / 2024b
  • 640c9bd IANA 2024b
  • 382ca0c Squashed 'tz/' changes from 380c07cef..923e54bae
  • 96a1e88 Stop testing unavailable and EOL Python 3.5
  • 68186b6 Add support for Python 3.13
  • e994058 Run other jobs if one fails
  • 2326f9f Bump GitHub Actions
  • See full diff in compare view

Updates sentry-sdk[fastapi,openai,starlette] from 2.13.0 to 2.14.0

Release notes

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

2.14.0

Various fixes & improvements

Changelog

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

2.14.0

Various fixes & improvements

Commits

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

| Package | From | To |
| --- | --- | --- |
| [fastapi](https://github.com/fastapi/fastapi) | `0.112.2` | `0.114.2` |
| [langchain](https://github.com/langchain-ai/langchain) | `0.2.14` | `0.3.0` |
| [ollama](https://github.com/jmorganca/ollama-python) | `0.3.1` | `0.3.3` |
| [openai](https://github.com/openai/openai-python) | `1.42.0` | `1.45.0` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.8.2` | `2.9.1` |
| [pymupdf](https://github.com/pymupdf/pymupdf) | `1.24.9` | `1.24.10` |
| [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.14.0` |
| [unstructured](https://github.com/Unstructured-IO/unstructured) | `0.15.7` | `0.15.12` |
| [weaviate-client](https://github.com/weaviate/weaviate-python-client) | `4.7.1` | `4.8.1` |



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

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

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

Updates `openai` from 1.42.0 to 1.45.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.45.0)

Updates `pydantic` from 2.8.2 to 2.9.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.9.1)

Updates `pymupdf` from 1.24.9 to 1.24.10
- [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.10)

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.14.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.14.0)

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

Updates `weaviate-client` from 4.7.1 to 4.8.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.7.1...v4.8.1)

---
updated-dependencies:
- 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-patch
  dependency-group: python-deps
- dependency-name: openai
  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-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] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 16, 2024
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