django / daphne

Django Channels HTTP/WebSocket server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13

phamleduy04 opened this issue · comments

Hi, I run python -Wa manage.py test

and get output:

<path>\venvs\Lib\site-packages\twisted\web\http.py:103: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13
  import cgi

when i use pip show Twisted:

Name: Twisted
Version: 23.10.0
Summary: An asynchronous networking framework written in Python
Home-page:
Author:
Author-email: Twisted Matrix Laboratories <twisted-python@twistedmatrix.com>
License: MIT License
Location: C:\Users\dui\Documents\GitHub\DjangoProjectLLC\venvs\Lib\site-packages
Requires: attrs, automat, constantly, hyperlink, incremental, twisted-iocpsupport, typing-extensions, zope-interface
Required-by: daphne

Looks like this is already resolved upstream: twisted/twisted#12058

Should be in the next version I'd guess.