We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 719f99d commit 8632dcaCopy full SHA for 8632dca
2 files changed
poetry.lock
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "lacus"
3
-version = "1.24.3"
+version = "1.25.0"
4
description = " A capturing system using playwright, as a web service."
5
authors = [{name="Raphaël Vinot", email="raphael.vinot@circl.lu"}]
6
license = "BSD-3-Clause"
@@ -11,14 +11,14 @@ dependencies = [
11
"redis[hiredis] (>=5.0.0,<6.0.0)",
12
"flask-restx (>=1.3.2)",
13
"gunicorn[setproctitle] (>=26.0.0)",
14
- "lacuscore (>=1.24.7)",
+ "lacuscore (>=1.25.0)",
15
"rich (>=15.0.0)",
16
"psutil (>=7.2.2)",
17
"watchdog (>=6.0.0,<7.0.0)",
18
"orjson (>=3.11.3,<4.0.0)",
19
"commented-configparser (>=3.0.0,<4.0.0)",
20
"lookyloo-models (>=0.2.9)",
21
- "playwrightcapture (>=1.39.12)",
+ "playwrightcapture (>=1.40.0)",
22
"flask (>=3.1.3,<4.0.0)",
23
"aiohttp (>=3.14.1,<4.0.0)",
24
"multidict (>=6.7.1,<7.0.0)",
0 commit comments