Skip to content

fix: Fix conflicting versions#777

Merged
o-kopysov merged 1 commit intomainfrom
fix-req-doc
Sep 16, 2025
Merged

fix: Fix conflicting versions#777
o-kopysov merged 1 commit intomainfrom
fix-req-doc

Conversation

@o-kopysov
Copy link
Copy Markdown
Collaborator

Pull Request

Description

Fixed conflicting versions of dependencies for generating docs.

ERROR: Cannot install -r doc/requirements-docs.txt (line 150) and h11==0.16.0 because these package versions have conflicting dependencies.

The conflict is caused by:
    The user requested h11==0.16.0
    httpcore 1.0.7 depends on h11<0.15 and >=0.13

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Code cleanup/refactoring
  • Documentation update
  • This change requires a documentation update
  • CI system update
  • Test Coverage update
  • Version update (release)

Testing

pip install --require-hashes -r doc/requirements-docs.txt

Checklist:

  • My code follows the style guidelines of this project
  • My code meets the required code coverage for lines (90% and above)
  • My code meets the required code coverage for branches (80% and above)
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Signed-off-by: Oleg Kopysov <o.kopysov@samsung.com>
@o-kopysov o-kopysov added this to the v2.2.0 milestone Sep 16, 2025
@o-kopysov o-kopysov self-assigned this Sep 16, 2025
@o-kopysov o-kopysov added the fix label Sep 16, 2025
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.58%. Comparing base (fac8305) to head (3a58262).

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #777   +/-   ##
=========================================
  Coverage     93.58%   93.58%           
  Complexity      414      414           
=========================================
  Files            30       30           
  Lines          1761     1761           
  Branches        225      225           
=========================================
  Hits           1648     1648           
  Misses           49       49           
  Partials         64       64           

☔ View full report in Codecov by Sentry.
📢 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Copy Markdown
Collaborator

@tdrozdovsky tdrozdovsky left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Copy Markdown
Collaborator

@t-naumenko t-naumenko left a comment

Choose a reason for hiding this comment

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

LGTM

@o-kopysov o-kopysov merged commit 085cb45 into main Sep 16, 2025
10 checks passed
@o-kopysov o-kopysov deleted the fix-req-doc branch September 16, 2025 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants