fix(backfill): update dependencies in workflows to include botocore for improved AWS SDK compatibility#263
Conversation
… SDK compatibility
|
💬 Discussion in Slack: #pr-review-cli-263-fix-backfill-update-dependencies-in-workflows-to-include-botoc Posted by Review Police — reviews, comments, new commits, and CI failures will stream into this channel. |
|
| Filename | Overview |
|---|---|
| .github/workflows/backfill-cloudsmith.yml | Explicitly pins botocore==1.20.5 alongside boto3==1.17.5 to prevent dependency resolver from choosing an incompatible botocore version; versions are correctly matched. |
| .github/workflows/release_build_infisical_cli.yml | Same botocore==1.20.5 pin applied consistently to the release build workflow, mirroring the backfill workflow change. |
Reviews (1): Last reviewed commit: "Update dependencies in workflows to incl..." | Re-trigger Greptile
…ion script warnings - Introduced a new `reindex` input to the backfill-cloudsmith workflow, allowing for forced regeneration of rpm/apk metadata. - Updated the validation script to provide a warning for APKs that may be glibc-linked, improving clarity on potential execution issues.
…ironment - Updated the installation step for mkrepo and dependencies to create a Python virtual environment, ensuring a cleaner and more isolated setup. - Added the virtual environment's bin directory to the GitHub PATH for subsequent steps.
- Changed the Python version from 3.12 to 3.9 in both the backfill-cloudsmith and release_build_infisical_cli workflows to ensure compatibility and consistency across environments.
Description 📣
Fixed the versions in action.
Type ✨