Skip to content

Conversation

@matei0494
Copy link
Contributor

@matei0494 matei0494 commented Nov 7, 2025

Description

The release workflow was failing during the freeze_requirements.sh step with a dependency resolution error:
CRITICAL:pipenv.patched.pip._internal.resolution.resolvelib.factory:Cannot install -r /tmp/pipenv-yc5fqxyi-requirements/pipenv-7aqv2loc-constraints.txt (line 18) and boto3==1.40.30 because these package versions have conflicting dependencies.
Root Cause: The workflow was using Python 3.x (which resolved to 3.14.0), while the Dockerfile uses Python 3.12.3.

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • 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 change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@matei0494 matei0494 changed the title [BUILD] Fix gh actions CI [BUILD] Fix Release workflow dependency resolution failure Nov 7, 2025
@matei0494 matei0494 requested review from amuraru and asalajan November 7, 2025 08:29
@matei0494 matei0494 merged commit 878e963 into adobe:master Nov 12, 2025
4 checks passed
@matei0494 matei0494 deleted the ci-fix branch November 12, 2025 09:28
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