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

Fix deploying topo issue caused by request 2.32.0 lib #16452

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JibinBao
Copy link
Contributor

@JibinBao JibinBao commented Jan 10, 2025

Description of PR

When Python version of the server is python3, it will update the docker lib. At the same time updating docker lib will also update the dependeny lib requests to latest version. unfortunatly the latest version of 2.32.0 has issue:ansible-collections/community.docker#860. So specify the request version to 2.31.0.

Summary:
Fixes # (issue)

Type of change

  • Bug fix
  • Testbed and Framework(new/improvement)
  • New Test case
    • Skipped for non-supported platforms
    • Add ownership here(Microsft required only)
  • Test case improvement

Back port request

  • 202012
  • 202205
  • 202305
  • 202311
  • 202405
  • 202411

Approach

What is the motivation for this PR?

Fix deploy issue caused by ansible-collections/community.docker#860

How did you do it?

specify the request version to 2.31.0.

How did you verify/test it?

depoy topo on server with python3

Any platform specific information?

Any

Supported testbed topology if it's a new test case?

Documentation

@mssonicbld
Copy link
Collaborator

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@JibinBao JibinBao changed the title FIx deploy topo issued caused by https://github.com/ansible-collections/community.docker/issues/860 FIx deploying topo issue caused by https://github.com/ansible-collections/community.docker/issues/860 Jan 10, 2025
@JibinBao JibinBao changed the title FIx deploying topo issue caused by https://github.com/ansible-collections/community.docker/issues/860 Fix deploying topo issue caused by https://github.com/ansible-collections/community.docker/issues/860 Jan 10, 2025
@JibinBao JibinBao changed the title Fix deploying topo issue caused by https://github.com/ansible-collections/community.docker/issues/860 Fix deploying topo issue caused by request 2.32.0 lib Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants