davidreisbr opened a new issue, #35411: URL: https://github.com/apache/beam/issues/35411
### What happened? Problem: apache-beam because of it's [archaic pinned dill version](https://github.com/apache/beam/blob/dc213a998c36551b6667487da01bebeecf22d5ba/sdks/python/setup.py#L366) (0.3.1.1 from 2019) is only compatible with pylint 2.15.8 (from Dec 2022). That old version if pylint breaks on my apache-beam program, with this trace: [pylint_crash.txt](https://github.com/user-attachments/files/20874995/pylint_crash.txt) I'm assuming the a newer pylint version fixes the problem, since when I run an out-of-enviroment pylint I only get apache-beam import erroes (beam must not be in that env, so that i can use the newer pylint). From looking at the [the bug](https://github.com/uqfoundation/dill/issues/341) on the dill version pin, it seem the breakage that motivated was a one off, so it's work reconsidering the pin policy, specially considering the dep is getting older and older, and I assume it's becoming more problematic over time. ### Issue Priority Priority: 2 (default / most bugs should be filed as P2) ### Issue Components - [ ] Component: Python SDK - [ ] Component: Java SDK - [ ] Component: Go SDK - [ ] Component: Typescript SDK - [ ] Component: IO connector - [ ] Component: Beam YAML - [ ] Component: Beam examples - [ ] Component: Beam playground - [ ] Component: Beam katas - [ ] Component: Website - [ ] Component: Infrastructure - [ ] Component: Spark Runner - [ ] Component: Flink Runner - [ ] Component: Samza Runner - [ ] Component: Twister2 Runner - [ ] Component: Hazelcast Jet Runner - [ ] Component: Google Cloud Dataflow Runner -- 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: github-unsubscr...@beam.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org