You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!--- yamllint disable rule:single-title/single-h1 -->
# Description
webtest is used to validate incoming webhooks in the production
Webserver().
Via webtest and webob, we have a transitive dependency on cgi.
As of python 3.13 [cgi has been dropped from
stdlib](https://docs.python.org/3/deprecations/pending-removal-in-3.13.html).
The recommended stopgap is to add an explicit dependency on legacy-cgi,
long term webob should be replaced with WSGI or ASGI
See: errbotio#1729
0 commit comments