COVESA / vss-tools

Software for working with VSS (https://github.com/COVESA/vehicle_signal_specification)
Mozilla Public License 2.0
55 stars 55 forks source link

Fixing anytree dependency #408

Closed erikbosch closed 1 week ago

erikbosch commented 1 week ago

We have started to use 2.9 functionality Latest is 2.12 but keeping 2.9 for maximum compatibility

Also updating poetry.lock by poetry.lock

erikbosch commented 1 week ago

FYI @sschleemilch @SebastianSchildt

If test works I will merge this for 5.0 and create a new rc. But we can discuss wanted approach for main, I see two main alternatives

The latter approach gives less risk for problems as detected by @UlfBj (as we do not test older versions like 2.8/2.9 in CI), but might give more problems if you want to run other tools which does not support 2.12 in the same python env/venv.

sschleemilch commented 1 week ago

Good finding. We should think about pinning dependencies if we encounter something like that again