aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/httpcore/.dist-info/METADATA
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2024-02-29 07:31:23 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2024-02-29 07:39:42 +0300
commit153135af2652773157f98b91e31119d8f3672447 (patch)
tree5454f846246ba682c5ece63f9f6daa01aaac08e2 /contrib/python/httpcore/.dist-info/METADATA
parent784c58b378e628a93382de0e56323e780e51fbe5 (diff)
downloadydb-153135af2652773157f98b91e31119d8f3672447.tar.gz
Intermediate changes
Diffstat (limited to 'contrib/python/httpcore/.dist-info/METADATA')
-rw-r--r--contrib/python/httpcore/.dist-info/METADATA12
1 files changed, 9 insertions, 3 deletions
diff --git a/contrib/python/httpcore/.dist-info/METADATA b/contrib/python/httpcore/.dist-info/METADATA
index 07eab9de21..51de714c58 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.2
+Version: 1.0.3
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.23.0,>=0.22.0; extra == 'trio'
+Requires-Dist: trio<0.24.0,>=0.22.0; extra == 'trio'
Description-Content-Type: text/markdown
# HTTP Core
@@ -153,7 +153,13 @@ 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.2 (November 10th, 2023)
+## 1.0.3 (February 13th, 2024)
+
+- Fix support for async cancellations. (#880)
+- Fix trace extension when used with socks proxy. (#849)
+- Fix SSL context for connections using the "wss" scheme (#869)
+
+## 1.0.2 (November 10th, 2023)
- Fix `float("inf")` timeouts in `Event.wait` function. (#846)