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

chore(wren-ai-service): bump the all group in /wren-ai-service with 19 updates #1

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 12, 2025

Bumps the all group in /wren-ai-service with 19 updates:

Package From To
uvicorn 0.30.6 0.34.0
openai 1.58.1 1.59.6
numpy 1.26.4 2.2.1
orjson 3.10.12 3.10.14
sf-hamilton 1.85.1 1.86.1
aiohttp 3.11.10 3.11.11
ollama-haystack 0.0.6 1.1.0
langfuse 2.57.0 2.57.5
ollama 0.2.1 0.4.5
sqlglot 25.34.1 26.1.3
pydantic-settings 2.7.0 2.7.1
litellm 1.55.3 1.57.8
boto3 1.35.90 1.35.97
pre-commit 3.8.0 4.0.1
watchdog 4.0.2 6.0.0
deepeval 1.6.2 2.0
gitpython 3.1.43 3.1.44
locust 2.32.4 2.32.5
pytest-asyncio 0.24.0 0.25.2

Updates uvicorn from 0.30.6 to 0.34.0

Release notes

Sourced from uvicorn's releases.

Version 0.34.0

What's Changed


Full Changelog: encode/uvicorn@0.33.0...0.34.0

Version 0.33.0

What's Changed

New Contributors

Full Changelog: encode/uvicorn@0.32.1...0.33.0

Version 0.32.1

What's Changed


Full Changelog: encode/uvicorn@0.32.0...0.32.1

Version 0.32.0

Added

  • Officially support Python 3.13 (#2482)
  • Warn when max_request_limit is exceeded (#2430)

Full Changelog: encode/uvicorn@0.31.1...0.32.0

Version 0.31.1

Fixed

  • Support WebSockets 0.13.1 #2471
  • Restore support for [*] in trusted hosts #2480
  • Add PathLike[str] type hint for ssl_keyfile #2481

Full Changelog: encode/uvicorn@0.31.0...0.31.1

Version 0.31.0

... (truncated)

Changelog

Sourced from uvicorn's changelog.

0.34.0 (December 15, 2024)

Added

  • Add content-length to 500 response in wsproto implementation (#2542)

Removed

  • Drop support for Python 3.8 (#2543)

0.33.0 (December 14, 2024)

Removed

  • Remove WatchGod support for --reload (#2536)

0.32.1 (November 20, 2024)

Fixed

  • Drop ASGI spec version to 2.3 on HTTP scope (#2513)
  • Enable httptools lenient data on httptools >= 0.6.3 (#2488)

0.32.0 (October 15, 2024)

Added

  • Officially support Python 3.13 (#2482)
  • Warn when max_request_limit is exceeded (#2430)

0.31.1 (October 9, 2024)

Fixed

  • Support WebSockets 0.13.1 (#2471)
  • Restore support for [*] in trusted hosts (#2480)
  • Add PathLike[str] type hint for ssl_keyfile (#2481)

0.31.0 (September 27, 2024)

Added

Improve ProxyHeadersMiddleware (#2468) and (#2231):

  • Fix the host for requests from clients running on the proxy server itself.
  • Fallback to host that was already set for empty x-forwarded-for headers.
  • Also allow to specify IP Networks as trusted hosts. This greatly simplifies deployments on docker swarm/kubernetes, where the reverse proxy might have a dynamic IP.
    • This includes support for IPv6 Address/Networks.
Commits

Updates openai from 1.58.1 to 1.59.6

Release notes

Sourced from openai's releases.

v1.59.6

1.59.6 (2025-01-09)

Full Changelog: v1.59.5...v1.59.6

Bug Fixes

  • correctly handle deserialising cls fields (#2002) (089c820)

Chores

v1.59.5

1.59.5 (2025-01-08)

Full Changelog: v1.59.4...v1.59.5

Bug Fixes

Documentation

v1.59.4

1.59.4 (2025-01-07)

Full Changelog: v1.59.3...v1.59.4

Chores

Documentation

  • realtime: fix event reference link (9b6885d)

v1.59.3

1.59.3 (2025-01-03)

... (truncated)

Changelog

Sourced from openai's changelog.

1.59.6 (2025-01-09)

Full Changelog: v1.59.5...v1.59.6

Bug Fixes

  • correctly handle deserialising cls fields (#2002) (089c820)

Chores

1.59.5 (2025-01-08)

Full Changelog: v1.59.4...v1.59.5

Bug Fixes

Documentation

1.59.4 (2025-01-07)

Full Changelog: v1.59.3...v1.59.4

Chores

Documentation

  • realtime: fix event reference link (9b6885d)

1.59.3 (2025-01-03)

Full Changelog: v1.59.2...v1.59.3

Chores

... (truncated)

Commits

Updates numpy from 1.26.4 to 2.2.1

Release notes

Sourced from numpy's releases.

2.2.1 (DEC 21, 2024)

NumPy 2.2.1 Release Notes

NumPy 2.2.1 is a patch release following 2.2.0. It fixes bugs found after the 2.2.0 release and has several maintenance pins to work around upstream changes.

There was some breakage in downstream projects following the 2.2.0 release due to updates to NumPy typing. Because of problems due to MyPy defects, we recommend using basedpyright for type checking, it can be installed from PyPI. The Pylance extension for Visual Studio Code is also based on Pyright. Problems that persist when using basedpyright should be reported as issues on the NumPy github site.

This release supports Python 3.10-3.13.

Contributors

A total of 9 people contributed to this release. People with a "+" by their names contributed a patch for the first time.

  • Charles Harris
  • Joren Hammudoglu
  • Matti Picus
  • Nathan Goldbaum
  • Peter Hawkins
  • Simon Altrogge
  • Thomas A Caswell
  • Warren Weckesser
  • Yang Wang +

Pull requests merged

A total of 12 pull requests were merged for this release.

  • #27935: MAINT: Prepare 2.2.x for further development
  • #27950: TEST: cleanups
  • #27958: BUG: fix use-after-free error in npy_hashtable.cpp (#27955)
  • #27959: BLD: add missing include
  • #27982: BUG:fix compile error libatomic link test to meson.build
  • #27990: TYP: Fix falsely rejected value types in ndarray.__setitem__
  • #27991: MAINT: Don't wrap #include <Python.h> with extern "C"
  • #27993: BUG: Fix segfault in stringdtype lexsort
  • #28006: MAINT: random: Tweak module code in mtrand.pyx to fix a Cython...
  • #28007: BUG: Cython API was missing NPY_UINTP.
  • #28021: CI: pin scipy-doctest to 1.5.1
  • #28044: TYP: allow None in operand sequence of nditer

Checksums

... (truncated)

Changelog

Sourced from numpy's changelog.

This is a walkthrough of the NumPy 2.1.0 release on Linux, modified for building with GitHub Actions and cibuildwheels and uploading to the anaconda.org staging repository for NumPy <https://anaconda.org/multibuild-wheels-staging/numpy>_. The commands can be copied into the command line, but be sure to replace 2.1.0 by the correct version. This should be read together with the :ref:general release guide <prepare_release>.

Facility preparation

Before beginning to make a release, use the requirements/*_requirements.txt files to ensure that you have the needed software. Most software can be installed with pip, but some will require apt-get, dnf, or whatever your system uses for software. You will also need a GitHub personal access token (PAT) to push the documentation. There are a few ways to streamline things:

  • Git can be set up to use a keyring to store your GitHub personal access token. Search online for the details.
  • You can use the keyring app to store the PyPI password for twine. See the online twine documentation for details.

Prior to release

Add/drop Python versions

When adding or dropping Python versions, three files need to be edited:

  • .github/workflows/wheels.yml # for github cibuildwheel
  • tools/ci/cirrus_wheels.yml # for cibuildwheel aarch64/arm64 builds
  • pyproject.toml # for classifier and minimum version check.

Make these changes in an ordinary PR against main and backport if necessary. Add [wheel build] at the end of the title line of the commit summary so that wheel builds will be run to test the changes. We currently release wheels for new Python versions after the first Python rc once manylinux and cibuildwheel support it. For Python 3.11 we were able to release within a week of the rc1 announcement.

Backport pull requests

Changes that have been marked for this release must be backported to the maintenance/2.1.x branch.

Update 2.1.0 milestones

... (truncated)

Commits
  • 7469245 Merge pull request #28047 from charris/prepare-2.2.1
  • acb051e REL: Prepare for the NumPy 2.2.1 release [wheel build]
  • 28a091a Merge pull request #28044 from charris/backport-28039
  • 723605b TST: Add test for allowing None in operand sequence passed to nditer
  • 554739e TYP: allow None in operand sequence of nditer
  • 31bc4c8 Merge pull request #28021 from charris/backport-28020
  • 32f52a3 CI: pin scipy-doctest to 1.5.1 (#28020)
  • 6219aeb Merge pull request #28007 from charris/backport-28005
  • eb7071c Merge pull request #28006 from charris/backport-28003
  • 4f82c32 BUG: Cython API was missing NPY_UINTP.
  • Additional commits viewable in compare view

Updates orjson from 3.10.12 to 3.10.14

Release notes

Sourced from orjson's releases.

3.10.14

Changed

  • Specify build system dependency on maturin>=1,<2 again.
  • Allocate memory using PyMem_Malloc() and similar APIs for integration with pymalloc, mimalloc, and tracemalloc.
  • Source distribution does not ship compressed test documents and relevant tests skip if fixtures are not present.
  • Build now depends on Rust 1.82 or later instead of 1.72.

3.10.13

Changed

  • Fix compatibility with maturin introducing a breaking change in 1.8.0 and specify a fixed version of maturin. Projects relying on any previous version being buildable from source by end users (via PEP 517) must upgrade to at least this version.
Changelog

Sourced from orjson's changelog.

3.10.14

Changed

  • Specify build system dependency on maturin>=1,<2 again.
  • Allocate memory using PyMem_Malloc() and similar APIs for integration with pymalloc, mimalloc, and tracemalloc.
  • Source distribution does not ship compressed test documents and relevant tests skip if fixtures are not present.
  • Build now depends on Rust 1.82 or later instead of 1.72.

3.10.13

Changed

  • Fix compatibility with maturin introducing a breaking change in 1.8.0 and specify a fixed version of maturin. Projects relying on any previous version being buildable from source by end users (via PEP 517) must upgrade to at least this version.
Commits
  • 1534f8c 3.10.14
  • 3964617 Fix CI to use python3.13t interpreter
  • d231af6 alloc using PyMem functions
  • a817c91 ABI compatibility with free-threading builds
  • 0c3ca67 build maintenance, edition 2024 compatibility
  • 504a99b 3.10.13
  • 9a4ef46 Fix maturin breaking change and specify fixed version
  • See full diff in compare view

Updates sf-hamilton from 1.85.1 to 1.86.1

Release notes

Sourced from sf-hamilton's releases.

sf-hamilton-1.86.1

What's Changed

New Contributors

Full Changelog: DAGWorks-Inc/hamilton@sf-hamilton-1.85.1...sf-hamilton-1.86.1

Commits

Updates aiohttp from 3.11.10 to 3.11.11

Release notes

Sourced from aiohttp's releases.

3.11.11

Bug fixes

  • Updated :py:meth:~aiohttp.ClientSession.request to reuse the quote_cookie setting from ClientSession._cookie_jar when processing cookies parameter. -- by :user:Cycloctane.

    Related issues and pull requests on GitHub: #10093.

  • Fixed type of SSLContext for some static type checkers (e.g. pyright).

    Related issues and pull requests on GitHub: #10099.

  • Updated :meth:aiohttp.web.StreamResponse.write annotation to also allow :class:bytearray and :class:memoryview as inputs -- by :user:cdce8p.

    Related issues and pull requests on GitHub: #10154.

  • Fixed a hang where a connection previously used for a streaming download could be returned to the pool in a paused state. -- by :user:javitonino.

    Related issues and pull requests on GitHub: #10169.

Features

  • Enabled ALPN on default SSL contexts. This improves compatibility with some proxies which don't work without this extension. -- by :user:Cycloctane.

    Related issues and pull requests on GitHub: #10156.

... (truncated)

Changelog

Sourced from aiohttp's changelog.

3.11.11 (2024-12-18)

Bug fixes

  • Updated :py:meth:~aiohttp.ClientSession.request to reuse the quote_cookie setting from ClientSession._cookie_jar when processing cookies parameter. -- by :user:Cycloctane.

    Related issues and pull requests on GitHub: :issue:10093.

  • Fixed type of SSLContext for some static type checkers (e.g. pyright).

    Related issues and pull requests on GitHub: :issue:10099.

  • Updated :meth:aiohttp.web.StreamResponse.write annotation to also allow :class:bytearray and :class:memoryview as inputs -- by :user:cdce8p.

    Related issues and pull requests on GitHub: :issue:10154.

  • Fixed a hang where a connection previously used for a streaming download could be returned to the pool in a paused state. -- by :user:javitonino.

    Related issues and pull requests on GitHub: :issue:10169.

Features

  • Enabled ALPN on default SSL contexts. This improves compatibility with some proxies which don't work without this extension. -- by :user:Cycloctane.

... (truncated)

Commits
  • 8aaaba3 Release 3.11.11 (#10181)
  • db56d74 [PR #10171/5185f93 backport][3.11] Stream unpauses protocol before releasing ...
  • 8c96a62 [PR #10093/7b5d54a backport][3.11] Use quote_cookie setting from ClientSess...
  • c80be67 [PR #10151/7c12b1a9 backport][3.11] Fix infinite callback loop when time is n...
  • 3680479 [PR #10156/00700458 backport][3.11] Add ALPN extension to client SSL Context ...
  • 7f38913 [PR #10154/3f07b1a3 backport][3.11] Update StreamResponse.write annotation fo...
  • b770b1a Fix type of SSLContext for some static type checkers (#10099) (#10145)
  • 489b664 [PR #10138/dbd77ad6 backport][3.11] Bump sphinx to 8.1.3 along with required ...
  • 87f0f48 Bump actions/cache from 4.1.2 to 4.2.0 (#10136)
  • 7b86843 [PR #10131/7f92bebb backport][3.11] Bump Python version for benchmarks to 3.1...
  • Additional commits viewable in compare view

Updates ollama-haystack from 0.0.6 to 1.1.0

Commits

Updates langfuse from 2.57.0 to 2.57.5

Commits

Updates ollama from 0.2.1 to 0.4.5

Release notes

Sourced from ollama's releases.

v0.4.5

What's Changed

New Contributors

Full Changelog: ollama/ollama-python@v0.4.4...v0.4.5

v0.4.4

What's Changed

Full Changelog: ollama/ollama-python@v0.4.3...v0.4.4

v0.4.3

What's Changed

Full Changelog: ollama/ollama-python@v0.4.2...v0.4.3

v0.4.2

What's Changed

New Contributors

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

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

... (truncated)

Commits
  • ee349ec bugfix: fix passing Image type in messages for chat (#390)
  • 7d1e002 examples: use type hinting generics in standard collections for structured ou...
  • 4daf4af Merge pull request #384 from akx/export-image-model
  • 9057705 fix: export Image model
  • 70dd0b7 fix: structured outputs example (#364)
  • 1066246 fix validation of format field to allow empty strings as it did previously (#...
  • 4b10dee Structured outputs support with examples (#354)
  • e956a33 Merge pull request #358 from ollama/dependabot/pip/pytest-8.3.4
  • 12f7302 Bump pytest from 8.3.3 to 8.3.4
  • 366180a Improve tool example to showcase chatting (#352)
  • Additional commits viewable in compare view

Updates sqlglot from 25.34.1 to 26.1.3

Changelog

Sourced from sqlglot's changelog.

[v26.1.3] - 2025-01-09

🐛 Bug Fixes

🔧 Chores

[v26.1.2] - 2025-01-08

🔧 Chores

[v26.1.1] - 2025-01-08

🔧 Chores

[v26.1.0] - 2025-01-08

💥 BREAKING CHANGES

  • due to 07d05da - normalize before qualifying tables (PR #4539 by @​tobymao):

    normalize before qualifying tables (#4539)

  • due to cead7c3 - require AS token in CTEs for all dialects except spark, databricks (PR #4546 by @​georgesittas):

    require AS token in CTEs for all dialects except spark, databricks (#4546)

  • due to 231d032 - support Unicode in sqlite, mysql, tsql, postgres, oracle (PR #4554 by @​pruzko):

    support Unicode in sqlite, mysql, tsql, postgres, oracle (#4554)

  • due to 83595b6 - parse ASCII into Unicode to facilitate transpilation (commit by @​georgesittas):

    parse ASCII into Unicode to facilitate transpilation

  • due to e141960 - improve transpilation of CHAR[ACTER]_LENGTH (PR #4555 by @​pruzko):

    improve transpilation of CHAR[ACTER]_LENGTH (#4555)

✨ New Features

... (truncated)

Commits
  • 1ea05c0 Chore: bump sqlglotrs to 0.3.4
  • ffbb935 Chore: install python 3.7 when building windows wheel for sqlglotrs (#4585)
  • d250846 fix(snowflake): generate LIMIT when OFFSET exists #4575 (#4581)
  • 6d6060b docs: update API docs, CHANGELOG.md for v26.1.2 [skip ci]
  • 3259f84 Chore: bump sqlglotrs to 0.3.3
  • e33af0b Chore: try setup-python@v5 in the publish job (#4582)
  • 5aa00f0 docs: update API docs, CHANGELOG.md for v26.1.1 [skip ci]
  • 975ffa0 Chore: bump sqlglotrs to 0.3.2
  • e51d1cf Chore: release sqlglotrs for Python 3.13 on windows (#4580)
  • d85b827 docs: update API docs, CHANGELOG.md for v26.1.0 [skip ci]
  • Additional commits viewable in compare view

Updates pydantic-settings from 2.7.0 to 2.7.1

Release notes

Sourced from pydantic-settings's releases.

v2.7.1

What's Changed

Full Changelog: pydantic/pydantic-settings@v2.7.0...v2.7.1

Commits

Updates litellm from 1.55.3 to 1.57.8

Release notes

Sourced from litellm's releases.

v1.57.8

What's Changed

Full Changelog: BerriAI/litellm@v1.57.7...v1.57.8

Docker Run LiteLLM Proxy

docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
ghcr.io/berriai/litellm:main-v1.57.8

Don't want to maintain your internal proxy? get in touch 🎉

Hosted Proxy Alpha: https://calendly.com/d/4mp-gd3-k5k/litellm-1-1-onboarding-chat

Load Test LiteLLM Proxy Results

Name Status Median Response Time (ms) Average Response Time (ms) Requests/s Failures/s Request Count Failure Count Min Response Time (ms) Max Response Time (ms)
/chat/completions Passed ✅ 210.0 225.29799695056985 6.153370698253471 0.0 1841 0 177.73327700001573 2088.13791099999
Aggregated Passed ✅ 210.0 225.29799695056985 6.153370698253471 0.0 1841 0 177.73327700001573 2088.13791099999

v1.57.7

What's Changed

Bumps the all group in /wren-ai-service with 19 updates:

| Package | From | To |
| --- | --- | --- |
| [uvicorn](https://github.com/encode/uvicorn) | `0.30.6` | `0.34.0` |
| [openai](https://github.com/openai/openai-python) | `1.58.1` | `1.59.6` |
| [numpy](https://github.com/numpy/numpy) | `1.26.4` | `2.2.1` |
| [orjson](https://github.com/ijl/orjson) | `3.10.12` | `3.10.14` |
| [sf-hamilton](https://github.com/DAGWorks-Inc/hamilton) | `1.85.1` | `1.86.1` |
| [aiohttp](https://github.com/aio-libs/aiohttp) | `3.11.10` | `3.11.11` |
| [ollama-haystack](https://github.com/deepset-ai/haystack-core-integrations) | `0.0.6` | `1.1.0` |
| [langfuse](https://github.com/langfuse/langfuse) | `2.57.0` | `2.57.5` |
| [ollama](https://github.com/ollama/ollama-python) | `0.2.1` | `0.4.5` |
| [sqlglot](https://github.com/tobymao/sqlglot) | `25.34.1` | `26.1.3` |
| [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.7.0` | `2.7.1` |
| [litellm](https://github.com/BerriAI/litellm) | `1.55.3` | `1.57.8` |
| [boto3](https://github.com/boto/boto3) | `1.35.90` | `1.35.97` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `3.8.0` | `4.0.1` |
| [watchdog](https://github.com/gorakhargosh/watchdog) | `4.0.2` | `6.0.0` |
| [deepeval](https://github.com/confident-ai/deepeval) | `1.6.2` | `2.0` |
| [gitpython](https://github.com/gitpython-developers/GitPython) | `3.1.43` | `3.1.44` |
| [locust](https://github.com/locustio/locust) | `2.32.4` | `2.32.5` |
| [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.24.0` | `0.25.2` |


Updates `uvicorn` from 0.30.6 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.30.6...0.34.0)

Updates `openai` from 1.58.1 to 1.59.6
- [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.58.1...v1.59.6)

Updates `numpy` from 1.26.4 to 2.2.1
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v1.26.4...v2.2.1)

Updates `orjson` from 3.10.12 to 3.10.14
- [Release notes](https://github.com/ijl/orjson/releases)
- [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md)
- [Commits](ijl/orjson@3.10.12...3.10.14)

Updates `sf-hamilton` from 1.85.1 to 1.86.1
- [Release notes](https://github.com/DAGWorks-Inc/hamilton/releases)
- [Commits](DAGWorks-Inc/hamilton@sf-hamilton-1.85.1...sf-hamilton-1.86.1)

Updates `aiohttp` from 3.11.10 to 3.11.11
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.11.10...v3.11.11)

Updates `ollama-haystack` from 0.0.6 to 1.1.0
- [Commits](deepset-ai/haystack-core-integrations@integrations/ollama-v0.0.6...nodes/text2speech-v1.1.0)

Updates `langfuse` from 2.57.0 to 2.57.5
- [Release notes](https://github.com/langfuse/langfuse/releases)
- [Commits](https://github.com/langfuse/langfuse/commits)

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

Updates `sqlglot` from 25.34.1 to 26.1.3
- [Changelog](https://github.com/tobymao/sqlglot/blob/main/CHANGELOG.md)
- [Commits](tobymao/sqlglot@v25.34.1...v26.1.3)

Updates `pydantic-settings` from 2.7.0 to 2.7.1
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.7.0...v2.7.1)

Updates `litellm` from 1.55.3 to 1.57.8
- [Release notes](https://github.com/BerriAI/litellm/releases)
- [Commits](BerriAI/litellm@v1.55.3...v1.57.8)

Updates `boto3` from 1.35.90 to 1.35.97
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.35.90...1.35.97)

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 `watchdog` from 4.0.2 to 6.0.0
- [Release notes](https://github.com/gorakhargosh/watchdog/releases)
- [Changelog](https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst)
- [Commits](gorakhargosh/watchdog@v4.0.2...v6.0.0)

Updates `deepeval` from 1.6.2 to 2.0
- [Release notes](https://github.com/confident-ai/deepeval/releases)
- [Commits](https://github.com/confident-ai/deepeval/commits/v2.0)

Updates `gitpython` from 3.1.43 to 3.1.44
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](gitpython-developers/GitPython@3.1.43...3.1.44)

Updates `locust` from 2.32.4 to 2.32.5
- [Release notes](https://github.com/locustio/locust/releases)
- [Changelog](https://github.com/locustio/locust/blob/master/CHANGELOG.md)
- [Commits](locustio/locust@2.32.4...2.32.5)

Updates `pytest-asyncio` from 0.24.0 to 0.25.2
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.24.0...v0.25.2)

---
updated-dependencies:
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: orjson
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: sf-hamilton
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: aiohttp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: ollama-haystack
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: langfuse
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: ollama
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: sqlglot
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: pydantic-settings
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: litellm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: pre-commit
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: watchdog
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: deepeval
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: gitpython
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: locust
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: pytest-asyncio
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 12, 2025

The following labels could not be found: dependencies, python, ci/ai-service, module/ai-service.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 13, 2025

Superseded by #2.

@dependabot dependabot bot closed this Jan 13, 2025
@dependabot dependabot bot deleted the dependabot/pip/wren-ai-service/all-c89e8220ae branch January 13, 2025 03:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants