Skip to content

Commit df01628

Browse files
authored
[gunicorn] Update to 25.0.2 (#15385)
1 parent ba29e20 commit df01628

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

stubs/gunicorn/METADATA.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "25.0.*"
1+
version = "25.0.2"
22
upstream_repository = "https://github.com/benoitc/gunicorn"
33
requires = ["types-gevent"]
44

stubs/gunicorn/gunicorn/config.pyi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1175,6 +1175,16 @@ class ASGILifespan(Setting):
11751175
default: ClassVar[str]
11761176
desc: ClassVar[str]
11771177

1178+
class ASGIDisconnectGracePeriod(Setting):
1179+
name: ClassVar[str]
1180+
section: ClassVar[str]
1181+
cli: ClassVar[list[str]]
1182+
meta: ClassVar[str]
1183+
validator: ClassVar[_IntValidatorType]
1184+
type: ClassVar[type[int]]
1185+
default: ClassVar[int]
1186+
desc: ClassVar[str]
1187+
11781188
class RootPath(Setting):
11791189
name: ClassVar[str]
11801190
section: ClassVar[str]

0 commit comments

Comments
 (0)