ChatCrawlersearch across public Telegram Open the app
P

Python

snapshot for May 2026
May 2026 ×
28 May 2026
29 May 2026
C
We're looking for strategies to improve dependency security in our Python projects, specifically for pip and uv. We're trying to implement an "age gate" similar to how npm has npmMinimalAgeGate – basically, preventing the installation of very new packages that might be risky. The challenge: pip and uv don't seem to have a direct, built-in way to enforce this "minimum upload age" directly in their config. pip has --uploaded-prior-to, but it's a command-line flag, not a persistent config. Seeking advice on: Age Gates for Python: How do you prevent installing brand new, potentially untrusted packages with pip or uv? Dependency Security Strategies: What are your best practices for managing and upgrading dependencies securely across Python projects? Tools/Workarounds: Any tools, scripts, or clever config tricks for pip/uv that achieve a similar "age gate" effect? Any tips or insights would be super helpful! Thanks! 🙏
R
Craig R MortonWe're looking for strategies to improve dependency security in our Python projects, specifically for pip and uv. We're trying to implement an "age gate" similar to how npm has npmMinimalAgeGate – basically, preventing the installation of very new packages that might be risky. T
For those using uv, you can at least partially protect yourself against such attacks by adding this to your pyproject.toml: [tool.uv] exclude-newer = "7 days " or this to your ~/.config/uv/uv.toml: exclude-newer = "7 days " This will prevent uv picking up any package version released within the last 7 days, hopefully allowing enough time for the community to detect any malware and yank the package version before you install it. From https://news.ycombinator.com/item?id=47547140 Here is the official uv docs https://docs.astral.sh/uv/concepts/indexes/#configuring-exclude-newer-for-an-index
31 May 2026
𝘼
I'm stuck on a topic to finish my thesis, and that is that the article code uses the mlp method, but I use the drl method. Now I want to bring the criteria to see which one has better performance or not and whether the accuracy of the work is higher than the article or not, because I have to show it to the referee, what should I do?
Open in Telegram Каталог площадок Искать в ChatCrawler

A snapshot of an open public feed from the search index ChatCrawler — “Google for public Telegram”; refreshed as the venue is crawled. Times are UTC.

Public content only, official Telegram API. About · FAQ · What we do not do · Remove a page · Catalog