edx-enterprise-data 10.7.2__py3-none-any.whl → 10.9.8__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
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.1
2
2
  Name: edx-enterprise-data
3
- Version: 10.7.2
3
+ Version: 10.9.8
4
4
  Summary: Enterprise Reporting
5
5
  Home-page: https://github.com/openedx/edx-enterprise-data
6
6
  Author: edX
@@ -9,6 +9,7 @@ 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
12
13
  Classifier: Programming Language :: Python :: 3.12
13
14
  License-File: LICENSE
14
15
  Requires-Dist: Django
@@ -21,10 +22,10 @@ Requires-Dist: edx-drf-extensions
21
22
  Requires-Dist: edx-opaque-keys
22
23
  Requires-Dist: edx-rbac
23
24
  Requires-Dist: edx-rest-api-client
24
- Requires-Dist: factory_boy
25
+ Requires-Dist: factory-boy
25
26
  Requires-Dist: mysql-connector-python
26
- Requires-Dist: numpy
27
- Requires-Dist: pandas
27
+ Requires-Dist: numpy<=1.24.4
28
+ Requires-Dist: pandas<=2.0.3
28
29
  Requires-Dist: requests
29
30
  Requires-Dist: rules
30
31
  Provides-Extra: reporting
@@ -39,14 +40,5 @@ Requires-Dist: pyminizip; extra == "reporting"
39
40
  Requires-Dist: snowflake-connector-python; extra == "reporting"
40
41
  Requires-Dist: unicodecsv==0.14.1; extra == "reporting"
41
42
  Requires-Dist: vertica-python; extra == "reporting"
42
- Dynamic: author
43
- Dynamic: author-email
44
- Dynamic: classifier
45
- Dynamic: description
46
- Dynamic: home-page
47
- Dynamic: license
48
- Dynamic: provides-extra
49
- Dynamic: requires-dist
50
- Dynamic: summary
51
43
 
52
44
  Tools and products related to providing access to Enterprise data.
@@ -1,4 +1,4 @@
1
- enterprise_data/__init__.py,sha256=5Chxgpl3yRbGK8Ic5AaVBAEemUuIfFMUOYE6f5jkNjY,124
1
+ enterprise_data/__init__.py,sha256=VyfX_pqQ_HCZWruEyvat6WbhiVf2KHvr7rRFSUuQs1c,124
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
@@ -173,8 +173,8 @@ enterprise_reporting/tests/test_send_enterprise_reports.py,sha256=WtL-RqGgu2x5PP
173
173
  enterprise_reporting/tests/test_utils.py,sha256=Zt_TA0LVb-B6fQGkUkAKKVlUKKnQh8jnw1US1jKe7g8,9493
174
174
  enterprise_reporting/tests/test_vertica_client.py,sha256=-R2yNCGUjRtoXwLMBloVFQkFYrJoo613VCr61gwI3kQ,140
175
175
  enterprise_reporting/tests/utils.py,sha256=xms2LM7DV3wczXEfctOK1ddel1EE0J_YSr17UzbCDy4,1401
176
- edx_enterprise_data-10.7.2.dist-info/LICENSE,sha256=dql8h4yceoMhuzlcK0TT_i-NgTFNIZsgE47Q4t3dUYI,34520
177
- edx_enterprise_data-10.7.2.dist-info/METADATA,sha256=pggxqx9NgmLj-VfA4dpZzwjx618xhjepHck63jbyN3E,1684
178
- edx_enterprise_data-10.7.2.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
179
- edx_enterprise_data-10.7.2.dist-info/top_level.txt,sha256=f5F2kU-dob6MqiHJpgZkFzoCD5VMhsdpkTV5n9Tvq3I,59
180
- edx_enterprise_data-10.7.2.dist-info/RECORD,,
176
+ edx_enterprise_data-10.9.8.dist-info/LICENSE,sha256=dql8h4yceoMhuzlcK0TT_i-NgTFNIZsgE47Q4t3dUYI,34520
177
+ edx_enterprise_data-10.9.8.dist-info/METADATA,sha256=DIVjEziuX8Ffhna3klcte2AFK0Ssj7lua2QLweaL9-U,1570
178
+ edx_enterprise_data-10.9.8.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
179
+ edx_enterprise_data-10.9.8.dist-info/top_level.txt,sha256=f5F2kU-dob6MqiHJpgZkFzoCD5VMhsdpkTV5n9Tvq3I,59
180
+ edx_enterprise_data-10.9.8.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.0)
2
+ Generator: setuptools (75.1.0)
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__ = "10.7.2"
5
+ __version__ = "10.9.8"