nautobot / nautobot-app-version-control

Version Control App that uses and requires a Dolt Database
Other
29 stars 6 forks source link

Nautobot version supported #182

Open apast0r opened 1 year ago

apast0r commented 1 year ago

Hi,

The versions of nautobot supported by this plugin are not well specified.

In the Installation Considerations section is specified Nautobot 1.2.0 or later is required

In the file pyproject.toml the version specifies is: nautobot = "~1.2.4".

This causes when you try to install this plugin, the nautobot package drop to version 1.2.6 (the latest 1.2).

Which versions of nautobot this plugin support? Can I safe edit the pyproject.toml and put nautobot = "^1.2.4" to be compatible with the latests versions of nautobot?