From c1557f4d7d852e056a0924f29d0c7d4176fde417 Mon Sep 17 00:00:00 2001 From: donbarbos Date: Mon, 26 Jan 2026 21:11:48 +0400 Subject: [PATCH] [gunicorn] Revert * to patch version Diff: https://github.com/benoitc/gunicorn/compare/24.1.0...24.1.1 --- 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 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"]