[fix]update license check, update transformers#10632
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the allowed range for the transformers dependency up to 5.13.0 and modifies the license checking script to support a range of valid years (2023-2026). The feedback recommends aligning the runtime dependency check with the exclusions specified in pyproject.toml to avoid known broken versions, and improving the license check logic to robustly handle files that begin with shebang lines.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
What does this PR do?