We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0878de commit deabec1Copy full SHA for deabec1
stubs/gunicorn/@tests/stubtest_allowlist.txt
@@ -3,3 +3,7 @@ gunicorn._types
3
4
# .pyi file doesn't exist
5
gunicorn.__main__
6
+
7
+# Internal API stuff:
8
+gunicorn.config.Config.forwarded_allow_networks
9
+gunicorn.config.Config.proxy_allow_networks
stubs/gunicorn/METADATA.toml
@@ -1,4 +1,4 @@
1
-version = "24.1.0"
+version = "24.1.*"
2
upstream_repository = "https://github.com/benoitc/gunicorn"
requires = ["types-gevent"]
0 commit comments