Skip to content

fix(llc): suppress EquatableMixin deprecation warning in StreamChatError#2802

Merged
VelikovPetar merged 3 commits into
v9from
bug/fix_stream_chat_error_ci_warning
Jul 9, 2026
Merged

fix(llc): suppress EquatableMixin deprecation warning in StreamChatError#2802
VelikovPetar merged 3 commits into
v9from
bug/fix_stream_chat_error_ci_warning

Conversation

@VelikovPetar

@VelikovPetar VelikovPetar commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Submit a pull request

Linear: FLU-

Github Issue: #

CLA

  • I have signed the Stream CLA (required).
  • The code changes follow best practices
  • Code changes are tested (add some information if not applicable)

Description of the pull request

equatable 2.1.0 deprecated EquatableMixin in favour of with Equatable. Switching to with Equatable would be a breaking change under semver (changes the mixin type in the class hierarchy), so the deprecation warning is suppressed with an explanatory comment instead. The migration is deferred to the next major version.

Screenshots / Videos

No UI changes.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 550ed32e-03b8-4cc7-a4aa-8388a363040a

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch bug/fix_stream_chat_error_ci_warning

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.

@VelikovPetar VelikovPetar changed the title fix(llc): suppress EquatableMixin deprecation warning in StreamChatError fix(llc): suppress EquatableMixin deprecation warning in StreamChatError Jul 9, 2026
…mment

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@VelikovPetar VelikovPetar marked this pull request as ready for review July 9, 2026 08:19
…in use

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@codecov

codecov Bot commented Jul 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (v9@8158e27). Learn more about missing BASE report.

Additional details and impacted files
@@          Coverage Diff          @@
##             v9    #2802   +/-   ##
=====================================
  Coverage      ?   66.30%           
=====================================
  Files         ?      429           
  Lines         ?    27099           
  Branches      ?        0           
=====================================
  Hits          ?    17968           
  Misses        ?     9131           
  Partials      ?        0           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@VelikovPetar VelikovPetar merged commit 95d7d36 into v9 Jul 9, 2026
24 checks passed
@VelikovPetar VelikovPetar deleted the bug/fix_stream_chat_error_ci_warning branch July 9, 2026 12:19
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