Skip to content

Commit 98e4ebe

Browse files
uv: Add pydantic and httpx
1 parent 2b4fe73 commit 98e4ebe

2 files changed

Lines changed: 232 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ authors = [
77
{name = "Datalogics"},
88
]
99
requires-python = ">=3.9"
10-
dependencies = []
10+
dependencies = [
11+
"httpx>=0.28.1",
12+
"pydantic>=2.12.0",
13+
]
1114

1215
[build-system]
1316
requires = ["uv_build>=0.8.22,<0.9.0"]

0 commit comments

Comments
 (0)