From 904ef4f5f898ae2ae3bbc47188886816c18b7f5d Mon Sep 17 00:00:00 2001 From: boksh Date: Thu, 30 Nov 2023 23:15:27 +0400 Subject: [PATCH] HH-200320 up balancing-http-client --- poetry.lock | 9 +++++---- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index a2f15e45b..5e03a85c9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -548,7 +548,7 @@ protobuf = ["grpcio-tools (>=1.59.3)"] [[package]] name = "http-client" -version = "2.1.4" +version = "2.1.5" description = "Balancing http client around aiohttp" optional = false python-versions = "3.11.*" @@ -558,13 +558,14 @@ develop = false [package.dependencies] aiohttp = "3.8.3" lxml = "4.9.2" +orjson = "*" yarl = "1.9.2" [package.source] type = "git" url = "https://github.com/hhru/balancing-http-client.git" -reference = "2.1.4" -resolved_reference = "b5bf03d1a664eb0cc28f15a1997428062fb0e648" +reference = "2.1.5" +resolved_reference = "1fb1da1cdc1c934ee8b6e33088e25129c9bde11c" [[package]] name = "idna" @@ -1871,4 +1872,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "5a30dcc539a432b892ad7b572c37071a307384be103cd7ce82aeffbb563f6abd" +content-hash = "0f94bde8c8f98a6d6928e1c62c082d62c295f60a132d2ea745aed419abc70246" diff --git a/pyproject.toml b/pyproject.toml index 106a060e5..36c5c6401 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ lxml = '4.9.2' pydantic = '^2.3.0' tornado = '6.3.2' orjson = '*' -http-client = {git = 'https://github.com/hhru/balancing-http-client.git', tag = '2.1.4'} +http-client = {git = 'https://github.com/hhru/balancing-http-client.git', tag = '2.1.5'} python-consul2-hh = {git = 'https://github.com/hhru/python-consul2', tag = 'v0.2.9'} opentelemetry-sdk = '1.17.0' opentelemetry-api = '1.17.0'