Skip to content

Commit 26cf809

Browse files
authored
legacy-cgi is required for coreapi if Python>=3.13 (#9817)
> module is no longer part of the Python standard library. It was removed in Python 3.13 after being deprecated in Python 3.11. The removal was decided in PEP 594. https://docs.python.org/3/library/cgi.html
1 parent 29e6241 commit 26cf809

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements/requirements-optionals.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ coreschema==0.0.4
44
django-filter
55
django-guardian>=2.4.0,<2.5
66
inflection==0.5.1
7+
legacy-cgi; python_version>="3.13"
78
markdown>=3.3.7
89
psycopg[binary]>=3.1.8
910
pygments~=2.17.0

0 commit comments

Comments
 (0)