aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/httpcore/.dist-info/METADATA
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2024-03-07 13:39:40 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2024-03-07 13:48:37 +0300
commita5bc35bb658487b44e707d555998bbec6cb14eab (patch)
tree4df3ffcdd48c13abc65053c681eeb9ad05901f2b /contrib/python/httpcore/.dist-info/METADATA
parente49f2e6094ceb19570c44590cd0e5909a104b81d (diff)
downloadydb-a5bc35bb658487b44e707d555998bbec6cb14eab.tar.gz
Intermediate changes
Diffstat (limited to 'contrib/python/httpcore/.dist-info/METADATA')
-rw-r--r--contrib/python/httpcore/.dist-info/METADATA9
1 files changed, 7 insertions, 2 deletions
diff --git a/contrib/python/httpcore/.dist-info/METADATA b/contrib/python/httpcore/.dist-info/METADATA
index 51de714c58..7804db1a8b 100644
--- a/contrib/python/httpcore/.dist-info/METADATA
+++ b/contrib/python/httpcore/.dist-info/METADATA
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: httpcore
-Version: 1.0.3
+Version: 1.0.4
Summary: A minimal low-level HTTP client.
Project-URL: Documentation, https://www.encode.io/httpcore
Project-URL: Homepage, https://www.encode.io/httpcore/
@@ -33,7 +33,7 @@ Requires-Dist: h2<5,>=3; extra == 'http2'
Provides-Extra: socks
Requires-Dist: socksio==1.*; extra == 'socks'
Provides-Extra: trio
-Requires-Dist: trio<0.24.0,>=0.22.0; extra == 'trio'
+Requires-Dist: trio<0.25.0,>=0.22.0; extra == 'trio'
Description-Content-Type: text/markdown
# HTTP Core
@@ -153,6 +153,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
+## 1.0.4 (February 21st, 2024)
+
+- Add `target` request extension. (#888)
+- Fix support for connection `Upgrade` and `CONNECT` when some data in the stream has been read. (#882)
+
## 1.0.3 (February 13th, 2024)
- Fix support for async cancellations. (#880)