har2tree 1.35.0__py3-none-any.whl → 1.35.1__py3-none-any.whl

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.
har2tree/har2tree.py CHANGED
@@ -834,7 +834,7 @@ class Har2Tree:
834
834
 
835
835
  def search_in_frames(self, urls: set[str], frame: FramesResponse) -> Iterator[str]:
836
836
  # If the frame doesn't have children, there are no potential URLs to attach
837
- if not frame.get('children') or frame['children'] is None:
837
+ if not isinstance(frame, dict) or not frame.get('children') or frame['children'] is None:
838
838
  return None
839
839
 
840
840
  if frame.get('url'):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: har2tree
3
- Version: 1.35.0
3
+ Version: 1.35.1
4
4
  Summary: HTTP Archive (HAR) to ETE Toolkit generator
5
5
  License-Expression: BSD-3-Clause
6
6
  License-File: LICENSE
@@ -29,10 +29,10 @@ Requires-Dist: legacy-cgi (>=2.6.4) ; python_version >= "3.13" and python_versio
29
29
  Requires-Dist: multipart (>=1.3.0,<2.0.0)
30
30
  Requires-Dist: numpy (>=2.2,<2.3) ; python_version < "3.11"
31
31
  Requires-Dist: numpy (>=2.3.5) ; python_version >= "3.11" and python_version < "4.0"
32
- Requires-Dist: publicsuffixlist (>=1.0.2.20251115)
32
+ Requires-Dist: publicsuffixlist (>=1.0.2.20251119)
33
33
  Requires-Dist: requests-toolbelt (>=1.0.0,<2.0.0)
34
34
  Requires-Dist: six (>=1.17.0) ; extra == "docs"
35
- Requires-Dist: tinycss2 (>=1.4.0)
35
+ Requires-Dist: tinycss2 (>=1.5.0)
36
36
  Requires-Dist: w3lib (>=2.3.1)
37
37
  Project-URL: Documentation, https://har2tree.readthedocs.io/en/latest/
38
38
  Project-URL: Repository, https://github.com/Lookyloo/har2tree
@@ -1,10 +1,10 @@
1
1
  har2tree/__init__.py,sha256=Na3mxHkUBq3rzYbxiLNJF37DxH5mcghSorjzXw5Teug,422
2
- har2tree/har2tree.py,sha256=m-Ge_ihbPMVtjNvzSxi8p664a4Jr_EtmFCNL80xGrHY,52731
2
+ har2tree/har2tree.py,sha256=24Puk4dlDXWOVIAPV7SIXNoP-oP-_7ERH2mZPxXiwn8,52762
3
3
  har2tree/helper.py,sha256=ktX5Fq-K_t4r0VVAXIH4uy7xc-qCjtSaiUvkX_PYxhw,20737
4
4
  har2tree/nodes.py,sha256=QWKqEUnuW7J6pASVvzwWAQNqL-_KDzSs2ld6uJl3qbw,37710
5
5
  har2tree/parser.py,sha256=4yej1OcVYAIiLfzYZsO9WCw3WyM_ykDTuvpW7UO1ROE,3645
6
6
  har2tree/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
- har2tree-1.35.0.dist-info/METADATA,sha256=nfxaJZ7GjmAyCiN1hWZ5K0ZLt6qR9MrLRSqJsoi4EXQ,2239
8
- har2tree-1.35.0.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
9
- har2tree-1.35.0.dist-info/licenses/LICENSE,sha256=Xa4EVROgJsEo10CW-ISCRiw0TtqdKz1JuM3BBLBM55c,1803
10
- har2tree-1.35.0.dist-info/RECORD,,
7
+ har2tree-1.35.1.dist-info/METADATA,sha256=SGudpw_P8Wrs_x9uCJmL__fJciNsWVeDlx8rFaVurVM,2239
8
+ har2tree-1.35.1.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
9
+ har2tree-1.35.1.dist-info/licenses/LICENSE,sha256=Xa4EVROgJsEo10CW-ISCRiw0TtqdKz1JuM3BBLBM55c,1803
10
+ har2tree-1.35.1.dist-info/RECORD,,