This repository was archived by the owner on Jun 5, 2025. It is now read-only.
Commit d200a2f
committed
Fix python 3.13 support.
Python 3.13 dropped module `cgi`, which was made available as a
stand-alone library named `legacy-cgi`. A recent bump in `litellm`
added it as a dependency, breaking their support for python 3.13.
This change adds the stand-alone version of `cgi` library.
Source https://docs.python.org/3/library/cgi.html1 parent 6583066 commit d200a2f
2 files changed
Lines changed: 115 additions & 3 deletions
0 commit comments