lacuscore 1.13.4__py3-none-any.whl → 1.13.5__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
@@ -132,7 +132,7 @@ class LacusCore():
132
132
  user_agent: str | None=None,
133
133
  proxy: str | dict[str, str] | None=None,
134
134
  general_timeout_in_sec: int | None=None,
135
- cookies: list[dict[str, Any]] | None=None,
135
+ cookies: list[dict[str, Any]] | list[Cookie] | None=None,
136
136
  storage: dict[str, Any] | None=None,
137
137
  headers: dict[str, str] | None=None,
138
138
  http_credentials: dict[str, str] | None=None,
@@ -164,7 +164,7 @@ class LacusCore():
164
164
  user_agent: str | None=None,
165
165
  proxy: str | dict[str, str] | None=None,
166
166
  general_timeout_in_sec: int | None=None,
167
- cookies: list[dict[str, Any]] | None=None,
167
+ cookies: list[dict[str, Any]] | list[Cookie] | None=None,
168
168
  storage: dict[str, Any] | None=None,
169
169
  headers: dict[str, str] | None=None,
170
170
  http_credentials: dict[str, str] | None=None,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: lacuscore
3
- Version: 1.13.4
3
+ Version: 1.13.5
4
4
  Summary: Core of Lacus, usable as a module
5
5
  License: BSD-3-Clause
6
6
  Author: Raphaël Vinot
@@ -1,10 +1,10 @@
1
1
  lacuscore/__init__.py,sha256=aLBshQPT9IBDKn5qWrX9A_exqtLFPyLsQiPWdfpAFjA,537
2
2
  lacuscore/helpers.py,sha256=UPJl6rzSRCwZUELQcVuYJjndBcgBjm_62N7JjXe5EDU,13543
3
3
  lacuscore/lacus_monitoring.py,sha256=r6IaYuh6sMq43eOWdZx0fU8p4PWVZlqSD6nr6yOaTUU,2713
4
- lacuscore/lacuscore.py,sha256=fzW-04_pFK_Bqv-66-ei4OLS3nxpHmNEXCn4_2pXhTU,42212
4
+ lacuscore/lacuscore.py,sha256=bSnCwrRPn7pwnd33kzdTQ7hajhpwg-3TaDKtuT7Cbzg,42242
5
5
  lacuscore/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
6
  lacuscore/task_logger.py,sha256=2wDotU6r6vn-aKO8nZNdxSuisSj11LlcxuvW60qPL0Y,1909
7
- lacuscore-1.13.4.dist-info/LICENSE,sha256=4C4hLYrIkUD96Ggk-y_Go1Qf7PBZrEm9PSeTGe2nd4s,1516
8
- lacuscore-1.13.4.dist-info/METADATA,sha256=IJmzHtaYXz5GM2anvC83JYILKaB-a_bOo0m0q1xsPL0,2647
9
- lacuscore-1.13.4.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
10
- lacuscore-1.13.4.dist-info/RECORD,,
7
+ lacuscore-1.13.5.dist-info/LICENSE,sha256=4C4hLYrIkUD96Ggk-y_Go1Qf7PBZrEm9PSeTGe2nd4s,1516
8
+ lacuscore-1.13.5.dist-info/METADATA,sha256=m60_xiuzi0tFeDCV2-YM-Mcol0f_PPP_KEAX1vRpniw,2647
9
+ lacuscore-1.13.5.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
10
+ lacuscore-1.13.5.dist-info/RECORD,,