We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24a55d7 commit 2e6930fCopy full SHA for 2e6930f
CHANGELOG.md
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
7
+## 0.17.1
8
+
9
+### Fixed
10
11
+* Type annotation on `CertTypes` allows `keyfile` and `password` to be optional. (Pull #1503)
12
+* Fix httpcore pinned version. (Pull #1495)
13
14
## 0.17.0
15
16
### Added
httpx/__version__.py
@@ -1,3 +1,3 @@
1
__title__ = "httpx"
2
__description__ = "A next generation HTTP client, for Python 3."
3
-__version__ = "0.17.0"
+__version__ = "0.17.1"
0 commit comments