mercedes-benz / odxtools

odxtools is a collection of utilities to interact with the diagnostic functionality of automotive electronic control units using python
MIT License
169 stars 70 forks source link

setup.py requires very old python-can dependancy #174

Closed stoyan-SLN closed 1 year ago

stoyan-SLN commented 1 year ago

requires_list = [ "bitstruct >= 6.0.0", "argparse_addons", "PyInquirer", "jinja2", "python-can < 4.0",

Since python-can 4.0 and later is strongly recommended by the python-can community, what is the reason for odxtools to require an old version which has many unresolved issues?

Do you plan to be compatible with python-can 4.0 and later?

andlaus commented 1 year ago

Do you plan to be compatible with python-can 4.0 and later?

we already are. this restriction is an artifact of a very old odxtools version...

stoyan-SLN commented 1 year ago

Thank you for the fast reaction!

When should we expect a new release?

andlaus commented 1 year ago

release done...