Skip to content

Conversation

@aslonnie
Copy link
Collaborator

to latest version 6.0.2

4.9.4 does not work with python 3.13

to latest version

Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
@aslonnie aslonnie requested a review from a team as a code owner November 19, 2025 07:06
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request upgrades the lxml dependency from version 4.9.4 to 6.0.2. This change is applied consistently across numerous lock files and requirement files to ensure compatibility with Python 3.13. The changes are straightforward dependency updates. I have one suggestion regarding the version specifier in python/requirements/test-requirements.txt to improve the reproducibility of test environments.

kubernetes==24.2.0
llvmlite==0.42.0
lxml==4.9.4
lxml>=6.0.2
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

For better reproducibility of test environments, it is a good practice to pin dependency versions. Using >= could lead to different versions being installed in the future, potentially causing unexpected test failures. Pinning to ==6.0.2 ensures that the test environment remains consistent.

lxml==6.0.2

@aslonnie aslonnie added the go add ONLY when ready to merge, run all tests label Nov 19, 2025
@ray-gardener ray-gardener bot added the core Issues that should be addressed in Ray Core label Nov 19, 2025
@aslonnie aslonnie merged commit 817afda into master Nov 19, 2025
6 checks passed
@aslonnie aslonnie deleted the lonnie-251118-lxmlup branch November 19, 2025 18:53
Aydin-ab pushed a commit to Aydin-ab/ray-aydin that referenced this pull request Nov 19, 2025
to latest version 6.0.2

4.9.4 does not work with python 3.13

Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
Signed-off-by: Aydin Abiar <aydin@anyscale.com>
400Ping pushed a commit to 400Ping/ray that referenced this pull request Nov 21, 2025
to latest version 6.0.2

4.9.4 does not work with python 3.13

Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
ykdojo pushed a commit to ykdojo/ray that referenced this pull request Nov 27, 2025
to latest version 6.0.2

4.9.4 does not work with python 3.13

Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
Signed-off-by: YK <1811651+ykdojo@users.noreply.github.com>
SheldonTsen pushed a commit to SheldonTsen/ray that referenced this pull request Dec 1, 2025
to latest version 6.0.2

4.9.4 does not work with python 3.13

Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core Issues that should be addressed in Ray Core go add ONLY when ready to merge, run all tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants