Skip to content

Commit

Permalink
fix: allow any type for arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-makerx committed Mar 22, 2023
1 parent b41f228 commit 1da1b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/algokit_utils/application_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

logger = logging.getLogger(__name__)

ABIArgsDict = dict[str, int | str | bytes | dict[str, int | str | bytes]]
ABIArgsDict = dict[str, Any]

__all__ = [
"ABICallArgs",
Expand Down

0 comments on commit 1da1b39

Please sign in to comment.