Django-stripe-lite

Latest version: v0.6.0

Safety actively analyzes 623395 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.6.0

Add support for Django 5.0, Python 3.12

0.5.0

Upgrade our dependency on Stripe from vs 2.x to 5.x

0.4.1

Fix the 0.4.0 release; somehow the apps.py code got reverted before merge and we
did not notice. This ensures the AppConfig can be found by Django 4.1.

0.4.0

This version ensures the application can work under Django 4.1 by ensuring it
abides by newer default location for the AppConfig. The AppConfig was previously
defined in the `__init__.py` with the `default_app_config` parameter but this was
deprecated long ago in favour of placement in `apps.py`.

Because the `AppConfig` has moved, this change is listed as a breaking change as
some users may have explicitly defined the route to the `AppConfig` as part of
their Django Settings `INSTALLED_APPS` configuration. The fix is to simply use
the new location instead.

---

Version support for Django v2 -> 3.1 and Python v3.7 has been deprecated. The
official support is now for Django v3.2->4.1.x and Python v3.8->3.11.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.