lacuscore 1.10.9__py3-none-any.whl → 1.10.10__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
@@ -103,6 +103,9 @@ class LacusCore():
103
103
  self.dnsresolver.timeout = 2
104
104
  self.dnsresolver.lifetime = 3
105
105
 
106
+ # Enable new chromium headless by default.
107
+ os.environ["PLAYWRIGHT_CHROMIUM_USE_HEADLESS_NEW"] = "1"
108
+
106
109
  # NOTE: Remove in 1.8.* - clear old ongoing captures queue in case of need
107
110
  if self.redis.type('lacus:ongoing') in ['set', b'set']: # type: ignore[no-untyped-call]
108
111
  self.redis.delete('lacus:ongoing')
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: lacuscore
3
- Version: 1.10.9
3
+ Version: 1.10.10
4
4
  Summary: Core of Lacus, usable as a module
5
5
  Home-page: https://github.com/ail-project/LacusCore
6
6
  License: BSD-3-Clause
@@ -30,7 +30,7 @@ Requires-Dist: async-timeout (>=4.0.3,<5.0.0) ; python_version < "3.11"
30
30
  Requires-Dist: defang (>=0.5.3,<0.6.0)
31
31
  Requires-Dist: dnspython (>=2.6.1,<3.0.0)
32
32
  Requires-Dist: eval-type-backport (>=0.2.0,<0.3.0) ; python_version < "3.10"
33
- Requires-Dist: playwrightcapture[recaptcha] (>=1.25.10,<2.0.0)
33
+ Requires-Dist: playwrightcapture[recaptcha] (>=1.25.11,<2.0.0)
34
34
  Requires-Dist: pydantic (>=2.8.2,<3.0.0)
35
35
  Requires-Dist: redis[hiredis] (>=5.0.8,<6.0.0)
36
36
  Requires-Dist: requests (>=2.32.3,<3.0.0)
@@ -1,10 +1,10 @@
1
1
  lacuscore/__init__.py,sha256=aLBshQPT9IBDKn5qWrX9A_exqtLFPyLsQiPWdfpAFjA,537
2
2
  lacuscore/helpers.py,sha256=qAB_E1wVisl-YgN41zTD35PzJc0i_CoA1sPAb73gzck,10855
3
3
  lacuscore/lacus_monitoring.py,sha256=UOfE_1-_rhVeKJXQ_m9XxYkr7VwyQnA6iK-x_tcXJfo,2775
4
- lacuscore/lacuscore.py,sha256=eQMJBf0ZYkCkACu3OWCdidpNEYn0wZ1piIVHP1kv_kU,39372
4
+ lacuscore/lacuscore.py,sha256=73yGF9hbLXg-HutLubIgx3CY4e7gVra-VT4PPtwUoDc,39489
5
5
  lacuscore/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
6
  lacuscore/task_logger.py,sha256=kWBThqfv_alu1YA3jEqP4GsqXIVKLbzyI7w14aJ2g9I,1908
7
- lacuscore-1.10.9.dist-info/LICENSE,sha256=4C4hLYrIkUD96Ggk-y_Go1Qf7PBZrEm9PSeTGe2nd4s,1516
8
- lacuscore-1.10.9.dist-info/METADATA,sha256=7nYXSnqXqXz4ai1hMgEvGyD16E3uaPQlxvCsJnekPUA,2858
9
- lacuscore-1.10.9.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
10
- lacuscore-1.10.9.dist-info/RECORD,,
7
+ lacuscore-1.10.10.dist-info/LICENSE,sha256=4C4hLYrIkUD96Ggk-y_Go1Qf7PBZrEm9PSeTGe2nd4s,1516
8
+ lacuscore-1.10.10.dist-info/METADATA,sha256=1Ha38GM8uu-uqAO8O40FxRCi81bQXeaGdYl-Us70za8,2859
9
+ lacuscore-1.10.10.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
10
+ lacuscore-1.10.10.dist-info/RECORD,,