Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 5, 2026

Updates the requirements on confluent-kafka to permit the latest version.

Release notes

Sourced from confluent-kafka's releases.

v2.13.0 is a feature release with the following features, fixes and enhancements:

Enhancements

  • Enforced type hinting for all interfaces
  • Handle OAuth Token Refreshes using background thread for Admin, Producer and Consumer clients (#2130)
  • Added black and isort linting rules and enforcement to codebase (#2133, #2137)
  • Enabled direct creation of Message objects (#2128)
  • Added close() method to producer (#2039)
  • Added context manager for librdkafka classes to enable easy scope cleanup (#2114)
  • Expose deterministic partitioner functions (#2116)
  • Add Accept-Version header for schemas (#2117)
  • Enhanced the BufferTimeoutManager to flush the librdkafka queue
  • Remove experimental module designation for Async classes (#2143)
  • Add __len__ function to AIOProducer (#2140)
  • Enhance Message class to include serialisation support and rich comparison (#2153)
  • Support Strict Validation Flags in Avro Serializers (#2147)

Fixes

  • Type hint __enter__ to return the same object type that called it (#2157)
  • Fixed Consumer.poll(), Consumer.consume(), Producer.poll(), and Producer.flush() blocking indefinitely and not responding to Ctrl+C (KeyboardInterrupt) signals. The implementation now uses a "wakeable poll" pattern that breaks long blocking calls into smaller chunks (200ms) and periodically re-acquires the Python GIL to check for pending signals. This allows Ctrl+C to properly interrupt blocking operations. Fixes Issues #209 and #807 (#2126).
  • Fix support for wrapped Avro unions (#2134)
  • Fixed segfault exceptions on calls against objects that had closed internal objects (#2122)
  • Handle evolution during field transformation of schemas (#2121)
  • Handle null group name to prevent segfault in Admin list_consumer_group_offsets() (#2118)
  • Ensure schemaId initialization is thread-safe (#2120)
  • Fix error propagation rule for Python's C API
  • Fix SR delete behavior with client-side caching
  • Don't leave NewTopic partially-initialized on error (#2151)
  • Fix formatting issue of TopicPartition that causes SystemError on Windows (#2141)
  • Add Py_None check for msg and offset params in commit() and store_offsets() (#2145)
  • Fix experimental module references (#2144)
  • Update outdated example in README.md (#2150)

confluent-kafka-python v2.13.0 is based on librdkafka v2.13.0, see the librdkafka release notes for a complete list of changes, enhancements, fixes and upgrade considerations.

Installation

pip install confluent-kafka==2.13.0

Changelog

Sourced from confluent-kafka's changelog.

v2.13.0 - 2025-12-15

v2.13.0 is a feature release with the following features, fixes and enhancements:

Enhancements

  • Enforced type hinting for all interfaces
  • Handle OAuth Token Refreshes using background thread for Admin, Producer and Consumer clients (#2130)
  • Added black and isort linting rules and enforcement to codebase (#2133, #2137)
  • Enabled direct creation of Message objects (#2128)
  • Added close() method to producer (#2039)
  • Added context manager for librdkafka classes to enable easy scope cleanup (#2114)
  • Expose deterministic partitioner functions (#2116)
  • Add Accept-Version header for schemas (#2117)
  • Enhanced the BufferTimeoutManager to flush the librdkafka queue
  • Remove experimental module designation for Async classes (#2143)
  • Add __len__ function to AIOProducer (#2140)
  • Enhance Message class to include serialisation support and rich comparison (#2153)
  • Support Strict Validation Flags in Avro Serializers (#2147)

Fixes

  • Type hint __enter__ to return the same object type that called it (#2157)
  • Fixed Consumer.poll(), Consumer.consume(), Producer.poll(), and Producer.flush() blocking indefinitely and not responding to Ctrl+C (KeyboardInterrupt) signals. The implementation now uses a "wakeable poll" pattern that breaks long blocking calls into smaller chunks (200ms) and periodically re-acquires the Python GIL to check for pending signals. This allows Ctrl+C to properly interrupt blocking operations. Fixes Issues #209 and #807 (#2126).
  • Fix support for wrapped Avro unions (#2134)
  • Fixed segfault exceptions on calls against objects that had closed internal objects (#2122)
  • Handle evolution during field transformation of schemas (#2121)
  • Handle null group name to prevent segfault in Admin list_consumer_group_offsets() (#2118)
  • Ensure schemaId initialization is thread-safe (#2120)
  • Fix error propagation rule for Python's C API
  • Fix SR delete behavior with client-side caching
  • Don't leave NewTopic partially-initialized on error (#2151)
  • Fix formatting issue of TopicPartition that causes SystemError on Windows (#2141)
  • Add Py_None check for msg and offset params in commit() and store_offsets() (#2145)
  • Fix experimental module references (#2144)
  • Update outdated example in README.md (#2150)

confluent-kafka-python v2.13.0 is based on librdkafka v2.13.0, see the librdkafka release notes for a complete list of changes, enhancements, fixes and upgrade considerations.

2.12.2 - 2025-11-06

v2.12.2 is a hotfix for a critical problem found with Schema Registry clients in the 2.12.1 release:

  • Fix IndexOutOfBoundsException when evolving Avro schema that uses rules

v2.12.1 - 2025-10-21

... (truncated)

Commits

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [confluent-kafka](https://github.com/confluentinc/confluent-kafka-python) to permit the latest version.
- [Release notes](https://github.com/confluentinc/confluent-kafka-python/releases)
- [Changelog](https://github.com/confluentinc/confluent-kafka-python/blob/master/CHANGELOG.md)
- [Commits](confluentinc/confluent-kafka-python@v2.4.0...v2.13.0)

---
updated-dependencies:
- dependency-name: confluent-kafka
  dependency-version: 2.13.0
  dependency-type: direct:development
...

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 Jan 5, 2026
@ggainey ggainey merged commit 61fcbe8 into main Jan 5, 2026
13 checks passed
@ggainey ggainey deleted the dependabot/pip/confluent-kafka-gte-2.4.0-and-lt-2.14.0 branch January 5, 2026 21:00
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 no-changelog no-issue python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants