From deabec1998d24e6b65b1509eafd1b1341f40df2e Mon Sep 17 00:00:00 2001 From: Semyon Moroz Date: Mon, 26 Jan 2026 18:29:47 +0000 Subject: [PATCH] [gunicorn] Revert * to patch version (#15327) --- stubs/gunicorn/@tests/stubtest_allowlist.txt | 4 ++++ stubs/gunicorn/METADATA.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/stubs/gunicorn/@tests/stubtest_allowlist.txt b/stubs/gunicorn/@tests/stubtest_allowlist.txt index 47e466ac9..c5b767882 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 c51c9ac86..16f90a25b 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"]