charlesdong1991 commented on code in PR #27173:
URL: https://github.com/apache/flink/pull/27173#discussion_r2479357626
##########
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:
i see this in the log:
```
Oct 30 15:57:51
/home/vsts/work/1/s/flink-python/dev/.conda/lib/python3.10/site-packages/apache_beam/runners/portability/stager.py:63:
UserWarning: pkg_resources is deprecated as an API. See
https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources
package is slated for removal as early as 2025-11-30. Refrain from using this
package or pin to Setuptools<81.
```
not sure if better to add <81 as well?
--
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]