Skip to content

Commit 9820975

Browse files
Version 1.0.9 (#1011)
* Version 1.0.9
1 parent d1e17c5 commit 9820975

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## Version 1.0.9 (April 24th, 2025)
8+
9+
- Resolve https://github.com/advisories/GHSA-vqfr-h8mv-ghfj with h11 dependency update. (#1008)
10+
711
## Version 1.0.8 (April 11th, 2025)
812

913
- Fix `AttributeError` when importing on Python 3.14. (#1005)

httpcore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def __init__(self, *args, **kwargs): # type: ignore
131131
"WriteError",
132132
]
133133

134-
__version__ = "1.0.8"
134+
__version__ = "1.0.9"
135135

136136

137137
__locals = locals()

0 commit comments

Comments
 (0)