I try to create Decimal with string in constructor, but I have error:

An error occurred during this backtest:
During the algorithm initialization, the following exception has occurred: Loader.TryCreatePythonAlgorithm(): Unable to import python module ./cache/algorithm/project/main.pyc. AlgorithmPythonWrapper(): 
Trying to dynamically access a method that does not exist throws a TypeError exception. To prevent the exception, ensure each parameter type matches those required by the 'str'>) method. Please checkout the
API documentation.
 at <module>
   tick_size = Decimal('0.01')
                              ^^^^^^^^^^^^^^^
in main.py: line 100
No method matches given arguments for .ctor: (<class 'str'>)
 

Workspace python is 3.12.