Skip to content

Commit ae46dfb

Browse files
authored
Version 1.0.8 (#1006)
1 parent b2a796c commit ae46dfb

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.8 (April 11th, 2025)
8+
9+
- Fix `AttributeError` when importing on Python 3.14. (#1005)
10+
711
## Version 1.0.7 (November 15th, 2024)
812

913
- Support `proxy=…` configuration on `ConnectionPool()`. (#974)

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.7"
134+
__version__ = "1.0.8"
135135

136136

137137
__locals = locals()

0 commit comments

Comments
 (0)