This repository was archived by the owner on Jun 5, 2025. It is now read-only.
Commit 04c7e1f
Fix python 3.13 support. (#866)
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 ee26ad2 commit 04c7e1f
2 files changed
Lines changed: 14 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
0 commit comments