Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
c7a9dbf
1
Parent(s):
666634c
Updated httpx version
Browse filesDependency changed from v0.20.0 to v0.22.0
- poetry.lock +4 -4
poetry.lock
CHANGED
@@ -173,7 +173,7 @@ python-versions = ">=3.6,<4.0"
|
|
173 |
[package.extras]
|
174 |
dnssec = ["cryptography (>=2.6,<37.0)"]
|
175 |
curio = ["curio (>=1.2,<2.0)", "sniffio (>=1.1,<2.0)"]
|
176 |
-
doh = ["h2 (>=4.1.0)", "httpx (>=0.
|
177 |
idna = ["idna (>=2.1,<4.0)"]
|
178 |
trio = ["trio (>=0.14,<0.20)"]
|
179 |
wmi = ["wmi (>=1.5.1,<2.0.0)"]
|
@@ -259,7 +259,7 @@ http2 = ["h2 (>=3,<5)"]
|
|
259 |
|
260 |
[[package]]
|
261 |
name = "httpx"
|
262 |
-
version = "0.
|
263 |
description = "The next generation HTTP client."
|
264 |
category = "main"
|
265 |
optional = false
|
@@ -817,8 +817,8 @@ httpcore = [
|
|
817 |
{file = "httpcore-0.13.7.tar.gz", hash = "sha256:036f960468759e633574d7c121afba48af6419615d36ab8ede979f1ad6276fa3"},
|
818 |
]
|
819 |
httpx = [
|
820 |
-
{file = "httpx-0.
|
821 |
-
{file = "httpx-0.
|
822 |
]
|
823 |
hyperframe = [
|
824 |
{file = "hyperframe-6.0.1-py3-none-any.whl", hash = "sha256:0ec6bafd80d8ad2195c4f03aacba3a8265e57bc4cff261e802bf39970ed02a15"},
|
|
|
173 |
[package.extras]
|
174 |
dnssec = ["cryptography (>=2.6,<37.0)"]
|
175 |
curio = ["curio (>=1.2,<2.0)", "sniffio (>=1.1,<2.0)"]
|
176 |
+
doh = ["h2 (>=4.1.0)", "httpx (>=0.22.0)", "requests (>=2.23.0,<3.0.0)", "requests-toolbelt (>=0.9.1,<0.10.0)"]
|
177 |
idna = ["idna (>=2.1,<4.0)"]
|
178 |
trio = ["trio (>=0.14,<0.20)"]
|
179 |
wmi = ["wmi (>=1.5.1,<2.0.0)"]
|
|
|
259 |
|
260 |
[[package]]
|
261 |
name = "httpx"
|
262 |
+
version = "0.22.0"
|
263 |
description = "The next generation HTTP client."
|
264 |
category = "main"
|
265 |
optional = false
|
|
|
817 |
{file = "httpcore-0.13.7.tar.gz", hash = "sha256:036f960468759e633574d7c121afba48af6419615d36ab8ede979f1ad6276fa3"},
|
818 |
]
|
819 |
httpx = [
|
820 |
+
{file = "httpx-0.22.0-py3-none-any.whl", hash = "sha256:e35e83d1d2b9b2a609ef367cc4c1e66fd80b750348b20cc9e19d1952fc2ca3f6"},
|
821 |
+
{file = "httpx-0.22.0.tar.gz", hash = "sha256:d8e778f76d9bbd46af49e7f062467e3157a5a3d2ae4876a4bbfd8a51ed9c9cb4"},
|
822 |
]
|
823 |
hyperframe = [
|
824 |
{file = "hyperframe-6.0.1-py3-none-any.whl", hash = "sha256:0ec6bafd80d8ad2195c4f03aacba3a8265e57bc4cff261e802bf39970ed02a15"},
|