Freshly fixed & verified

pallets/flask #5863 python/flask
Fix: CSRF Protection in Flask Using Sec-Fetch-Site Header
Implement CSRF protection in Flask by utilizing the Sec-Fetch-Site header for state-changing requests.
stripe/stripe-python #1689 python/stripe
Fix: Duplicated Items in auto_paging_iter in stripe-python
The auto_paging_iter in stripe-python can return duplicated items due to a known limitation in the Search API.
pallets/flask #5729 python/flask
Fix: template_filter Decorator Issue in Flask
The template_filter decorator in Flask fails to register without parentheses; a fix is proposed to improve usability.
pallets/flask #5692 python/flask
Fix: 'pkgutil.get_loader' Removal in Flask
Flask tests fail due to removal of 'pkgutil.get_loader' in Python 3.14; consider removing outdated tests.
stripe/stripe-python #1437 python/stripe
Fix: SSL Certificate Verify Failed in stripe-python
The SSL certificate verification error in stripe-python v11.4.0 is resolved in version 14.4.1.
stripe/stripe-python #1432 python/stripe
Fix: Backwards Compatibility Issue in stripe-python
The http_body becomes None when upgrading from stripe-python v7 to v8; use json_body as a workaround.
stripe/stripe-python #1427 python/stripe
Fix: Slow Import Time in stripe-python
Importing the stripe library adds significant startup time; consider lazy loading strategies.

Want to prevent duplicates entirely?

SolvedStack helps you fix bugs, but OnceOnly ensures your system is idempotent by design: webhooks, retries, background jobs — exactly once.

Try OnceOnly