aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/httpcore/.dist-info
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2024-11-30 12:58:42 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2024-11-30 13:09:50 +0300
commit9dc6b2fddb37a98c860a013c641c112d5030c7a7 (patch)
tree6678c90833d76fbed73b10363f1b0ec668eacafe /contrib/python/httpcore/.dist-info
parentdf64d4599e151698c173343d73e12328aa9ce1ef (diff)
downloadydb-9dc6b2fddb37a98c860a013c641c112d5030c7a7.tar.gz
Intermediate changes
commit_hash:f785655b6e4979e4b61af2cb8227296a279f7ab6
Diffstat (limited to 'contrib/python/httpcore/.dist-info')
-rw-r--r--contrib/python/httpcore/.dist-info/METADATA9
1 files changed, 6 insertions, 3 deletions
diff --git a/contrib/python/httpcore/.dist-info/METADATA b/contrib/python/httpcore/.dist-info/METADATA
index 6be8e4bb68..99be2236cd 100644
--- a/contrib/python/httpcore/.dist-info/METADATA
+++ b/contrib/python/httpcore/.dist-info/METADATA
@@ -1,13 +1,12 @@
Metadata-Version: 2.3
Name: httpcore
-Version: 1.0.6
+Version: 1.0.7
Summary: A minimal low-level HTTP client.
Project-URL: Documentation, https://www.encode.io/httpcore
Project-URL: Homepage, https://www.encode.io/httpcore/
Project-URL: Source, https://github.com/encode/httpcore
Author-email: Tom Christie <tom@tomchristie.com>
-License-Expression: BSD-3-Clause
-License-File: LICENSE.md
+License: BSD-3-Clause
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: AsyncIO
@@ -153,6 +152,10 @@ 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/).
+## Version 1.0.7 (November 15th, 2024)
+
+- Support `proxy=…` configuration on `ConnectionPool()`. (#974)
+
## Version 1.0.6 (October 1st, 2024)
- Relax `trio` dependency pinning. (#956)