edx-enterprise-data 8.13.0__py3-none-any.whl → 9.0.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,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: edx-enterprise-data
3
- Version: 8.13.0
3
+ Version: 9.0.0
4
4
  Summary: Enterprise Reporting
5
5
  Home-page: https://github.com/openedx/edx-enterprise-data
6
6
  Author: edX
@@ -9,7 +9,6 @@ License: AGPL 3.0
9
9
  Classifier: Framework :: Django
10
10
  Classifier: Framework :: Django :: 4.2
11
11
  Classifier: Programming Language :: Python :: 3
12
- Classifier: Programming Language :: Python :: 3.8
13
12
  Classifier: Programming Language :: Python :: 3.12
14
13
  License-File: LICENSE
15
14
  Requires-Dist: Django
@@ -24,8 +23,8 @@ Requires-Dist: edx-rbac
24
23
  Requires-Dist: edx-rest-api-client
25
24
  Requires-Dist: factory-boy
26
25
  Requires-Dist: mysql-connector-python
27
- Requires-Dist: numpy<=1.24.4
28
- Requires-Dist: pandas<=2.0.3
26
+ Requires-Dist: numpy
27
+ Requires-Dist: pandas
29
28
  Requires-Dist: requests
30
29
  Requires-Dist: rules
31
30
  Provides-Extra: reporting
@@ -1,4 +1,4 @@
1
- enterprise_data/__init__.py,sha256=2_b9Iv3g3fvN4GMN2sCDmFoIxUoDt6VL8J1dMTvRDUE,124
1
+ enterprise_data/__init__.py,sha256=vkhCefJkr927CkxZwyM-rQdSx9oK9C0-wIYclDJtrmg,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
4
  enterprise_data/constants.py,sha256=uCKjfpdlMYFZJsAj3n9RMw4Cmg5_6s3NuwocO-fch3s,238
@@ -171,8 +171,8 @@ enterprise_reporting/tests/test_send_enterprise_reports.py,sha256=WtL-RqGgu2x5PP
171
171
  enterprise_reporting/tests/test_utils.py,sha256=Zt_TA0LVb-B6fQGkUkAKKVlUKKnQh8jnw1US1jKe7g8,9493
172
172
  enterprise_reporting/tests/test_vertica_client.py,sha256=-R2yNCGUjRtoXwLMBloVFQkFYrJoo613VCr61gwI3kQ,140
173
173
  enterprise_reporting/tests/utils.py,sha256=xms2LM7DV3wczXEfctOK1ddel1EE0J_YSr17UzbCDy4,1401
174
- edx_enterprise_data-8.13.0.dist-info/LICENSE,sha256=dql8h4yceoMhuzlcK0TT_i-NgTFNIZsgE47Q4t3dUYI,34520
175
- edx_enterprise_data-8.13.0.dist-info/METADATA,sha256=Nh0uCmLiclIEZJZgq-fQduIOzYp3g9mq9NTLoeaPQkc,1570
176
- edx_enterprise_data-8.13.0.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
177
- edx_enterprise_data-8.13.0.dist-info/top_level.txt,sha256=f5F2kU-dob6MqiHJpgZkFzoCD5VMhsdpkTV5n9Tvq3I,59
178
- edx_enterprise_data-8.13.0.dist-info/RECORD,,
174
+ edx_enterprise_data-9.0.0.dist-info/LICENSE,sha256=dql8h4yceoMhuzlcK0TT_i-NgTFNIZsgE47Q4t3dUYI,34520
175
+ edx_enterprise_data-9.0.0.dist-info/METADATA,sha256=c0qWPvk7cM_zOA1XYs1-xxzL9Gw9_XbKlYL7u0tgVAQ,1504
176
+ edx_enterprise_data-9.0.0.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
177
+ edx_enterprise_data-9.0.0.dist-info/top_level.txt,sha256=f5F2kU-dob6MqiHJpgZkFzoCD5VMhsdpkTV5n9Tvq3I,59
178
+ edx_enterprise_data-9.0.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (72.1.0)
2
+ Generator: setuptools (74.1.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -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__ = "8.13.0"
5
+ __version__ = "9.0.0"