DiamondLightSource / blueapi

Apache License 2.0
3 stars 5 forks source link

Automate rest api version update #531

Open stan-dot opened 2 months ago

stan-dot commented 2 months ago

REST_API_VERSION = "0.0.5"

That is hard coded right now and last updated in Feb 2024, we'd likely want this to either be automatic or not there - and just use the pyproject version.

callumforrester commented 2 months ago

I think it is different to the pyproject version, in that breaking changes to the software and breaking changes to the version may be different. I wonder if there is a way to auto-detect breaking changes in an openapi schema...