mm-http 0.1.3__tar.gz → 0.1.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {mm_http-0.1.3 → mm_http-0.1.4}/PKG-INFO +2 -1
- {mm_http-0.1.3 → mm_http-0.1.4}/pyproject.toml +3 -1
- {mm_http-0.1.3 → mm_http-0.1.4}/uv.lock +6 -4
- {mm_http-0.1.3 → mm_http-0.1.4}/.gitignore +0 -0
- {mm_http-0.1.3 → mm_http-0.1.4}/.pre-commit-config.yaml +0 -0
- {mm_http-0.1.3 → mm_http-0.1.4}/README.md +0 -0
- {mm_http-0.1.3 → mm_http-0.1.4}/dict.dic +0 -0
- {mm_http-0.1.3 → mm_http-0.1.4}/justfile +0 -0
- {mm_http-0.1.3 → mm_http-0.1.4}/src/mm_http/__init__.py +0 -0
- {mm_http-0.1.3 → mm_http-0.1.4}/src/mm_http/http_request.py +0 -0
- {mm_http-0.1.3 → mm_http-0.1.4}/src/mm_http/http_request_sync.py +0 -0
- {mm_http-0.1.3 → mm_http-0.1.4}/src/mm_http/py.typed +0 -0
- {mm_http-0.1.3 → mm_http-0.1.4}/src/mm_http/response.py +0 -0
- {mm_http-0.1.3 → mm_http-0.1.4}/tests/__init__.py +0 -0
- {mm_http-0.1.3 → mm_http-0.1.4}/tests/conftest.py +0 -0
- {mm_http-0.1.3 → mm_http-0.1.4}/tests/test_http_request.py +0 -0
- {mm_http-0.1.3 → mm_http-0.1.4}/tests/test_http_request_sync.py +0 -0
- {mm_http-0.1.3 → mm_http-0.1.4}/tests/test_http_response.py +0 -0
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mm-http
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.4
|
|
4
4
|
Requires-Python: >=3.13
|
|
5
5
|
Requires-Dist: aiohttp-socks~=0.10.1
|
|
6
6
|
Requires-Dist: aiohttp~=3.12.15
|
|
7
7
|
Requires-Dist: mm-result~=0.1.1
|
|
8
8
|
Requires-Dist: pydash~=8.0.5
|
|
9
9
|
Requires-Dist: requests[socks]~=2.32.5
|
|
10
|
+
Requires-Dist: urllib3~=2.5.0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "mm-http"
|
|
3
|
-
version = "0.1.
|
|
3
|
+
version = "0.1.4"
|
|
4
4
|
description = ""
|
|
5
5
|
requires-python = ">=3.13"
|
|
6
6
|
dependencies = [
|
|
@@ -9,6 +9,8 @@ dependencies = [
|
|
|
9
9
|
"aiohttp~=3.12.15",
|
|
10
10
|
"aiohttp-socks~=0.10.1",
|
|
11
11
|
"pydash~=8.0.5",
|
|
12
|
+
"urllib3~=2.5.0", # urllib3 is a dependency of requests, temporarily added to avoid GHSA-48p4-8xcf-vxj5, GHSA-pq67-6m6q-mj2v
|
|
13
|
+
|
|
12
14
|
]
|
|
13
15
|
|
|
14
16
|
[build-system]
|
|
@@ -363,7 +363,7 @@ wheels = [
|
|
|
363
363
|
|
|
364
364
|
[[package]]
|
|
365
365
|
name = "mm-http"
|
|
366
|
-
version = "0.1.
|
|
366
|
+
version = "0.1.4"
|
|
367
367
|
source = { editable = "." }
|
|
368
368
|
dependencies = [
|
|
369
369
|
{ name = "aiohttp" },
|
|
@@ -371,6 +371,7 @@ dependencies = [
|
|
|
371
371
|
{ name = "mm-result" },
|
|
372
372
|
{ name = "pydash" },
|
|
373
373
|
{ name = "requests", extra = ["socks"] },
|
|
374
|
+
{ name = "urllib3" },
|
|
374
375
|
]
|
|
375
376
|
|
|
376
377
|
[package.dev-dependencies]
|
|
@@ -395,6 +396,7 @@ requires-dist = [
|
|
|
395
396
|
{ name = "mm-result", specifier = "~=0.1.1" },
|
|
396
397
|
{ name = "pydash", specifier = "~=8.0.5" },
|
|
397
398
|
{ name = "requests", extras = ["socks"], specifier = "~=2.32.5" },
|
|
399
|
+
{ name = "urllib3", specifier = "~=2.5.0" },
|
|
398
400
|
]
|
|
399
401
|
|
|
400
402
|
[package.metadata.requires-dev]
|
|
@@ -611,11 +613,11 @@ wheels = [
|
|
|
611
613
|
|
|
612
614
|
[[package]]
|
|
613
615
|
name = "platformdirs"
|
|
614
|
-
version = "4.
|
|
616
|
+
version = "4.4.0"
|
|
615
617
|
source = { registry = "https://pypi.org/simple" }
|
|
616
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
618
|
+
sdist = { url = "https://files.pythonhosted.org/packages/23/e8/21db9c9987b0e728855bd57bff6984f67952bea55d6f75e055c46b5383e8/platformdirs-4.4.0.tar.gz", hash = "sha256:ca753cf4d81dc309bc67b0ea38fd15dc97bc30ce419a7f58d13eb3bf14c4febf", size = 21634, upload-time = "2025-08-26T14:32:04.268Z" }
|
|
617
619
|
wheels = [
|
|
618
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
620
|
+
{ url = "https://files.pythonhosted.org/packages/40/4b/2028861e724d3bd36227adfa20d3fd24c3fc6d52032f4a93c133be5d17ce/platformdirs-4.4.0-py3-none-any.whl", hash = "sha256:abd01743f24e5287cd7a5db3752faf1a2d65353f38ec26d98e25a6db65958c85", size = 18654, upload-time = "2025-08-26T14:32:02.735Z" },
|
|
619
621
|
]
|
|
620
622
|
|
|
621
623
|
[[package]]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|