edx-enterprise-data 6.1.0__py3-none-any.whl → 6.2.0__py3-none-any.whl

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,17 +1,16 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: edx-enterprise-data
3
- Version: 6.1.0
3
+ Version: 6.2.0
4
4
  Summary: Enterprise Reporting
5
5
  Home-page: https://github.com/openedx/edx-enterprise-data
6
6
  Author: edX
7
7
  Author-email: oscm@edx.org
8
8
  License: AGPL 3.0
9
9
  Classifier: Framework :: Django
10
- Classifier: Framework :: Django :: 3.2
11
- Classifier: Framework :: Django :: 4.0
12
10
  Classifier: Framework :: Django :: 4.2
13
11
  Classifier: Programming Language :: Python :: 3
14
12
  Classifier: Programming Language :: Python :: 3.8
13
+ Classifier: Programming Language :: Python :: 3.12
15
14
  License-File: LICENSE
16
15
  Requires-Dist: Django
17
16
  Requires-Dist: django-fernet-fields-v2
@@ -30,7 +29,7 @@ Provides-Extra: reporting
30
29
  Requires-Dist: PGPy ; extra == 'reporting'
31
30
  Requires-Dist: awscli ; extra == 'reporting'
32
31
  Requires-Dist: boto3 ; extra == 'reporting'
33
- Requires-Dist: celery ==4.4.7 ; extra == 'reporting'
32
+ Requires-Dist: celery ==5.3.6 ; extra == 'reporting'
34
33
  Requires-Dist: cryptography ; extra == 'reporting'
35
34
  Requires-Dist: https ; extra == 'reporting'
36
35
  Requires-Dist: paramiko ; extra == 'reporting'
@@ -1,7 +1,7 @@
1
- enterprise_data/__init__.py,sha256=GUiLFhoxZI-B__u0gTijor8RqtdW7WmJHJqQFXJhiR0,123
1
+ enterprise_data/__init__.py,sha256=qY6zsZ7fZuU9haUX5oD04Bq-oIXv9F5O4iafXsTEZko,123
2
2
  enterprise_data/apps.py,sha256=aF6hZwDfI2oWj95tUTm_2ikHueQj-jLj-u0GrgzpsQI,414
3
3
  enterprise_data/clients.py,sha256=GvQupy5TVYfO_IKC3yzXSAgNP54r-PtIjidM5ws9Iks,3947
4
- enterprise_data/constants.py,sha256=pS65L4mimz7hd_cLml_mXdU0GJ7hs0X8UQ8MNjC5hCU,234
4
+ enterprise_data/constants.py,sha256=uCKjfpdlMYFZJsAj3n9RMw4Cmg5_6s3NuwocO-fch3s,238
5
5
  enterprise_data/filters.py,sha256=D2EiK12MMpBoz6eOUmTpoJEhj_sH7bA93NRRAdvkDVo,6163
6
6
  enterprise_data/models.py,sha256=5QV4efMK1zlRIZZ7MWM5G2yWRgs3yUHHWfj5IWrrbdY,18765
7
7
  enterprise_data/paginators.py,sha256=YPrC5TeXFt-ymenT2H8H2nCbDCnAzJQlH9kFPElRxWE,269
@@ -133,8 +133,8 @@ enterprise_reporting/tests/test_send_enterprise_reports.py,sha256=WtL-RqGgu2x5PP
133
133
  enterprise_reporting/tests/test_utils.py,sha256=7Y5GmeibiC8Q5kIpYuIAkFpeyIDRs2U3ItxsabhR1zM,9493
134
134
  enterprise_reporting/tests/test_vertica_client.py,sha256=-R2yNCGUjRtoXwLMBloVFQkFYrJoo613VCr61gwI3kQ,140
135
135
  enterprise_reporting/tests/utils.py,sha256=xms2LM7DV3wczXEfctOK1ddel1EE0J_YSr17UzbCDy4,1401
136
- edx_enterprise_data-6.1.0.dist-info/LICENSE,sha256=dql8h4yceoMhuzlcK0TT_i-NgTFNIZsgE47Q4t3dUYI,34520
137
- edx_enterprise_data-6.1.0.dist-info/METADATA,sha256=vy3WdzjqxeU6KvyhgQCEjYEFPZH0JBX3EjhWYO54l0Q,1513
138
- edx_enterprise_data-6.1.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
139
- edx_enterprise_data-6.1.0.dist-info/top_level.txt,sha256=f5F2kU-dob6MqiHJpgZkFzoCD5VMhsdpkTV5n9Tvq3I,59
140
- edx_enterprise_data-6.1.0.dist-info/RECORD,,
136
+ edx_enterprise_data-6.2.0.dist-info/LICENSE,sha256=dql8h4yceoMhuzlcK0TT_i-NgTFNIZsgE47Q4t3dUYI,34520
137
+ edx_enterprise_data-6.2.0.dist-info/METADATA,sha256=fwnRYuWfMxd-oDC-xgUgCW9QYj7rwWj6TXQ4HKWujVI,1486
138
+ edx_enterprise_data-6.2.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
139
+ edx_enterprise_data-6.2.0.dist-info/top_level.txt,sha256=f5F2kU-dob6MqiHJpgZkFzoCD5VMhsdpkTV5n9Tvq3I,59
140
+ edx_enterprise_data-6.2.0.dist-info/RECORD,,
@@ -2,4 +2,4 @@
2
2
  Enterprise data api application. This Django app exposes API endpoints used by enterprises.
3
3
  """
4
4
 
5
- __version__ = "6.1.0"
5
+ __version__ = "6.2.0"
@@ -6,4 +6,4 @@ ANALYTICS_API_VERSION_ATTR = 'API_VERSION'
6
6
  ANALYTICS_API_VERSION_0 = 'V0'
7
7
  ANALYTICS_API_VERSION_1 = 'V1'
8
8
 
9
- UUID4_REGEX = '[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}'
9
+ UUID4_REGEX = '[0-9a-f]{8}-?[0-9a-f]{4}-?4[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}'