lacuscore 1.15.2__tar.gz → 1.16.1__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,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: lacuscore
3
- Version: 1.15.2
3
+ Version: 1.16.1
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.30.0)
30
- Requires-Dist: pydantic (>=2.11.5)
29
+ Requires-Dist: playwrightcapture[recaptcha] (>=1.31.1)
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.3)
32
+ Requires-Dist: requests (>=2.32.4)
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/
@@ -383,7 +383,7 @@ class LacusCore():
383
383
  logger=logger,
384
384
  message='Capture raised an uncaught exception')
385
385
  # Make sur the task starts.
386
- await asyncio.sleep(0.5)
386
+ await asyncio.sleep(0.1)
387
387
 
388
388
  async def _capture(self, uuid: str, priority: int) -> None:
389
389
  """Trigger a specific capture
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "lacuscore"
3
- version = "1.15.2"
3
+ version = "1.16.1"
4
4
  description = "Core of Lacus, usable as a module"
5
5
  authors = [
6
6
  {name="Raphaël Vinot", email="raphael.vinot@circl.lu"}
@@ -14,14 +14,14 @@ requires-python = ">=3.9.2,<4.0"
14
14
  dynamic = [ "classifiers" ]
15
15
 
16
16
  dependencies = [
17
- "requests (>=2.32.3)",
18
- "playwrightcapture[recaptcha] (>=1.30.0)",
17
+ "requests (>=2.32.4)",
18
+ "playwrightcapture[recaptcha] (>=1.31.1)",
19
19
  "defang (>=0.5.3)",
20
20
  "ua-parser[regex] (>=1.0.1)",
21
21
  "redis[hiredis] (>=5.3.0,<6.0.0)",
22
22
  "dnspython (>=2.7.0)",
23
23
  "async-timeout (>=5.0.1) ; python_version < \"3.11\"",
24
- "pydantic (>=2.11.5)",
24
+ "pydantic (>=2.11.7)",
25
25
  "eval-type-backport (>=0.2.2) ; python_version < \"3.10\"",
26
26
  "typing-extensions (>=4.12.2,<5.0.0) ; python_version < \"3.12\""
27
27
  ]
@@ -47,11 +47,11 @@ classifiers = [
47
47
  docs = ["Sphinx (>=8.2.3) ; python_version >= \"3.11\""]
48
48
 
49
49
  [tool.poetry.group.dev.dependencies]
50
- mypy = "^1.16.0"
50
+ mypy = "^1.16.1"
51
51
  types-redis = {version = "^4.6.0.20241004"}
52
- types-requests = "^2.32.0.20250602"
52
+ types-requests = "^2.32.4.20250611"
53
53
  types-beautifulsoup4 = "^4.12.0.20250516"
54
- pytest = "^8.4.0"
54
+ pytest = "^8.4.1"
55
55
 
56
56
  [build-system]
57
57
  requires = ["poetry-core>=2.0"]
File without changes
File without changes