Skip to content

Commit eebc91b

Browse files
deps: add pydantic core
1 parent 4423112 commit eebc91b

File tree

4 files changed

+7
-20
lines changed

4 files changed

+7
-20
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ dependencies = [
1616
"loguru>=0.7.2",
1717
"pydantic>=2.5.0",
1818
"pydantic-settings>=2.1.0",
19+
"pydantic-core>=2.41.5",
1920
"redis>=5.0.1",
2021
"tomli>=2.3.0",
2122
"uvicorn[standard]>=0.24.0",
@@ -31,6 +32,9 @@ dev = [
3132
"pre-commit>=4.4.0",
3233
]
3334

35+
[project.scripts]
36+
app = "app.core.app:app"
37+
3438

3539
# ==== black ====
3640
[tool.black]

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ httpx>=0.25.2
99
loguru>=0.7.2
1010
pydantic>=2.5.0
1111
pydantic-settings>=2.1.0
12+
pydantic_core>=2.41.5
1213
redis>=5.0.1
1314
tomli>=2.3.0
1415
uvicorn[standard]>=0.24.0

uv.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vercel.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)