Skip to content

fix(deps): update dependency aiokafka to ^0.14.0#110

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/aiokafka-0.x
Open

fix(deps): update dependency aiokafka to ^0.14.0#110
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/aiokafka-0.x

Conversation

@renovate

@renovate renovate Bot commented May 12, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
aiokafka (changelog) ^0.8.1^0.14.0 age confidence

Release Notes

aio-libs/aiokafka (aiokafka)

v0.14.0

Compare Source

===================

New features:

  • Add rack-aware fetching from the closest in-sync replica (KIP-392) via the new
    client_rack option on :class:AIOKafkaConsumer. When set and the brokers
    support FetchRequest v11 (Kafka 2.4+) with a replica.selector.class
    configured, the consumer will fetch from a same-rack follower instead of the
    partition leader, reducing cross-AZ traffic and tail latency.
    (prs #​1159 and #​1160 by @​GlebShipilov)

Bugfixes:

  • Fix type annotation for AIOKafkaAdminClient (issue #​1148)
  • Return back and deprecate api_version parameter in client classes
    (issue #​1147)
  • Avoid failures when a transaction coordinator is dead by removing deprecated code
    (issue #​1151)
  • Properly manage batch max size and linger_ms. A batch will be always
    produced if the max size or the lingering time is reached
    (pr #​1142 by @​vmaurin)

v0.13.0

Compare Source

===================

Breaking changes:

  • Resolve API versions at connection with brokers
    api_version parameter has been removed from the different clients (admin/consumer/producer)
    (pr #​1136 by @​vmaurin)

Improved Documentation:

Bugfixes:

  • Make KafkaStorageError retriable after metadata refresh like in other
    implementations (pr #​1115 by @​omerhadari)
  • Ensure the transaction coordinator is refreshed after broker fail‑over,
    so transactional producers resume once a new coordinator is elected.
    (pr #​1135 by @​vmaurin)
  • Rename the RequestHeader version classes to match official version
    schemas (pr #​1141 by @​vmaurin)

Misc:

  • Use SPDX license expression for project metadata.

v0.12.0

Compare Source

===================

New features:

  • Build mac x86_64 wheels (pr #​1029)
  • Add support for Python 3.13, drop support for Python 3.8 due to end of life (pr #​1061)
  • Remove duplicate error logging during rebalance (pr #​1025 by @​y4n9squared)

Bugfixes:

  • Quote username in SCRAM auth (pr #​1043)

Improved Documentation:

  • Fix building of readthedocs documentation (pr #​1034)
  • Fix typo in producer documentation (pr #​1036 by @​lgo)

v0.11.0

Compare Source

===================

New features:

.. _KIP-204: https://cwiki.apache.org/confluence/display/KAFKA/KIP-204+%3A+Adding+records+deletion+operation+to+the+new+Admin+Client+API

Bugfixes:

v0.10.0

Compare Source

===================

New features:

.. _KIP-345: https://cwiki.apache.org/confluence/display/KAFKA/KIP-345%3A+Introduce+static+membership+protocol+to+reduce+consumer+rebalances

Bugfixes:

  • Fix extra dependencies (issue #​952)

v0.9.0

Compare Source

==================

New features:

  • Include kafka-python into aiokafka's code base (issue #​928 and others)
  • Replace python-snappy and zstandard with cramjam (issue #​930)
  • PEP518 compliant pyproject.toml
  • Python 3.12 support

Bugfixes:

Improved Documentation:


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 commented May 12, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: services/auth-service/poetry.lock
Updating dependencies
Resolving dependencies...

The "poetry.dev-dependencies" section is deprecated and will be removed in a future version. Use "poetry.group.dev.dependencies" instead.
Creating virtualenv auth-service-aro8Ojsu-py3.14 in /home/ubuntu/.cache/pypoetry/virtualenvs

The current project's supported Python range (>3.9.0,<3.9.1 || >3.9.1,<4.0) is not compatible with some of the required packages Python requirement:
  - aiokafka requires Python >=3.10, so it will not be installable for Python >3.9.0,<3.9.1 || >3.9.1,<3.10

Because no versions of aiokafka match >0.14.0,<0.15.0
 and aiokafka (0.14.0) requires Python >=3.10, aiokafka is forbidden.
So, because auth-service depends on aiokafka (^0.14.0), version solving failed.

  * Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties

    For aiokafka, a possible solution would be to set the `python` property to ">=3.10,<4.0"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers


File name: services/comment-service/poetry.lock
Updating dependencies
Resolving dependencies...

The "poetry.dev-dependencies" section is deprecated and will be removed in a future version. Use "poetry.group.dev.dependencies" instead.
Creating virtualenv comment-service-JYjU_a1k-py3.14 in /home/ubuntu/.cache/pypoetry/virtualenvs

The current project's supported Python range (>=3.9,<4.0) is not compatible with some of the required packages Python requirement:
  - aiokafka requires Python >=3.10, so it will not be installable for Python >=3.9,<3.10

Because no versions of aiokafka match >0.14.0,<0.15.0
 and aiokafka (0.14.0) requires Python >=3.10, aiokafka is forbidden.
So, because comment-service depends on aiokafka (^0.14.0), version solving failed.

  * Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties

    For aiokafka, a possible solution would be to set the `python` property to ">=3.10,<4.0"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers


@renovate renovate Bot force-pushed the renovate/aiokafka-0.x branch from 2c378af to 60850f3 Compare May 18, 2026 20:50
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.

0 participants