We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41fcc86 commit 93f8dfeCopy full SHA for 93f8dfe
1 file changed
pyproject.toml
@@ -4,12 +4,12 @@ version = "0.0.1"
4
requires-python = ">=3.13,<4"
5
dependencies = [
6
"fastapi[standard]==0.128.0",
7
- "pyyaml",
8
- "jinja2",
9
- "humanize",
10
- "pydantic",
11
- "pydantic-settings",
12
- "logfmter>=0.0.11",
+ "pyyaml==6.0.3",
+ "jinja2==3.1.6",
+ "humanize==4.14.0",
+ "pydantic==2.12.5",
+ "pydantic-settings==2.12.0",
+ "logfmter==0.0.11",
13
]
14
15
[tool.pytest.ini_options]
@@ -19,9 +19,9 @@ pythonpath = [
19
20
[dependency-groups]
21
dev = [
22
- "ruff",
23
- "pytest",
24
- "pip-audit>=2.9.0",
+ "ruff==0.14.9",
+ "pytest==9.0.2",
+ "pip-audit==2.10.0",
25
26
27
[tool.uv]
0 commit comments