Skip to content

Update dependency kafka-python to v3.0.11 (solution) - #32

Merged
iht merged 1 commit into
solutionfrom
renovate/solution-kafka-python-3.x
Aug 26, 2026
Merged

Update dependency kafka-python to v3.0.11 (solution)#32
iht merged 1 commit into
solutionfrom
renovate/solution-kafka-python-3.x

Conversation

@renovate

@renovate renovate Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
kafka-python (changelog) ==3.0.7==3.0.11 age confidence

Release Notes

dpkp/kafka-python (kafka-python)

v3.0.11

Compare Source

3.0.11 (Aug 16, 2026)

Fixes
  • Fix JsonSerializer returning None and raising TypeError on deserialize (#​3150)

v3.0.10

Compare Source

3.0.10 (Aug 4, 2026)

Fixes
  • Admin: Fix create_partitions sending empty assignments array instead of null (#​3148)

v3.0.9

Compare Source

3.0.9 (Jul 21, 2026)

Fixes
  • Consumer: fix stuck partitions retained after rebalance with listener (#​3132)

v3.0.8

Compare Source

3.0.8 (Jul 9, 2026)

Fixes
  • transport: Fix TLS SNI when ssl_check_hostname=False (#​3114)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title Update dependency kafka-python to v3.0.8 (solution) Update dependency kafka-python to v3.0.9 (solution) Jul 21, 2026
@renovate
renovate Bot force-pushed the renovate/solution-kafka-python-3.x branch from 42c8bcf to 297b7be Compare July 21, 2026 20:48
@renovate renovate Bot changed the title Update dependency kafka-python to v3.0.9 (solution) Update dependency kafka-python to v3.0.10 (solution) Aug 5, 2026
@renovate
renovate Bot force-pushed the renovate/solution-kafka-python-3.x branch from 297b7be to b1ba1ac Compare August 5, 2026 02:37
@renovate renovate Bot changed the title Update dependency kafka-python to v3.0.10 (solution) Update dependency kafka-python to v3.0.11 (solution) Aug 16, 2026
@renovate
renovate Bot force-pushed the renovate/solution-kafka-python-3.x branch from b1ba1ac to 4330f96 Compare August 16, 2026 18:34
@iht

iht commented Aug 26, 2026

Copy link
Copy Markdown
Owner

CI Build Failure Context

The solution build did not pass on GitHub Actions:

  • Workflow: CI (Run #31965016837)
  • Failed Job: build-and-test (3.11)
  • Step: Lint with ruff
  • Errors: Ruff reported lint violations (B008, SIM118, UP006, UP028, UP045, I001, LOG015).

Per repository policy, this pull request remains unmerged and left as-is until build/lint issues are resolved.

@renovate
renovate Bot force-pushed the renovate/solution-kafka-python-3.x branch from 4330f96 to f433bf1 Compare August 26, 2026 14:05
@iht
iht force-pushed the renovate/solution-kafka-python-3.x branch from f433bf1 to fa395a3 Compare August 26, 2026 14:09
@renovate

renovate Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@iht

iht commented Aug 26, 2026

Copy link
Copy Markdown
Owner

CI Build Failure Context

  • Run ID: 32978587348
  • Commit: fa395a338318b979377b9e8ae68fad1f71e0008a
  • Failed Job: build-and-test (3.11) (ID 98209303051)
  • Failed Step: Lint with ruff
  • Error Summary:
    The CI workflow failed during the ruff check --output-format=github . step with multiple lint errors across several files:
    • Import block sorting (I001):
      • kafka_single_client.py:3:1
      • my_batch_pipeline.py:1:1
      • my_streaming_kafka_pipeline.py:1:1
      • mydofns/kafka_sdfn_streaming.py:1:1
      • mydofns/synthetic_sdfn_batch.py:1:1
      • mydofns/synthetic_sdfn_streaming.py:1:1
    • Root logger usage (LOG015):
      • my_streaming_kafka_pipeline.py:30:35
      • mydofns/kafka_sdfn_streaming.py:104:13
      • mydofns/synthetic_sdfn_streaming.py:106:13, 110:13, 116:13
    • Modern typing syntax (UP045 / UP006):
      • mydofns/kafka_sdfn_streaming.py: typing updates (dict, list, X | None)
      • mydofns/synthetic_sdfn_batch.py: typing.Tuple -> tuple
      • mydofns/synthetic_sdfn_streaming.py: typing updates (tuple, X | None)
    • Function call in argument defaults (B008):
      • mydofns/kafka_sdfn_streaming.py:77-79 (beam.DoFn.RestrictionParam, WatermarkEstimatorParam, WalltimeWatermarkEstimator.default_provider)
      • mydofns/synthetic_sdfn_batch.py:36 (beam.DoFn.RestrictionParam)
      • mydofns/synthetic_sdfn_streaming.py:87-89 (beam.DoFn.RestrictionParam, WatermarkEstimatorParam, WalltimeWatermarkEstimator.default_provider)
    • Code simplifications:
      • mydofns/kafka_sdfn_streaming.py:39:9 (UP028: yield from)
      • mydofns/kafka_sdfn_streaming.py:59:12 (SIM118: key in dict)

@iht
iht force-pushed the renovate/solution-kafka-python-3.x branch from fa395a3 to ae98011 Compare August 26, 2026 14:20

@iht iht left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved: CI checks passed successfully after modernization and rebase.

@iht
iht merged commit 22d1c00 into solution Aug 26, 2026
4 checks passed
@renovate
renovate Bot deleted the renovate/solution-kafka-python-3.x branch August 26, 2026 14:22
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.

1 participant