Commit be8b6e8
authored
chore: include legacy-cgi to deps (#101)
<!--- 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#17291 parent f86b2ad commit be8b6e8
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
0 commit comments