diff --git a/stubs/gunicorn/@tests/stubtest_allowlist.txt b/stubs/gunicorn/@tests/stubtest_allowlist.txt index 47e466ac9ec9..c5b7678827c3 100644 --- a/stubs/gunicorn/@tests/stubtest_allowlist.txt +++ b/stubs/gunicorn/@tests/stubtest_allowlist.txt @@ -3,3 +3,7 @@ gunicorn._types # .pyi file doesn't exist gunicorn.__main__ + +# Internal API stuff: +gunicorn.config.Config.forwarded_allow_networks +gunicorn.config.Config.proxy_allow_networks diff --git a/stubs/gunicorn/METADATA.toml b/stubs/gunicorn/METADATA.toml index c51c9ac86e68..16f90a25b5a2 100644 --- a/stubs/gunicorn/METADATA.toml +++ b/stubs/gunicorn/METADATA.toml @@ -1,4 +1,4 @@ -version = "24.1.0" +version = "24.1.*" upstream_repository = "https://github.com/benoitc/gunicorn" requires = ["types-gevent"]