This repository was archived by the owner on Jun 5, 2025. It is now read-only.
Commit a493092
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.1 parent 6583066 commit a493092
2 files changed
Lines changed: 115 additions & 3 deletions
0 commit comments