Running mypy on the current main branch reports two type-checking errors in src/x402_openai/_wallet.py.
The issue is a type mismatch between x402Client and x402ClientSync:
src/x402_openai/_wallet.py:125:
Incompatible types in assignment
(expression has type "x402Client", variable has type "x402ClientSync")
src/x402_openai/_wallet.py:130:
Argument 1 to "x402HTTPClient" has incompatible type "x402ClientSync";
expected "x402Client"
Running mypy on the current main branch reports two type-checking errors in src/x402_openai/_wallet.py.
The issue is a type mismatch between x402Client and x402ClientSync:
src/x402_openai/_wallet.py:125:
Incompatible types in assignment
(expression has type "x402Client", variable has type "x402ClientSync")
src/x402_openai/_wallet.py:130:
Argument 1 to "x402HTTPClient" has incompatible type "x402ClientSync";
expected "x402Client"