Skip to content

Commit 339a0a1

Browse files
⬆️ Require asa-api-client>=0.1.2 for impression share support
1 parent a019623 commit 339a0a1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,14 @@ classifiers = [
2828
"Typing :: Typed",
2929
]
3030
dependencies = [
31-
"asa-api-client>=0.1.0",
31+
"asa-api-client>=0.1.2",
3232
"typer>=0.13.0",
3333
"rich>=13.9.0",
3434
]
3535

36+
[tool.uv.sources]
37+
asa-api-client = { path = "../search-ads-api", editable = true }
38+
3639
[project.scripts]
3740
asa = "asa_api_cli:app"
3841

@@ -43,6 +46,7 @@ dev = [
4346
"pytest-cov>=6.0.0",
4447
"mypy>=1.13.0",
4548
"ruff>=0.8.0",
49+
"pre-commit>=4.0.0",
4650
]
4751

4852
[project.urls]
@@ -59,7 +63,6 @@ testpaths = ["tests"]
5963
[tool.mypy]
6064
python_version = "3.13"
6165
strict = true
62-
plugins = ["pydantic.mypy"]
6366
ignore_missing_imports = true
6467
warn_unused_ignores = false
6568

0 commit comments

Comments
 (0)