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

[universal] Bump Python SDK versions #831

Merged
merged 7 commits into from
Nov 6, 2023
Merged

[universal] Bump Python SDK versions #831

merged 7 commits into from
Nov 6, 2023

Conversation

alexander-smolyakov
Copy link
Contributor

@alexander-smolyakov alexander-smolyakov commented Nov 3, 2023

Devcontainer name:

  • universal

Description:

With the recent release of Oryx, newer versions of Python are now supported. Thus, we can bump up the Python SDK versions we ship with the universal devcontainer and remove some security patches.

Changelog:

Bumped Python SDK versions:

  • v3.10: 3.10.8 -> 3.10.13;
  • v3.9: 3.9.16 -> 3.9.18;

patch-conda feature:

  • Removed outdated patches;
  • Added pip show command to output additional information about patched packages into build logs;

patch-python feature:

  • Removed outdated patches;
  • Added pip show command to output additional information about patched packages into build logs;

test-utils.sh:

  • Reworked the checkPythonPackageVersion function to make it generic for all Python packages. Now, the function uses the importlib.metadata library to get the package version instead of relying on the __version__ attribute.

Checklist:

  • Checked that applied changes work as expected

@alexander-smolyakov alexander-smolyakov requested a review from a team as a code owner November 3, 2023 16:01
@AmenHoTeb1
Copy link

Devcontainer name:

  • universal

Description:

With the recent release of Oryx, newer versions of Python are now supported. Thus, we can bump up the Python SDK versions we ship with the universal devcontainer and remove some security patches.

Changelog:

Bumped Python SDK versions:

  • v3.10: 3.10.8 -> 3.10.13;
  • v3.9: 3.9.16 -> 3.9.18;

patch-conda feature:

  • Removed outdated patches;

patch-python feature:

  • Removed outdated patches;

Checklist:

  • Checked that applied changes work as expected

deleted

@AmenHoTeb1
Copy link

Devcontainer name:

  • universal

Description:

With the recent release of Oryx, newer versions of Python are now supported. Thus, we can bump up the Python SDK versions we ship with the universal devcontainer and remove some security patches.

Changelog:

Bumped Python SDK versions:

  • v3.10: 3.10.8 -> 3.10.13;
  • v3.9: 3.9.16 -> 3.9.18;

patch-conda feature:

  • Removed outdated patches;

patch-python feature:

  • Removed outdated patches;

Checklist:

  • Checked that applied changes work as expected

*removed all cod SDK

Copy link

@AmenHoTeb1 AmenHoTeb1 left a comment

Choose a reason for hiding this comment

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

Removed all SDK APP

@alexander-smolyakov alexander-smolyakov changed the title WIP: [universal] Bump Python SDK versions [universal] Bump Python SDK versions Nov 6, 2023
@AmenHoTeb1
Copy link

Devcontainer name:

  • universal

Description:

With the recent release of Oryx, newer versions of Python are now supported. Thus, we can bump up the Python SDK versions we ship with the universal devcontainer and remove some security patches.

Changelog:

Bumped Python SDK versions:

  • v3.10: 3.10.8 -> 3.10.13;
  • v3.9: 3.9.16 -> 3.9.18;

patch-conda feature:

  • Removed outdated patches;
  • Added pip show command to output additional information about patched packages into build logs;

patch-python feature:

  • Removed outdated patches;
  • Added pip show command to output additional information about patched packages into build logs;

test-utils.sh:

  • Reworked the accept version function to make it generic for all Python packages. Now, the function uses the importlib.metadata library to get the package version instead of relying on the __version__ attribute.

Checklist:

  • Checked that applied changes work as expected

Copy link

@AmenHoTeb1 AmenHoTeb1 left a comment

Choose a reason for hiding this comment

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

Plz help

Copy link
Member

@samruddhikhandale samruddhikhandale left a comment

Choose a reason for hiding this comment

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

Looks good, thanks!

@samruddhikhandale samruddhikhandale merged commit a9e71e6 into devcontainers:main Nov 6, 2023
3 checks passed
@alexander-smolyakov alexander-smolyakov deleted the universal-update_python branch November 7, 2023 08:29
@samruddhikhandale samruddhikhandale mentioned this pull request Nov 15, 2023
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.

3 participants