Skip to content

Commit 40586f1

Browse files
🐛 Add pydantic-ai and pydantic-settings to project dependencies
1 parent 817f2e4 commit 40586f1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "asa-api-cli"
7-
version = "0.1.0"
7+
version = "0.2.0"
88
description = "Command-line interface for Apple Search Ads campaign management"
99
readme = "README.md"
1010
license = "MIT"
@@ -31,6 +31,8 @@ dependencies = [
3131
"asa-api-client>=0.1.5",
3232
"typer>=0.13.0",
3333
"rich>=13.9.0",
34+
"pydantic-ai>=0.1.0",
35+
"pydantic-settings>=2.0.0",
3436
]
3537

3638
[project.scripts]

0 commit comments

Comments
 (0)