Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nautobot package packaging version incompatible with Pynautobot packaging version #5076

Closed
housepbass opened this issue Jan 9, 2024 · 0 comments · Fixed by #5077
Closed
Assignees
Labels
triage This issue is new and has not been reviewed. type: bug Something isn't working as expected

Comments

@housepbass
Copy link
Contributor

housepbass commented Jan 9, 2024

Environment

  • Nautobot version (Docker tag too if applicable): 2.1.2b1
  • Python version: 3.9.17
  • Database platform, version: postgres:13-alpine
  • Middleware(s):

Steps to Reproduce

  1. Install Nautobot and Pynautobot packages:
poetry add nautobot 
poetry add pynautobot

Expected Behavior

Both packages install and have compatible versioning.

Observed Behavior

The Pynautobot package failed to install due to version incompatibility of the packaging package.

Because no versions of pynautobot match >2.0.2,<3.0.0
 and pynautobot (2.0.2) depends on packaging (>=23.2,<24.0), pynautobot (>=2.0.2,<3.0.0) requires packaging (>=23.2,<24.0).
And because nautobot (2.1.1) depends on packaging (>=23.1,<23.2)
 and no versions of nautobot match >2.1.1,<3.0.0, pynautobot (>=2.0.2,<3.0.0) is incompatible with nautobot (>=2.1.1,<3.0.0).
So, because bug-test depends on both nautobot (^2.1.1) and pynautobot (^2.0.2), version solving failed.
@housepbass housepbass added type: bug Something isn't working as expected triage This issue is new and has not been reviewed. labels Jan 9, 2024
@housepbass housepbass self-assigned this Jan 9, 2024
@housepbass housepbass mentioned this issue Jan 9, 2024
7 tasks
@housepbass housepbass changed the title Nautobot package packages version incompatible with Pynautobot packages version Nautobot package packaging version incompatible with Pynautobot packaging version Jan 9, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
triage This issue is new and has not been reviewed. type: bug Something isn't working as expected
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant