Skip to content

Commit 1c1dfb0

Browse files
authored
Release 3.13.5 (#12305)
1 parent 53e2e6f commit 1c1dfb0

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

CHANGES.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,26 @@
1010

1111
.. towncrier release notes start
1212
13+
3.13.5 (2026-03-31)
14+
===================
15+
16+
Bug fixes
17+
---------
18+
19+
- Skipped the duplicate singleton header check in lax mode (the default for response
20+
parsing). In strict mode (request parsing, or ``-X dev``), all RFC 9110 singletons
21+
are still enforced -- by :user:`bdraco`.
22+
23+
24+
*Related issues and pull requests on GitHub:*
25+
:issue:`12302`.
26+
27+
28+
29+
30+
----
31+
32+
1333
3.13.4 (2026-03-28)
1434
===================
1535

CHANGES/12302.bugfix.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

aiohttp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.13.4"
1+
__version__ = "3.13.5"
22

33
from typing import TYPE_CHECKING, Tuple
44

0 commit comments

Comments
 (0)