nautobot / nautobot-app-floor-plan

Easily view floor plans in Nautobot
https://docs.nautobot.com/projects/floor-plan/en/latest/
Other
11 stars 5 forks source link

Update Nautobot v2.0.0rc2 #46

Closed snaselj closed 1 year ago

snaselj commented 1 year ago

Closes NaN

What's Changed

To Do

snaselj commented 1 year ago

Ready for review now, just a few points to resolve described in this PR notes.

glennmatthews commented 1 year ago
❯ poetry install             
Installing dependencies from lock file
Warning: poetry.lock is not consistent with pyproject.toml. You may be getting improper dependencies. Run `poetry lock [--no-update]` to fix it.

Because nautobot-floor-plan depends on nautobot (>=2.0.0-rc.1) which doesn't match any versions, version solving failed.
glennmatthews commented 1 year ago

poetry add 'nautobot>=2.0.0rc2'appears to fix the above for me.

snaselj commented 1 year ago
❯ poetry install             
Installing dependencies from lock file
Warning: poetry.lock is not consistent with pyproject.toml. You may be getting improper dependencies. Run `poetry lock [--no-update]` to fix it.

Because nautobot-floor-plan depends on nautobot (>=2.0.0-rc.1) which doesn't match any versions, version solving failed.

Sorry for this, updated the lock file.

snaselj commented 1 year ago

Almost there @snaselj. Just a few cleanups and then we can ship an RC1

PR comments are addressed, ready to review and ship.