I'm getting the following error:
RecursionError: maximum recursion depth exceeded while calling a Python object
When running bump-pydantic on a file containing a very large number of enum.
Attached is a sample file that causes the problem. If you uncomment the last line the error will occur.
I'm using bump-pydantic 0.6.1 with python 3.9.12
enums.py.zip
I'm getting the following error: RecursionError: maximum recursion depth exceeded while calling a Python object When running bump-pydantic on a file containing a very large number of enum. Attached is a sample file that causes the problem. If you uncomment the last line the error will occur. I'm using bump-pydantic 0.6.1 with python 3.9.12 enums.py.zip