mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 03:00:11 +01:00
bin/ci: Update python-gitlab to 5.x for Python 3.14 compatibility
Update python-gitlab from 4.x to 5.x to fix AttributeError with __annotations__ when running on Python 3.14. The 4.x series is incompatible with Python 3.14 due to changes in how class annotations are handled. Signed-off-by: Christian Gmeiner <cgmeiner@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38123>
This commit is contained in:
parent
c4c545b287
commit
84ea560e11
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ kaleido==0.2.*
|
|||
pandas==2.*
|
||||
plotly==5.*
|
||||
python-dateutil==2.*
|
||||
python-gitlab==4.*
|
||||
python-gitlab==5.*
|
||||
rich==14.1.*
|
||||
ruamel.yaml.clib==0.2.*
|
||||
ruamel.yaml==0.17.*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue