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

Upgrade Wazuh embedded Python interpreter to 3.10.13 #20003

Merged
merged 71 commits into from Nov 7, 2023

Conversation

fdalmaup
Copy link
Member

@fdalmaup fdalmaup commented Nov 2, 2023

Related issue
#13265

Description

Closes #13265. It upgrades the Wazuh embedded Python interpreter from 3.9 to the latest patch version 3.10.13. This includes the upgrade of several Framework and API dependencies such as:

  • aiohttp to 3.8.5
  • connexion to 2.14.2
  • cryptography to 41.0.4
  • SQLAlchemy to 2.0.0
  • uvloop to 0.17.0
  • and others that can be found in the framework/requirements.txt file.

Note: the DEPS_VERSION found in src/Makefile should be modified before merging. Its value corresponds to a development testing version.

Tests

For the complete set of performed tests, please take a look at #13373.

@fdalmaup fdalmaup self-assigned this Nov 2, 2023
@fdalmaup fdalmaup changed the title Wazuh embedded Python interpreter upgrade to 3.10.13 Upgrade Wazuh embedded Python interpreter to 3.10.13 Nov 2, 2023
@fdalmaup fdalmaup linked an issue Nov 2, 2023 that may be closed by this pull request
@fdalmaup fdalmaup force-pushed the feature/13265-upgrade-python-to-3.10.13 branch 2 times, most recently from 1825c6a to d6cbe50 Compare November 3, 2023 12:10
@fdalmaup fdalmaup marked this pull request as ready for review November 3, 2023 14:29
fdalmaup and others added 22 commits November 6, 2023 09:26
in api and framework unit tests workflows.
Add external integrations and wodles unit tests
GitHub workflows
Co-authored-by: GGP1 <51374959+GGP1@users.noreply.github.com>
Co-authored-by: GGP1 <51374959+GGP1@users.noreply.github.com>
Co-authored-by: GGP1 <51374959+GGP1@users.noreply.github.com>
Co-authored-by: GGP1 <51374959+GGP1@users.noreply.github.com>
Co-authored-by: GGP1 <51374959+GGP1@users.noreply.github.com>
@fdalmaup fdalmaup force-pushed the feature/13265-upgrade-python-to-3.10.13 branch from d6cbe50 to 7c83990 Compare November 6, 2023 12:26
@fdalmaup fdalmaup force-pushed the feature/13265-upgrade-python-to-3.10.13 branch from 8b89520 to ec8e413 Compare November 7, 2023 11:35
@jotacarma90 jotacarma90 mentioned this pull request Nov 7, 2023
28 tasks
Copy link
Member

@Selutario Selutario left a comment

Choose a reason for hiding this comment

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

LGTM, good job!

@Selutario Selutario merged commit 630e456 into 4.8.0 Nov 7, 2023
106 of 108 checks passed
@Selutario Selutario deleted the feature/13265-upgrade-python-to-3.10.13 branch November 7, 2023 17:35
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.

Upgrade the Wazuh embedded Python to 3.10
4 participants