Skip to content

Commit 93f8dfe

Browse files
authored
deps: pin versions
1 parent 41fcc86 commit 93f8dfe

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ version = "0.0.1"
44
requires-python = ">=3.13,<4"
55
dependencies = [
66
"fastapi[standard]==0.128.0",
7-
"pyyaml",
8-
"jinja2",
9-
"humanize",
10-
"pydantic",
11-
"pydantic-settings",
12-
"logfmter>=0.0.11",
7+
"pyyaml==6.0.3",
8+
"jinja2==3.1.6",
9+
"humanize==4.14.0",
10+
"pydantic==2.12.5",
11+
"pydantic-settings==2.12.0",
12+
"logfmter==0.0.11",
1313
]
1414

1515
[tool.pytest.ini_options]
@@ -19,9 +19,9 @@ pythonpath = [
1919

2020
[dependency-groups]
2121
dev = [
22-
"ruff",
23-
"pytest",
24-
"pip-audit>=2.9.0",
22+
"ruff==0.14.9",
23+
"pytest==9.0.2",
24+
"pip-audit==2.10.0",
2525
]
2626

2727
[tool.uv]

0 commit comments

Comments
 (0)