cornflow 1.0.9__py3-none-any.whl → 1.0.10__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.
@@ -65,6 +65,7 @@ def get_licenses_summary():
65
65
  :return: a list of dicts with library, license, version, author, description, home page and license text.
66
66
  """
67
67
  license_list = []
68
+ # TODO: pkg_resources.working_set is deprecated, find a better way to get the list of packages
68
69
  for pkg in sorted(pkg_resources.working_set, key=lambda x: str(x).lower()):
69
70
  license_list += [
70
71
  {
@@ -11,9 +11,9 @@ class TestLicensesListEndpoint(CustomTestCase):
11
11
  requirements = content.split("\n")
12
12
 
13
13
  requirements = [
14
- r.split("=")[0].split(">")[0].split("<")[0].lower()
14
+ r.split("=")[0].split(">")[0].split("<")[0].split("@")[0].lower()
15
15
  for r in requirements
16
- if r != ""
16
+ if r != "" and not r.startswith("#")
17
17
  ]
18
18
  return requirements
19
19
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cornflow
3
- Version: 1.0.9
3
+ Version: 1.0.10
4
4
  Summary: Cornflow is an open source multi-solver optimization server with a REST API built using flask.
5
5
  Home-page: https://github.com/baobabsoluciones/cornflow
6
6
  Author: baobab soluciones
@@ -16,7 +16,7 @@ Requires-Dist: alembic ==1.9.2
16
16
  Requires-Dist: apispec <=6.2.0
17
17
  Requires-Dist: click <=8.1.3
18
18
  Requires-Dist: cornflow-client <=1.0.16
19
- Requires-Dist: cryptography <=39.0.2
19
+ Requires-Dist: cryptography <=42.0.5
20
20
  Requires-Dist: disposable-email-domains >=0.0.86
21
21
  Requires-Dist: Flask ==2.3.2
22
22
  Requires-Dist: flask-apispec <=0.11.4
@@ -28,7 +28,7 @@ Requires-Dist: Flask-Migrate <=4.0.4
28
28
  Requires-Dist: Flask-RESTful <=0.3.9
29
29
  Requires-Dist: Flask-SQLAlchemy ==2.5.1
30
30
  Requires-Dist: gevent ==23.9.1
31
- Requires-Dist: gunicorn <=20.1.0
31
+ Requires-Dist: gunicorn <=22.0.0
32
32
  Requires-Dist: jsonpatch <=1.32
33
33
  Requires-Dist: ldap3 <=2.9.1
34
34
  Requires-Dist: marshmallow <=3.19.0
@@ -36,10 +36,10 @@ Requires-Dist: PuLP <=2.7.0
36
36
  Requires-Dist: psycopg2 <=2.95
37
37
  Requires-Dist: PyJWT <=2.6.0
38
38
  Requires-Dist: pytups >=0.86.2
39
- Requires-Dist: requests <=2.29.0
39
+ Requires-Dist: requests <=2.31.0
40
40
  Requires-Dist: SQLAlchemy ==1.3.21
41
41
  Requires-Dist: webargs <=8.2.0
42
- Requires-Dist: Werkzeug <=2.3.3
42
+ Requires-Dist: Werkzeug <=2.3.8
43
43
  Requires-Dist: greenlet <=2.0.2 ; python_version < "3.11"
44
44
  Requires-Dist: greenlet ==3.0.0 ; python_version >= "3.11"
45
45
 
@@ -121,7 +121,7 @@ cornflow/shared/compress.py,sha256=pohQaGs1xbH8CN6URIH6BAHA--pFq7Hmjz8oI3c3B5c,1
121
121
  cornflow/shared/const.py,sha256=nRZElCjbuJIpjzVlCfZjTN4mAbqDTXIyAbSMlkNL3n8,3440
122
122
  cornflow/shared/email.py,sha256=QNDDMv86LZObkevSCyUbLQeR2UD3zWScPIr82NDzYHQ,3437
123
123
  cornflow/shared/exceptions.py,sha256=BNbC5hzAoC9vDQ3NLM9uLqI14nwCEP1AT3UjeFghnY0,6979
124
- cornflow/shared/licenses.py,sha256=CWuXNETLrDGhODG5v5zHOltRLRXLIrgvVFEBr_1IcOA,2235
124
+ cornflow/shared/licenses.py,sha256=t3RpNEmmyY_dHel9Ss2FpCn_jD2g7-GYVS5jWpnA5Rc,2334
125
125
  cornflow/shared/log_config.py,sha256=FM2ajjp2MB4BlFbUHklnWInT7-LLjtrqQ0mo3k_HRmE,621
126
126
  cornflow/shared/query_tools.py,sha256=6yGLCWjv-I2a_ZU4A0IymyJq67fZPZdRcCGOGQQpSXg,1199
127
127
  cornflow/shared/utils.py,sha256=g2ZsD3SwsqIHXZ7GWVAVB0F9gX7mT9dQkPgR2Ahsh6M,860
@@ -155,7 +155,7 @@ cornflow/tests/unit/test_generate_from_schema.py,sha256=L1EdnASbDJ8SjrX1V4WnUKKw
155
155
  cornflow/tests/unit/test_health.py,sha256=0E0HXMb63_Z8drbLZdxnJwtTbQyaZS9ZEHut6qsDbh8,1033
156
156
  cornflow/tests/unit/test_instances.py,sha256=FWNxeP9LMkeCAoniEHioSFN2W_4yqbI-69pAMLkh-sY,9650
157
157
  cornflow/tests/unit/test_instances_file.py,sha256=zXxSlOM_MMkFvpWNX-iatD40xoIAOGQkinCLf1txb0M,1986
158
- cornflow/tests/unit/test_licenses.py,sha256=9vYkJZw7Ubza2_pvpgrbyiat6hpLsglgoCPdOzdammo,1494
158
+ cornflow/tests/unit/test_licenses.py,sha256=jgnfE4UMFooGn44HK_KspJXIpmLjUpK_WgsBBeTO5eI,1534
159
159
  cornflow/tests/unit/test_log_in.py,sha256=zwVCNO0sGQhpVcUaJnh8cVv2z-qPEYCdI98y61CNyfE,979
160
160
  cornflow/tests/unit/test_main_alarms.py,sha256=H1LWQETlSQMsC6Rb3BB9ds7xL705t9aiPyp4gCWMwDQ,1970
161
161
  cornflow/tests/unit/test_permissions.py,sha256=4mLj3GI0Bvhy927eXu_RyAmK8i2XD7raYc6W8lyAO04,8782
@@ -167,8 +167,8 @@ cornflow/tests/unit/test_tables.py,sha256=dY55YgaCkyqwJnqn0LbZHNeXBoL4ZxXWwKkCoT
167
167
  cornflow/tests/unit/test_token.py,sha256=QrEoBMeNvljKTmXxrTi4bS5GIVOyYLxhm3vbASD5GdI,3132
168
168
  cornflow/tests/unit/test_users.py,sha256=_GGnT3ltVEDWJcBUulUflhEx2eKIjbSFi74zY211k1I,21677
169
169
  cornflow/tests/unit/tools.py,sha256=ag3sWv2WLi498R1GL5AOUnXqSsszD3UugzLZLC5NqAw,585
170
- cornflow-1.0.9.dist-info/METADATA,sha256=dGyoTlq71bz-ZHYFQ2DI3IkIf4C5nwlowagFu-sDL3k,9400
171
- cornflow-1.0.9.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
172
- cornflow-1.0.9.dist-info/entry_points.txt,sha256=r5wKLHpuyVLMUIZ5I29_tpqYf-RuP-3w_8DhFi8_blQ,47
173
- cornflow-1.0.9.dist-info/top_level.txt,sha256=Qj9kLFJW1PLb-ZV2s_aCkQ-Wi5W6KC6fFR-LTBrx-rU,24
174
- cornflow-1.0.9.dist-info/RECORD,,
170
+ cornflow-1.0.10.dist-info/METADATA,sha256=WXiryU63VhmtwNCeFalKR93g6zzTpyIvj4dErf51kFA,9401
171
+ cornflow-1.0.10.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
172
+ cornflow-1.0.10.dist-info/entry_points.txt,sha256=r5wKLHpuyVLMUIZ5I29_tpqYf-RuP-3w_8DhFi8_blQ,47
173
+ cornflow-1.0.10.dist-info/top_level.txt,sha256=Qj9kLFJW1PLb-ZV2s_aCkQ-Wi5W6KC6fFR-LTBrx-rU,24
174
+ cornflow-1.0.10.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.42.0)
2
+ Generator: bdist_wheel (0.43.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5