Skip to content

[FIX] move 'retry-async' dependency to kafka group#68

Merged
vadikko2 merged 1 commit into
masterfrom
fix-retry-async-dependency
May 12, 2026
Merged

[FIX] move 'retry-async' dependency to kafka group#68
vadikko2 merged 1 commit into
masterfrom
fix-retry-async-dependency

Conversation

@1owkeyme
Copy link
Copy Markdown
Collaborator

@1owkeyme 1owkeyme commented May 12, 2026

Summary by CodeRabbit

  • Chores
    • Restructured dependency configuration to move Kafka-related dependencies to optional extras, reducing default installation footprint for users who don't require Kafka support.

Review Change Stack

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 12, 2026

Warning

Rate limit exceeded

@1owkeyme has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 24 minutes and 38 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 9f6fc02a-4d58-435d-b292-84ea61ed298c

📥 Commits

Reviewing files that changed from the base of the PR and between 5af4e26 and 4a20e46.

📒 Files selected for processing (1)
  • pyproject.toml
📝 Walkthrough

Walkthrough

This PR reorganizes the retry-async dependency in pyproject.toml, moving it from the main dependencies to the optional kafka extra group alongside aiokafka==0.10.0.

Changes

Dependency Management

Layer / File(s) Summary
Move retry-async to kafka optional dependency
pyproject.toml
The retry-async==0.1.* package is removed from main dependencies and added to the kafka optional-dependencies group, marking it as needed only for Kafka-related features.

🎯 1 (Trivial) | ⏱️ ~3 minutes

A bunny hops with glee,
Dependencies now flow just right,
Kafka's helpers hide from sight,
Cleaner installs, light and free! 🐰✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: moving the 'retry-async' dependency from main dependencies to the kafka optional group, which aligns with the file modifications shown in the raw summary.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix-retry-async-dependency

Tip

💬 Introducing Slack Agent: The best way for teams to turn conversations into code.

Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@1owkeyme 1owkeyme force-pushed the fix-retry-async-dependency branch from 5af4e26 to 1fef435 Compare May 12, 2026 13:24
@codspeed-hq
Copy link
Copy Markdown
Contributor

codspeed-hq Bot commented May 12, 2026

Merging this PR will not alter performance

✅ 70 untouched benchmarks
⏩ 10 skipped benchmarks1


Comparing fix-retry-async-dependency (4a20e46) with master (7c08bc5)

Open in CodSpeed

Footnotes

  1. 10 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@1owkeyme 1owkeyme requested a review from vadikko2 May 12, 2026 13:30
@1owkeyme 1owkeyme force-pushed the fix-retry-async-dependency branch from 1fef435 to 4a20e46 Compare May 12, 2026 13:31
@vadikko2 vadikko2 merged commit 2c58ceb into master May 12, 2026
9 checks passed
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.

2 participants