Skip to content

Bump the version-updates group with 6 updates#313

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/version-updates-b02a6d9c79
Open

Bump the version-updates group with 6 updates#313
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/version-updates-b02a6d9c79

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 12, 2026

Copy link
Copy Markdown
Contributor

Bumps the version-updates group with 6 updates:

Package From To
typer 0.15.4 0.26.7
h5py 3.15.1 3.16.0
weaviate-client 4.6.7 4.21.3
tqdm 4.67.1 4.68.2
psycopg 3.3.2 3.3.4
pgvector 0.2.5 0.4.2

Updates typer from 0.15.4 to 0.26.7

Release notes

Sourced from typer's releases.

0.26.7

Fixes

0.26.6

Fixes

  • 🐛 Ensure that the default of a list argument is used correctly. PR #1821 by @​svlandeg.

Internal

0.26.5

Fixes

  • 🐛 Ensure that hidden commands are not shown when Rich markup is disabled. PR #1812 by @​svlandeg.

Internal

0.26.4

Features

  • 📝 Update AI Library Skill to avoid verbose code for CLI Options. PR #1808 by @​tiangolo.

Internal

0.26.3

Refactors

Internal

0.26.2

Fixes

  • 🐛 Ensure that an envvar set for a typer.Option list is split on whitespace. PR #1791 by @​svlandeg.

... (truncated)

Changelog

Sourced from typer's changelog.

0.26.7 (2026-06-03)

Fixes

0.26.6 (2026-06-02)

Fixes

  • 🐛 Ensure that the default of a list argument is used correctly. PR #1821 by @​svlandeg.

Internal

0.26.5 (2026-06-01)

Fixes

  • 🐛 Ensure that hidden commands are not shown when Rich markup is disabled. PR #1812 by @​svlandeg.

Internal

0.26.4 (2026-05-30)

Features

  • 📝 Update AI Library Skill to avoid verbose code for CLI Options. PR #1808 by @​tiangolo.

Internal

0.26.3 (2026-05-28)

Refactors

Internal

... (truncated)

Commits

Updates h5py from 3.15.1 to 3.16.0

Commits
  • b2f0347 Merge pull request #2807 from takluyver/prepare-3.16
  • f0dedaa Add zlib update to release notes
  • 1e04026 Merge pull request #2808 from takluyver/zlib-1.3.2
  • c5c8f06 Fix another reference to zlib DLL
  • d872c0c Use a newer bugfix release of HDF5 1.14 on Azure pipelines
  • 71c655a Fix calling zlib script on Windows Azure CI
  • 2f5bf86 Fix for new names z.lib & z.dll
  • 47ce1d8 Reduce duplicated code building zlib on Windows
  • d5c8b5d Try building zlib directly from source on Windows ARM64 as well
  • 846abfc Update zlib to 1.3.2 for Windows & Mac wheels
  • Additional commits viewable in compare view

Updates weaviate-client from 4.6.7 to 4.21.3

Release notes

Sourced from weaviate-client's releases.

v4.21.3

What's Changed

New Contributors

Full Changelog: weaviate/weaviate-python-client@v4.21.2...v4.21.3

v4.21.2

What's Changed

New Contributors

Full Changelog: weaviate/weaviate-python-client@v4.21.1...v4.21.2

v4.21.0

What's Changed

Full Changelog: weaviate/weaviate-python-client@v4.20.5...v4.21.0

v4.20.5

What's Changed

New Contributors

Full Changelog: weaviate/weaviate-python-client@v4.20.4...v4.20.5

v4.20.4

What's Changed

Full Changelog: weaviate/weaviate-python-client@v4.20.3...v4.20.4

... (truncated)

Changelog

Sourced from weaviate-client's changelog.

Version 4.21.3

This patch version includes: - Fixes a bug where client-side batching contexts did not respect user-supplied insert timeouts

Version 4.21.2

This patch version includes: - Fix aggregate metrics returning 0/0.0 instead of None for empty result sets - Add text2vec-digitalocean vectorizer module - Send empty vector index type on new Weaviate versions to support default vector index type configuration on the server side

Version 4.21.1

This patch version includes: - Add packaging as explicit dependency - Add support for selection diversity

Version 4.21.0

This minor version includes: - Support for new 1.37 features: - Add support for the new blobHash property data type - Add support for returning profiling when making queries with the return_metadata=["query_profile"] parameter - Add support for on-demaned tokenization through the client.tokenize namespace - Add support for managing permissions for accessing the native MCP server - Add support for collection export - Add support for incremental backups - Minor bug fixes and improvements: - Change alpha queries and aggregations to use server-side default parameter - Fixes rare flakey behaviour of client.batch.stream on server hangup

Version 4.20.5

This patch version includes: - Fix objectTTL config export - Add support for audio modality in multi2vec-google - Export FilterReturn from weaviate.classes.query - Fix updating async replication config - Remove unmaintained deprecated dependency - Throw exception on empty time filters

Version 4.20.4

This patch version includes: - Include client version in GRPC requests - Add support for the new multi2vec_google_gemini module

Version 4.20.3

... (truncated)

Commits
  • 3a8d341 Update changelog (#2054)
  • 22a12e4 fix(timeout): respect insertion timeout from config (#2048)
  • 5a4b983 Merge pull request #2045 from weaviate/changelogv4_21_2
  • 3e76d98 Add changelog for 4.21.2
  • 7857878 Merge pull request #2034 from weaviate/docs/suppress-overload-stacking
  • e75a914 Merge pull request #2042 from weaviate/empty_default_vector_index
  • d511d31 Fix compatibility with newer version
  • 26b13fc Update Weaviate version to accept empty vector index
  • 393369a use correct version for default vector index gate
  • afbb362 Send empty vector index type on new Weavaite versions
  • Additional commits viewable in compare view

Updates tqdm from 4.67.1 to 4.68.2

Release notes

Sourced from tqdm's releases.

tqdm v4.68.2 stable

  • revert accidental change to ascii default (fixes #1760)
    • UnicodeEncodeError: 'charmap' codec can't encode characters in position 6-7: character maps to <undefined> can be fixed by installing tqdm!=4.68.0,!=4.68.1
  • misc docs updates
    • fix links
    • replace stray rst -> md syntax
    • consistent "progress bar" terminology (#1737)
  • tests: fix coverage (fixes #1760)

tqdm v4.68.1 stable

tqdm v4.68.0 stable

  • utils: simplify terminal size detection (#1760)
  • contrib
    • itertools (#1760)
      • add chain, permutations, combinations, combinations_with_replacement, batched
      • add product(repeat=1) keyword argument (#1428)
    • fix discord, telegram error handling
    • fix discord, slack, telegram format for total=None
  • soft-deprecate tqdm.utils.envwrap -> envwrap
  • benchmarks: fix asv
  • misc linting
  • misc framework updates
    • CI: migrate manual job to pre-commit.ci
    • bump workflow actions & pre-commit hooks

tqdm v4.67.3 stable

tqdm v4.67.2 stable

  • support pandas>=3 (#1703 <- #1701, #1650, #1700)
  • fix format_interval for negative numbers (#1703)
  • misc linting
  • framework updates (#1704)
    • bump CI workflow & pre-commit dependencies
    • add pyupgrade
    • add py3.13 support
    • fix py3.7 tests
    • update setuptools-scm usage
    • support auto-dedented docstrings when building docs in py3.13
  • tests: relax flaky benchmarks
Commits
  • 4b33952 revert accidental change to tqdm(ascii) default
  • b10848f docs: fix links
  • 85b62dd docs: replace stray rst -> md
  • d2fb04a docs: mention OpenAI sponsorship
  • 85940f9 docs: consistent progress bar terminology
  • 9dbb36b tests: fix coverage
  • 67cf355 Merge pull request #1751 from jaltmayerpizzorno/fix-atexit-monitor-deadlock
  • cfa4a85 minor docstring updates
  • f83290c Fix TMonitor deadlock at interpreter shutdown
  • 59029c3 Set name for tqdm monitor thread (#1752)
  • Additional commits viewable in compare view

Updates psycopg from 3.3.2 to 3.3.4

Changelog

Sourced from psycopg's changelog.

.. currentmodule:: psycopg

.. index:: single: Release notes single: News

psycopg release notes

Future releases

Psycopg 3.3.5 (unreleased) ^^^^^^^^^^^^^^^^^^^^^^^^^^

  • Discard prepared statements upon :sql:ALTER * or DISCARD * (:ticket:[#1307](https://github.com/psycopg/psycopg/issues/1307)).

Current release

Psycopg 3.3.4 ^^^^^^^^^^^^^

  • Fix possible spurious connection timeout in systems with very long uptimes in C extension (:ticket:[#1280](https://github.com/psycopg/psycopg/issues/1280)).
  • Fix client-side adaptation of enums whose name require quotes (:ticket:[#1298](https://github.com/psycopg/psycopg/issues/1298)).
  • Consistently populate ~Cursor.statusmessage after ~Cursor.executemany() (:ticket:[#1302](https://github.com/psycopg/psycopg/issues/1302)).

Psycopg 3.3.3 ^^^^^^^^^^^^^

  • Retain Error.pgconn when raising a single exception for multiple connection attempt errors (:ticket:[#1246](https://github.com/psycopg/psycopg/issues/1246)).
  • Return a proper error when server sends ErrorResponse for a Sync after a Parse (:ticket:[#1260](https://github.com/psycopg/psycopg/issues/1260)).

Psycopg 3.3.2 ^^^^^^^^^^^^^

Fix race condition in adapters at startup (:ticket:[#1230](https://github.com/psycopg/psycopg/issues/1230)).

Psycopg 3.3.1 ^^^^^^^^^^^^^

... (truncated)

Commits
  • 83f1103 chore: bump psycopg_pool package version to 3.3.1
  • 1828770 chore: bump psycopg package version to 3.3.4
  • 8be14bb Merge pull request #1301 from oliverhaas/fix/sync-pool-open-race
  • aee0bf2 fix(pool): fix race in the construction of the sync ConnectionPool lock
  • bc4d303 chore(deps): bump the actions group across 1 directory with 4 updates
  • 785379f fix: retain statusmessage after executemany with returning=False
  • 8882a73 perf: do less if X in Y: return Y[X] for cache-like patterns
  • 2f78539 Merge pull request #1299 from dvarrazzo/fix-camel-enum
  • 37ef1dc test: skip test on crdb depending on precise regtype behaviour
  • 7f2f1d1 fix: fix client-side representation of enums requiring quotes
  • Additional commits viewable in compare view

Updates pgvector from 0.2.5 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

0.4.1 (2025-04-26)

  • Fixed SparseVector constructor for SciPy sparse matrices

0.4.0 (2025-03-15)

  • Added top-level pgvector package
  • Added support for pg8000
  • Added support for bytes to Bit constructor
  • Changed globally option to default to False for Psycopg 2
  • Changed arrays option to default to True for Psycopg 2
  • Fixed equality for Vector, HalfVector, Bit, and SparseVector classes
  • Fixed indices and values methods of SparseVector returning tuple instead of list in some cases
  • Dropped support for Python < 3.9

0.3.6 (2024-10-26)

  • Added arrays option for Psycopg 2

0.3.5 (2024-10-05)

  • Added avg function with type casting to SQLAlchemy
  • Added globally option for Psycopg 2

0.3.4 (2024-09-26)

  • Added schema option for asyncpg

0.3.3 (2024-09-09)

  • Improved support for cursor factories with Psycopg 2

0.3.2 (2024-07-17)

  • Fixed error with asyncpg and pgvector < 0.7

0.3.1 (2024-07-10)

  • Fixed error parsing zero sparse vectors
  • Fixed error with Psycopg 2 and pgvector < 0.7
  • Fixed error message when vector type not found with Psycopg 3

0.3.0 (2024-06-25)

  • Added support for halfvec, bit, and sparsevec types to Django

... (truncated)

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

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 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 version-updates group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [typer](https://github.com/fastapi/typer) | `0.15.4` | `0.26.7` |
| [h5py](https://github.com/h5py/h5py) | `3.15.1` | `3.16.0` |
| [weaviate-client](https://github.com/weaviate/weaviate-python-client) | `4.6.7` | `4.21.3` |
| [tqdm](https://github.com/tqdm/tqdm) | `4.67.1` | `4.68.2` |
| [psycopg](https://github.com/psycopg/psycopg) | `3.3.2` | `3.3.4` |
| [pgvector](https://github.com/pgvector/pgvector-python) | `0.2.5` | `0.4.2` |


Updates `typer` from 0.15.4 to 0.26.7
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.15.4...0.26.7)

Updates `h5py` from 3.15.1 to 3.16.0
- [Release notes](https://github.com/h5py/h5py/releases)
- [Changelog](https://github.com/h5py/h5py/blob/master/docs/release_guide.rst)
- [Commits](h5py/h5py@3.15.1...3.16.0)

Updates `weaviate-client` from 4.6.7 to 4.21.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.6.7...v4.21.3)

Updates `tqdm` from 4.67.1 to 4.68.2
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](tqdm/tqdm@v4.67.1...v4.68.2)

Updates `psycopg` from 3.3.2 to 3.3.4
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@3.3.2...3.3.4)

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

---
updated-dependencies:
- dependency-name: typer
  dependency-version: 0.26.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-updates
- dependency-name: h5py
  dependency-version: 3.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-updates
- dependency-name: weaviate-client
  dependency-version: 4.21.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-updates
- dependency-name: tqdm
  dependency-version: 4.68.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-updates
- dependency-name: psycopg
  dependency-version: 3.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-updates
- dependency-name: pgvector
  dependency-version: 0.4.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-updates
...

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 Jun 12, 2026
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