nautobot / nautobot-app-design-builder

https://docs.nautobot.com/projects/design-builder/en/latest/
Other
8 stars 2 forks source link

match versions #92

Closed whitej6 closed 8 months ago

abates commented 8 months ago

Please provide a failing unit test that this PR fixes.

whitej6 commented 8 months ago

Please provide a failing unit test that this PR fixes.

Due to how CI is built & run the version dependency testing is reliant on CI testing the min and max versions. Also Nautobot core validates the min/max versioning validation works as expected here

whitej6 commented 8 months ago

Just realized I did ^1.6.0 when the app config is >=1.6.0,<=2.9999, pushed a new commit to correct this.