drf-iam 0.2.4__tar.gz → 0.2.5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: drf-iam
3
- Version: 0.2.4
3
+ Version: 0.2.5
4
4
  Summary: IAM-style roles and permissions for Django Rest Framework
5
5
  Home-page: https://github.com/tushar1328/drf-iam.git
6
6
  Author: Tushar Patel
@@ -5,6 +5,7 @@ import logging
5
5
  from django.apps import AppConfig
6
6
  from django.conf import settings
7
7
  from django.db.models.signals import post_migrate
8
+ from typing import Any
8
9
 
9
10
  # Attempt to use the colorful logger setup, fallback to standard logger
10
11
  try:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: drf-iam
3
- Version: 0.2.4
3
+ Version: 0.2.5
4
4
  Summary: IAM-style roles and permissions for Django Rest Framework
5
5
  Home-page: https://github.com/tushar1328/drf-iam.git
6
6
  Author: Tushar Patel
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name='drf-iam',
5
- version='0.2.4',
5
+ version='0.2.5',
6
6
  packages=find_packages(), # Automatically finds all sub-packages
7
7
  include_package_data=True, # Include non-Python files from MANIFEST.in
8
8
  install_requires=[
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes