Skip to content

Nautobot 2.4.6 version compatibility #105

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

justinbrink
Copy link

Updated Nautobot to 2.4.6 and fixed python dependencies.

@justinbrink justinbrink linked an issue Apr 10, 2025 that may be closed by this pull request
@@ -35,7 +35,7 @@ def is_truthy(arg):
{
"nautobot_docker_compose": {
"project_name": "nautobot_docker_compose",
"python_ver": "3.8",
"python_ver": "3.9",

Choose a reason for hiding this comment

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

Should we default to a newer version like 3.11?

Copy link
Author

Choose a reason for hiding this comment

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

I just bumped to the minimum like it was, but I think we should set this to the preferred version by default, then users can select what they need if it differs.

pyproject.toml Outdated
@@ -5,8 +5,8 @@ description = ""
authors = ["John Doe <johndoe@mail.com>"]

Choose a reason for hiding this comment

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

Can/should we update any of the above while we're in here?

Copy link
Author

Choose a reason for hiding this comment

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

Yes, and I touched it up a bit with a version bump. Do we need anything else here?

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.

Nautobot 2.4.6 and Python incompatibilities
2 participants