Skip to content

Commit 6cb2c37

Browse files
committed
Update pyproject.toml
1 parent af4c6ac commit 6cb2c37

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

pyproject.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "akari-bot-webrender"
3-
version = "0.5.4"
3+
version = "0.5.5"
44
description = ""
55
authors = [
66
{name = "OasisAkari", email = "OasisAkari@gmail.com"},
@@ -22,17 +22,17 @@ packages = [
2222
]
2323

2424
[tool.poetry.dependencies]
25-
python = "^3.12"
26-
uvicorn = "^0.38.0"
25+
python = ">=3.12"
26+
uvicorn = ">=0.37.0"
2727
fastapi = ">=0.119.0, <1.0.0"
28-
pydantic = "^2.11.7"
29-
playwright = "^1.52.0"
30-
orjson = "^3.10.18"
31-
loguru = "^0.7.3"
32-
jinja2 = "^3.1.6"
33-
httpx = "^0.28.1"
34-
tf-playwright-stealth = "^1.2.0"
35-
pre-commit = "^4.2.0"
28+
pydantic = ">=2.11.7"
29+
playwright = ">=1.52.0"
30+
orjson = ">=3.10.18"
31+
loguru = ">=0.7.3"
32+
jinja2 = ">=3.1.6"
33+
httpx = ">=0.28.1"
34+
tf-playwright-stealth = ">=1.2.0"
35+
pre-commit = ">=4.2.0"
3636

3737

3838
[build-system]

0 commit comments

Comments
 (0)