ansible-navigator icon indicating copy to clipboard operation
ansible-navigator copied to clipboard

Set lower/upper major version constraint for all python dependencies in 1.0.0

Open cidrblock opened this issue 4 years ago • 2 comments

Summary

Add major version constraint for all python packages in 1.0.0

main can stay unconstrained to detect future issues

Issue Type

Bug Report

Ansible-navigator Version

$ ansible-navigator --version

N/A

Ansible-runner Version

$ ansible-runner --version

N/A

Settings

$ cat ansible-navigator.yaml

N/A

Command

$ ansible-navigator run site.yaml

N/A

Ansible Version

$ ansible --version

N/A

Ansible navigator logs

$ cat ./ansible-navigator.log

N/A

Execution environment details

$ ansible-navigator images quay.io/ansible/ansible-runner:devel

N/A

Container enginer details

$ podman info

N/A

Ansible Configuration

$ ansible-navigator config dump --only-changed -m stdout

N/A

OS / Environment

N/A

Steps to Reproduce


Expected Results

constraint in place

Actual Results

constraint not in place

Code of Conduct

  • [X] I agree to follow the Ansible Code of Conduct

cidrblock avatar Jun 04 '21 19:06 cidrblock

@ansible/devtools Thoughts?

cidrblock avatar Sep 27 '21 13:09 cidrblock

Need to integrate piptools to create dependency tree for different environments.

ganeshrn avatar Oct 18 '21 13:10 ganeshrn