Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: confluentinc/confluent-kafka-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.11.0
Choose a base ref
...
head repository: confluentinc/confluent-kafka-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 6 commits
  • 26 files changed
  • 5 contributors

Commits on Jul 7, 2025

  1. Configuration menu
    Copy the full SHA
    a32d81b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5ac241 View commit details
    Browse the repository at this point in the history
  3. Fix: Add version constraints to schemaregistry dependencies (#2007)

    This commit adds explicit version constraints to attrs and cachetools
    to ensure they are properly installed when using the schemaregistry extra.
    This fixes the "No module named 'attrs'" error reported in issue #1972.
    
    The version constraints are based on the versions that were successfully
    resolved in the user's pip-compile output.
    
    Co-authored-by: Robert Yokota <rayokota@gmail.com>
    aywengo and rayokota authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    8577ecb View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2025

  1. Configuration menu
    Copy the full SHA
    4bcf1a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2025

  1. Configuration menu
    Copy the full SHA
    138517e View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2025

  1. Configuration menu
    Copy the full SHA
    02b1e6f View commit details
    Browse the repository at this point in the history
Loading