lacuscore 1.16.6__py3-none-any.whl → 1.17.0__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.
lacuscore/lacuscore.py CHANGED
@@ -56,7 +56,7 @@ else:
56
56
  logger.warning(f'Timeout expired: {error_message}')
57
57
 
58
58
  if TYPE_CHECKING:
59
- from playwrightcapture import SetCookieParam
59
+ from playwrightcapture import SetCookieParam, Cookie
60
60
 
61
61
 
62
62
  BROWSER = Literal['chromium', 'firefox', 'webkit']
@@ -168,7 +168,7 @@ class LacusCore():
168
168
  proxy: str | dict[str, str] | None=None,
169
169
  socks5_dns_resolver: str | list[str] | None=None,
170
170
  general_timeout_in_sec: int | None=None,
171
- cookies: list[dict[str, Any]] | list[SetCookieParam] | None=None,
171
+ cookies: str | dict[str, str] | list[dict[str, Any]] | list[SetCookieParam] | list[Cookie] | None=None,
172
172
  storage: dict[str, Any] | None=None,
173
173
  headers: dict[str, str] | None=None,
174
174
  http_credentials: dict[str, str] | None=None,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: lacuscore
3
- Version: 1.16.6
3
+ Version: 1.17.0
4
4
  Summary: Core of Lacus, usable as a module
5
5
  License: BSD-3-Clause
6
6
  Author: Raphaël Vinot
@@ -26,10 +26,10 @@ Requires-Dist: async-timeout (>=5.0.1) ; python_version < "3.11"
26
26
  Requires-Dist: defang (>=0.5.3)
27
27
  Requires-Dist: dnspython (>=2.7.0)
28
28
  Requires-Dist: eval-type-backport (>=0.2.2) ; python_version < "3.10"
29
- Requires-Dist: playwrightcapture[recaptcha] (>=1.31.7)
29
+ Requires-Dist: playwrightcapture[recaptcha] (>=1.32.0)
30
30
  Requires-Dist: pydantic (>=2.11.7)
31
31
  Requires-Dist: redis[hiredis] (>=5.3.0,<6.0.0)
32
- Requires-Dist: requests (>=2.32.4)
32
+ Requires-Dist: requests (>=2.32.5)
33
33
  Requires-Dist: typing-extensions (>=4.12.2,<5.0.0) ; python_version < "3.12"
34
34
  Requires-Dist: ua-parser[regex] (>=1.0.1)
35
35
  Project-URL: Documentation, https://lacuscore.readthedocs.io/en/latest/
@@ -1,10 +1,10 @@
1
1
  lacuscore/__init__.py,sha256=aLBshQPT9IBDKn5qWrX9A_exqtLFPyLsQiPWdfpAFjA,537
2
2
  lacuscore/helpers.py,sha256=dTt-FM7SnwEgIeGTCAvREwa1K224iNb16mmaCwcY_eg,14096
3
3
  lacuscore/lacus_monitoring.py,sha256=r6IaYuh6sMq43eOWdZx0fU8p4PWVZlqSD6nr6yOaTUU,2713
4
- lacuscore/lacuscore.py,sha256=UTaMvDCGIzrs2K2GAOpBj6DQTJIQ_I0BrjQmJ1BXA9s,45086
4
+ lacuscore/lacuscore.py,sha256=oIFNl5Ybcel2Fa5kzGpzJM0v5wgHy_bHUqrYS1ijOlQ,45132
5
5
  lacuscore/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
6
  lacuscore/task_logger.py,sha256=2wDotU6r6vn-aKO8nZNdxSuisSj11LlcxuvW60qPL0Y,1909
7
- lacuscore-1.16.6.dist-info/LICENSE,sha256=4C4hLYrIkUD96Ggk-y_Go1Qf7PBZrEm9PSeTGe2nd4s,1516
8
- lacuscore-1.16.6.dist-info/METADATA,sha256=tj2PdgbP3l3ROjVt-Xvt32gvdgPOadCXC1eAFuLESCQ,2654
9
- lacuscore-1.16.6.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
10
- lacuscore-1.16.6.dist-info/RECORD,,
7
+ lacuscore-1.17.0.dist-info/LICENSE,sha256=4C4hLYrIkUD96Ggk-y_Go1Qf7PBZrEm9PSeTGe2nd4s,1516
8
+ lacuscore-1.17.0.dist-info/METADATA,sha256=VPB1r8b1hWkOb5DwfuaMZjWQiUpQE3wiLDpo5zaBSDk,2654
9
+ lacuscore-1.17.0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
10
+ lacuscore-1.17.0.dist-info/RECORD,,