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

unpins dependencies #418

Merged

Conversation

Kircheneer
Copy link
Contributor

Fixes #417

@Kircheneer Kircheneer self-assigned this Apr 10, 2024
@Kircheneer Kircheneer requested a review from a team as a code owner April 10, 2024 08:15
Copy link
Contributor

@chadell chadell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Kircheneer Kircheneer force-pushed the u/Kircheneer-unpin-dependencies branch from 938ac50 to 32f4efd Compare April 10, 2024 11:06
@Kircheneer Kircheneer merged commit 18d7e6d into nautobot:develop Apr 10, 2024
16 checks passed
@@ -50,7 +50,7 @@ pytz = { version = ">=2019.3", optional = true }
requests = { version = ">=2.21.0", optional = true }
requests-oauthlib = { version = ">=1.3.0", optional = true }
six = { version = ">=1.13.0", optional = true }
drf-spectacular = "0.26.3"
drf-spectacular = "^0.26.3"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why does the app even need to care about the drf-spectacular version, given that it receives this dependency from nautobot core?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very good point, same should go for the prometheus_client honestly. I will review

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Introduce here 8ce6d6f by @snaselj - any idea why?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can be probably reverted, don't remember exact reason other than there was a generic advice to use ^ in dependencies.

This was referenced Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pinning of drf-spectacular=0.26.3 incompatible with nautobot core
4 participants