Fix Python dependency versions and do github action pinning
Open
ci
- Dominant language
- Python
- Stars
- 248
- Forks
- 46
- Avg merge
- 4h 4m
- Merged PRs (30d)
- 26
Description
**Is your feature request related to a problem? Please describe.**
The goal here is to avoid future issues like the recent LiteLLM CI hack (see https://docs.litellm.ai/blog/security-update-march-2026).
**Describe the solution you'd like**
For Python dependencies -> fix the versions. Update only when required, ideally after a cold down period after releases (if possible).
For Github action -> do action pinning with SHA instead of version.
Better be safe than sorry :)
Contributor guide
Assessment
This issue has not been assessed yet.