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.
@@ -1,9 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mm-http
3
- Version: 0.1.3
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"
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.3"
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.3.8"
616
+ version = "4.4.0"
615
617
  source = { registry = "https://pypi.org/simple" }
616
- sdist = { url = "https://files.pythonhosted.org/packages/fe/8b/3c73abc9c759ecd3f1f7ceff6685840859e8070c4d947c93fae71f6a0bf2/platformdirs-4.3.8.tar.gz", hash = "sha256:3d512d96e16bcb959a814c9f348431070822a6496326a4be0911c40b5a74c2bc", size = 21362, upload-time = "2025-05-07T22:47:42.121Z" }
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/fe/39/979e8e21520d4e47a0bbe349e2713c0aac6f3d853d0e5b34d76206c439aa/platformdirs-4.3.8-py3-none-any.whl", hash = "sha256:ff7059bb7eb1179e2685604f4aaf157cfd9535242bd23742eadc3c13542139b4", size = 18567, upload-time = "2025-05-07T22:47:40.376Z" },
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