Skip to content

fix: downgrade code-annotations to version 2.3.0#189

Open
alenkadev wants to merge 1 commit into
mainfrom
alenka/fix-enterprise-access
Open

fix: downgrade code-annotations to version 2.3.0#189
alenkadev wants to merge 1 commit into
mainfrom
alenka/fix-enterprise-access

Conversation

@alenkadev

Copy link
Copy Markdown

Description

This PR updates the code-annotations dependency in the enterprise-access requirements from 3.0.0 to 2.3.0.

Background

The translation extraction workflow currently runs using Python 3.11. During dependency installation for enterprise-access, installation failed because code-annotations==3.0.0 requires Python 3.12 or newer. As a result, the requirements installation was aborted, causing downstream failures during translation extraction.

Changes
Downgraded code-annotations from 3.0.0 to 2.3.0 in enterprise-access requirements.
Restores compatibility with Python 3.11 used by the extraction workflow.
Allows repository dependencies to install successfully so translation extraction can proceed without dependency-related failures.

Copilot AI review requested due to automatic review settings June 4, 2026 10:10
@alenkadev alenkadev requested review from a team as code owners June 4, 2026 10:10

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR aims to restore Python 3.11 compatibility for the translation extraction workflow by downgrading code-annotations from 3.0.0 (requires Python 3.12+) to 2.3.0.

Changes:

  • Downgraded code-annotations in requirements/base.txt from 3.0.0 to 2.3.0.

Comment thread requirements/base.txt
click-repl==0.3.0
# via celery
code-annotations==3.0.0
code-annotations==2.3.0
@codecov

codecov Bot commented Jun 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.17%. Comparing base (1369f6d) to head (96e3c11).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #189   +/-   ##
=======================================
  Coverage   86.17%   86.17%           
=======================================
  Files         152      152           
  Lines       12583    12583           
  Branches     1200     1200           
=======================================
  Hits        10843    10843           
  Misses       1425     1425           
  Partials      315      315           

☔ 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.

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