Skip to content

Cachetools is required for building prod image#347

Merged
cigamit merged 1 commit into
mainfrom
cachetools711
May 15, 2026
Merged

Cachetools is required for building prod image#347
cigamit merged 1 commit into
mainfrom
cachetools711

Conversation

@cigamit
Copy link
Copy Markdown
Contributor

@cigamit cigamit commented May 15, 2026

No description provided.

@cigamit cigamit requested a review from TheWitness May 15, 2026 21:07
@cigamit cigamit self-assigned this May 15, 2026
Copilot AI review requested due to automatic review settings May 15, 2026 21:07
@cigamit cigamit added bug Something isn't working dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 15, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds cachetools as an explicit Python dependency so production image builds don’t fail due to it being missing at install/runtime (it’s imported by the AWX settings layer).

Changes:

  • Added cachetools to requirements/requirements.in so it’s treated as a direct dependency.
  • Regenerated requirements/requirements.txt to include the pinned cachetools version.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
requirements/requirements.in Adds cachetools as a direct dependency input to pip-compile.
requirements/requirements.txt Includes the resolved/pinned cachetools entry generated from requirements.in.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@cigamit cigamit merged commit 4f0442e into main May 15, 2026
1 check passed
@cigamit cigamit deleted the cachetools711 branch May 15, 2026 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working dependencies Pull requests that update a dependency file python Pull requests that update python code

Development

Successfully merging this pull request may close these issues.

3 participants