Skip to content

Commit 9b80198

Browse files
ci: Pin Python version to at least 3.10 for LiteLLM (#5202)
Pin the minimum Python version for LiteLLM tests to 3.10. The library uses the vertical bar type union syntax, which causes a `TypeError` on import with Python 3.9.
1 parent a21e7bf commit 9b80198

File tree

5 files changed

+80
-74
lines changed

5 files changed

+80
-74
lines changed

scripts/populate_tox/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@
231231
},
232232
"litellm": {
233233
"package": "litellm",
234+
"python": ">3.9", # https://github.com/BerriAI/litellm/issues/17701
234235
},
235236
"litestar": {
236237
"package": "litestar",

0 commit comments

Comments
 (0)