lacuscore 1.12.3__tar.gz → 1.12.5__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.1
2
2
  Name: lacuscore
3
- Version: 1.12.3
3
+ Version: 1.12.5
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
@@ -29,8 +29,8 @@ Requires-Dist: async-timeout (>=4.0.3,<5.0.0) ; python_version < "3.11"
29
29
  Requires-Dist: defang (>=0.5.3,<0.6.0)
30
30
  Requires-Dist: dnspython (>=2.7.0,<3.0.0) ; python_version >= "3.9"
31
31
  Requires-Dist: eval-type-backport (>=0.2.0,<0.3.0) ; python_version < "3.10"
32
- Requires-Dist: playwrightcapture[recaptcha] (>=1.27.1,<2.0.0)
33
- Requires-Dist: pydantic (>=2.9.2,<3.0.0)
32
+ Requires-Dist: playwrightcapture[recaptcha] (>=1.27.3,<2.0.0)
33
+ Requires-Dist: pydantic (>=2.10.1,<3.0.0)
34
34
  Requires-Dist: redis[hiredis] (>=5.2.0,<6.0.0)
35
35
  Requires-Dist: requests (>=2.32.3,<3.0.0)
36
36
  Requires-Dist: ua-parser (>=0.18.0,<0.19.0)
@@ -108,9 +108,6 @@ class LacusCore():
108
108
  self.dnsresolver.timeout = 2
109
109
  self.dnsresolver.lifetime = 3
110
110
 
111
- # Enable new chromium headless by default.
112
- os.environ["PLAYWRIGHT_CHROMIUM_USE_HEADLESS_NEW"] = "1"
113
-
114
111
  def check_redis_up(self) -> bool:
115
112
  """Check if redis is reachable"""
116
113
  return bool(self.redis.ping())
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "lacuscore"
3
- version = "1.12.3"
3
+ version = "1.12.5"
4
4
  description = "Core of Lacus, usable as a module"
5
5
  authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
6
6
  license = "BSD-3-Clause"
@@ -34,13 +34,13 @@ Sphinx = [
34
34
  {version = "^7.2", python = ">=3.9,<3.10", optional = true},
35
35
  {version = "^8", python = ">=3.10", optional = true}
36
36
  ]
37
- playwrightcapture = {extras = ["recaptcha"], version = "^1.27.1"}
37
+ playwrightcapture = {extras = ["recaptcha"], version = "^1.27.3"}
38
38
  defang = "^0.5.3"
39
39
  ua-parser = "^0.18.0"
40
40
  redis = {version = "^5.2.0", extras = ["hiredis"]}
41
41
  dnspython = {version = "^2.7.0", python = ">=3.9"}
42
42
  async-timeout = {version = "^4.0.3", python = "<3.11"}
43
- pydantic = "^2.9.2"
43
+ pydantic = "^2.10.1"
44
44
  eval-type-backport = {version = "^0.2.0", python = "<3.10"}
45
45
 
46
46
  [tool.poetry.extras]
File without changes
File without changes