feat: add API key validation and corresponding error handling; update tests for validation

This commit is contained in:
bohd4nx
2026-03-15 23:01:37 +02:00
parent f4a96bb01a
commit 041081b919
6 changed files with 29 additions and 10 deletions
+3 -3
View File
@@ -27,13 +27,13 @@ classifiers = [
]
dependencies = [
"httpx==0.28.1",
"tonutils[pytoniq]==2.0.0",
"tonutils[pytoniq]==2.0.4",
]
[project.optional-dependencies]
dev = [
"pytest>=9.0",
"pytest-asyncio>=1.0",
"pytest==9.0.2",
"pytest-asyncio==1.3.0",
"ruff",
"black",
]