Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reinstall CI depdendencies from scratch (#33978)
With latest change enabling Pydantic #33956 some old dependencies (aws-sam-translator) remained in the CI image from cached installation and they are breaking `pip check` when refreshing the image cache. This PR bumps EPOCH numbers so that the dependencies are not installed from cache and we have a clean, new image with just those depencies we need. (cherry picked from commit dd7cc87)
- Loading branch information