ci: update test job to use matrix strategy for multiple Python versions and switch to conda setup

fix: specify type for headers parameter in execute_transaction_request
fix: specify type for transaction_data parameter in process_transaction
deps: update tonutils dependency version to 2.0.5
This commit is contained in:
bohd4nx
2026-04-07 00:52:39 +03:00
parent d4ac44f698
commit 503baa9a94
4 changed files with 21 additions and 10 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ classifiers = [
]
dependencies = [
"httpx==0.28.1",
"tonutils[pytoniq]==2.0.4",
"tonutils[pytoniq]==2.0.5",
]
[project.optional-dependencies]