dianfu commented on code in PR #27173:
URL: https://github.com/apache/flink/pull/27173#discussion_r2502100048
##########
flink-python/pyproject.toml:
##########
@@ -19,7 +19,7 @@
# Minimum requirements for the build system to execute.
requires = [
"packaging>=20.5; platform_machine=='arm64'", # macos M1
- "setuptools>=18.0",
+ "setuptools>=75.3",
Review Comment:
The root cause is that after bump the version of setuptools, there will be
warnings in the output when submitting the job:
```
After bump the setuptools, there are warnings such as "The pkg_resources
# package is slated for removal as early as 2025-11-30. Refrain from using
# this package or pin to Setuptools<81.
# import pkg_resources"
```
We need adjust the script on how to parse the JOB_ID in the e2e tests.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]