some misc fixes

This commit is contained in:
Barrett Ruth 2025-12-07 16:09:17 -06:00
parent 6647e4120e
commit f805251762
9 changed files with 48 additions and 139 deletions

View file

@ -13,11 +13,11 @@ dependencies = [
"pydantic>=2.11.10",
"requests>=2.32.5",
"scrapling[fetchers]>=0.3.5",
"types-requests>=2.32.4.20250913",
]
[dependency-groups]
dev = [
"mypy>=1.18.2",
"types-beautifulsoup4>=4.12.0.20250516",
"types-requests>=2.32.4.20250913",
"pytest>=8.0.0",
@ -25,6 +25,7 @@ dev = [
"pre-commit>=4.3.0",
"basedpyright>=1.31.6",
"ruff>=0.14.2",
"ty>=0.0.1a32",
]
[tool.pytest.ini_options]