Skip to content

chore(deps): bump the all-dependencies group with 4 updates#167

Merged
mehmetcanay merged 1 commit intomainfrom
dependabot/uv/all-dependencies-002709b164
Dec 9, 2025
Merged

chore(deps): bump the all-dependencies group with 4 updates#167
mehmetcanay merged 1 commit intomainfrom
dependabot/uv/all-dependencies-002709b164

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2025

Bumps the all-dependencies group with 4 updates: openai, weaviate-client, pgvector and pytest.

Updates openai from 2.8.1 to 2.9.0

Release notes

Sourced from openai's releases.

v2.9.0

2.9.0 (2025-12-04)

Full Changelog: v2.8.1...v2.9.0

Features

  • api: gpt-5.1-codex-max and responses/compact (22f646e)

Bug Fixes

  • client: avoid mutating user-provided response config object (#2700) (e040d22)
  • ensure streams are always closed (0b1a27f)
  • streaming: correct indentation (575bbac)

Chores

  • deps: mypy 1.18.1 has a regression, pin to 1.17 (22cd586)
  • docs: use environment variables for authentication in code snippets (c2a3cd5)
  • internal: codegen related update (307a066)
  • update lockfile (b4109c5)
Changelog

Sourced from openai's changelog.

2.9.0 (2025-12-04)

Full Changelog: v2.8.1...v2.9.0

Features

  • api: gpt-5.1-codex-max and responses/compact (22f646e)

Bug Fixes

  • client: avoid mutating user-provided response config object (#2700) (e040d22)
  • ensure streams are always closed (0b1a27f)
  • streaming: correct indentation (575bbac)

Chores

  • deps: mypy 1.18.1 has a regression, pin to 1.17 (22cd586)
  • docs: use environment variables for authentication in code snippets (c2a3cd5)
  • internal: codegen related update (307a066)
  • update lockfile (b4109c5)
Commits
  • dc76021 release: 2.9.0
  • f45b3c3 fix bad merge
  • 96b9e70 manually readd
  • 61841f4 fix import
  • 1039d56 feat(api): gpt-5.1-codex-max and responses/compact
  • bd98847 chore(docs): use environment variables for authentication in code snippets
  • abc2596 fix(streaming): correct indentation
  • c3c607a chore: update lockfile
  • 1e7eae9 chore(deps): mypy 1.18.1 has a regression, pin to 1.17
  • f6552d7 fix: ensure streams are always closed
  • Additional commits viewable in compare view

Updates weaviate-client from 4.18.2 to 4.18.3

Release notes

Sourced from weaviate-client's releases.

v4.18.3

What's Changed

Full Changelog: weaviate/weaviate-python-client@v4.18.2...v4.18.3

Changelog

Sourced from weaviate-client's changelog.

Version 4.18.3

This patch version includes: - Fixes wrong deprecation warning in PyCharm when creating a collection without vectorizers - Fixes warnings with boolean filters

Commits
  • 8de1d74 Merge pull request #1903 from weaviate/changelog_v4183
  • dac5bd7 Add changelog for v4.18.3
  • c24dfe2 Merge pull request #1902 from weaviate/fix_bool_filters
  • fd52f50 Merge pull request #1901 from weaviate/order_overloads
  • 2f7aa46 Reuse computed value
  • b5eeae3 Update integration/test_collection_filter.py
  • 4ccc269 Update weaviate/collections/filters.py
  • 0366d1d Fix boolean filters
  • bbd4a80 Fix deprecation warning message
  • c794247 Reorder overloads to remove deprecation warning in pycharm
  • Additional commits viewable in compare view

Updates pgvector from 0.4.1 to 0.4.2

Changelog

Sourced from pgvector's changelog.

0.4.2 (2025-12-04)

  • Added support for Django 6
  • Added support for str objects for bit type with SQLAlchemy
Commits
  • 2968f25 Version bump to 0.4.2 [skip ci]
  • 674f5ba Updated checkout action [skip ci]
  • e2986da Added support for Django 6
  • e211ba4 Test with Python 3.14 on CI
  • 1a72b75 Updated pgvector on CI
  • c820a53 Simplified examples [skip ci]
  • caf1a2e Added docs for binary quantization with SQLAlchemy [skip ci]
  • dc9a8f9 Added test for binary quantization with re-ranking
  • 33dee60 Added support for str objects for bit type with SQLAlchemy - #137
  • ee3e71c Updated format for license identifier
  • Additional commits viewable in compare view

Updates pytest from 9.0.1 to 9.0.2

Release notes

Sourced from pytest's releases.

9.0.2

pytest 9.0.2 (2025-12-06)

Bug fixes

  • #13896: The terminal progress feature added in pytest 9.0.0 has been disabled by default, except on Windows, due to compatibility issues with some terminal emulators.

    You may enable it again by passing -p terminalprogress. We may enable it by default again once compatibility improves in the future.

    Additionally, when the environment variable TERM is dumb, the escape codes are no longer emitted, even if the plugin is enabled.

  • #13904: Fixed the TOML type of the tmp_path_retention_count settings in the API reference from number to string.

  • #13946: The private config.inicfg attribute was changed in a breaking manner in pytest 9.0.0. Due to its usage in the ecosystem, it is now restored to working order using a compatibility shim. It will be deprecated in pytest 9.1 and removed in pytest 10.

  • #13965: Fixed quadratic-time behavior when handling unittest subtests in Python 3.10.

Improved documentation

  • #4492: The API Reference now contains cross-reference-able documentation of pytest's command-line flags <command-line-flags>.
Commits
  • 3d10b51 Prepare release version 9.0.2
  • 188750b Merge pull request #14030 from pytest-dev/patchback/backports/9.0.x/1e4b01d1f...
  • b7d7bef Merge pull request #14014 from bluetech/compat-note
  • bd08e85 Merge pull request #14013 from pytest-dev/patchback/backports/9.0.x/922b60377...
  • bc78386 Add CLI options reference documentation (#13930)
  • 5a4e398 Fix docs typo (#14005) (#14008)
  • d7ae6df Merge pull request #14006 from pytest-dev/maintenance/update-plugin-list-tmpl...
  • 556f6a2 pre-commit: fix rst-lint after new release (#13999) (#14001)
  • c60fbe6 Fix quadratic-time behavior when handling unittest subtests in Python 3.10 ...
  • 73d9b01 Merge pull request #13995 from nicoddemus/patchback/backports/9.0.x/1b5200c0f...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-dependencies group with 4 updates: [openai](https://github.com/openai/openai-python), [weaviate-client](https://github.com/weaviate/weaviate-python-client), [pgvector](https://github.com/pgvector/pgvector-python) and [pytest](https://github.com/pytest-dev/pytest).


Updates `openai` from 2.8.1 to 2.9.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@v2.8.1...v2.9.0)

Updates `weaviate-client` from 4.18.2 to 4.18.3
- [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.18.2...v4.18.3)

Updates `pgvector` from 0.4.1 to 0.4.2
- [Changelog](https://github.com/pgvector/pgvector-python/blob/master/CHANGELOG.md)
- [Commits](pgvector/pgvector-python@v0.4.1...v0.4.2)

Updates `pytest` from 9.0.1 to 9.0.2
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@9.0.1...9.0.2)

---
updated-dependencies:
- dependency-name: openai
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: weaviate-client
  dependency-version: 4.18.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: pgvector
  dependency-version: 0.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: pytest
  dependency-version: 9.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Dec 8, 2025
@tiadams
Copy link
Member

tiadams commented Dec 8, 2025

@mehmetcanay maybe we need to add more embeddings to the cache test to make this work more dependently, this fails randomly

@mehmetcanay mehmetcanay merged commit 4366182 into main Dec 9, 2025
10 of 11 checks passed
@mehmetcanay mehmetcanay deleted the dependabot/uv/all-dependencies-002709b164 branch December 9, 2025 09:33
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments