You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/mnt/data/dmerej/src/tbump/toml_validation.py", line 8, in <module>
foo_schema.validate(table)
File "/home/dmerej/.cache/pypoetry/virtualenvs/tbump-AVGABPqS-py3.9/lib/python3.9/site-packages/schema.py", line 361, in validate
new = type(data)() # new - is a dict of the validated values
TypeError: __init__() missing 3 required positional arguments: 'value', 'trivia', and 'is_aot_element'
I am attempting to use the existing
pyproject.toml
file instead of a separate tbump config file.However, I am getting the following error:
Steps to reproduce:
tbump init --pyproject <current_version>
tbump <new_version>
The same config works fine in
tbump.toml
file.Also, thanks for the work on this project. It helps with release candidates that use the PEP format.
The text was updated successfully, but these errors were encountered: