fds.sdk.SPAREngine 2.2.0__tar.gz → 3.0.0__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.
Files changed (70) hide show
  1. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/PKG-INFO +11 -11
  2. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/README.md +7 -7
  3. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/__init__.py +1 -1
  4. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/api_client.py +1 -1
  5. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/configuration.py +1 -1
  6. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds.sdk.SPAREngine.egg-info/PKG-INFO +11 -11
  7. fds_sdk_sparengine-3.0.0/fds.sdk.SPAREngine.egg-info/requires.txt +3 -0
  8. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/setup.py +4 -4
  9. fds_sdk_sparengine-2.2.0/fds.sdk.SPAREngine.egg-info/requires.txt +0 -3
  10. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/LICENSE +0 -0
  11. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/__init__.py +0 -0
  12. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/api/__init__.py +0 -0
  13. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/api/accounts_api.py +0 -0
  14. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/api/benchmarks_api.py +0 -0
  15. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/api/components_api.py +0 -0
  16. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/api/currencies_api.py +0 -0
  17. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/api/documents_api.py +0 -0
  18. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/api/frequencies_api.py +0 -0
  19. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/api/spar_calculations_api.py +0 -0
  20. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/api/spar_peer_universe_api.py +0 -0
  21. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/apis/__init__.py +0 -0
  22. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/exceptions.py +0 -0
  23. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/model/__init__.py +0 -0
  24. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/model/account_directories.py +0 -0
  25. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/model/account_directories_root.py +0 -0
  26. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/model/calculation_meta.py +0 -0
  27. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/model/calculation_status.py +0 -0
  28. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/model/calculation_status_meta.py +0 -0
  29. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/model/calculation_status_root.py +0 -0
  30. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/model/calculation_unit_status.py +0 -0
  31. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/model/calculation_unit_status_meta.py +0 -0
  32. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/model/calculations_summary.py +0 -0
  33. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/model/calculations_summary_root.py +0 -0
  34. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/model/client_error_response.py +0 -0
  35. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/model/component_summary.py +0 -0
  36. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/model/component_summary_root.py +0 -0
  37. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/model/currency.py +0 -0
  38. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/model/currency_root.py +0 -0
  39. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/model/document_directories.py +0 -0
  40. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/model/document_directories_root.py +0 -0
  41. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/model/error.py +0 -0
  42. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/model/error_source.py +0 -0
  43. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/model/frequency.py +0 -0
  44. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/model/frequency_root.py +0 -0
  45. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/model/object_root.py +0 -0
  46. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/model/pagination_info.py +0 -0
  47. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/model/pagination_meta.py +0 -0
  48. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/model/return_type.py +0 -0
  49. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/model/spar_accounts.py +0 -0
  50. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/model/spar_accounts_root.py +0 -0
  51. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/model/spar_benchmark.py +0 -0
  52. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/model/spar_benchmark_root.py +0 -0
  53. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/model/spar_calculation_parameters.py +0 -0
  54. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/model/spar_calculation_parameters_root.py +0 -0
  55. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/model/spar_component.py +0 -0
  56. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/model/spar_component_identifier.py +0 -0
  57. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/model/spar_component_root.py +0 -0
  58. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/model/spar_date_parameters.py +0 -0
  59. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/model/spar_identifier.py +0 -0
  60. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/model/spar_peer_universe_list_response.py +0 -0
  61. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/model/spar_peer_universe_response_item.py +0 -0
  62. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/model/spar_peer_universe_root.py +0 -0
  63. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/model_utils.py +0 -0
  64. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/models/__init__.py +0 -0
  65. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/SPAREngine/rest.py +0 -0
  66. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds/sdk/__init__.py +0 -0
  67. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds.sdk.SPAREngine.egg-info/SOURCES.txt +0 -0
  68. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds.sdk.SPAREngine.egg-info/dependency_links.txt +0 -0
  69. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/fds.sdk.SPAREngine.egg-info/top_level.txt +0 -0
  70. {fds_sdk_sparengine-2.2.0 → fds_sdk_sparengine-3.0.0}/setup.cfg +0 -0
@@ -1,16 +1,16 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fds.sdk.SPAREngine
3
- Version: 2.2.0
3
+ Version: 3.0.0
4
4
  Summary: Style Performance and Risk Analysis (SPAR) Engine client library for Python
5
5
  Home-page: https://github.com/FactSet/enterprise-sdk/tree/main/code/python/SPAREngine/v3
6
6
  Author: FactSet Research Systems
7
7
  License: Apache License, Version 2.0
8
8
  Keywords: FactSet,API,SDK
9
- Requires-Python: >=3.7
9
+ Requires-Python: >=3.10
10
10
  Description-Content-Type: text/markdown
11
11
  License-File: LICENSE
12
- Requires-Dist: urllib3>=1.25.3
13
- Requires-Dist: python-dateutil
12
+ Requires-Dist: urllib3>=2.7.0
13
+ Requires-Dist: python-dateutil>=2.9.0.post0
14
14
  Requires-Dist: fds.sdk.utils>=1.0.0
15
15
  Dynamic: author
16
16
  Dynamic: description
@@ -28,7 +28,7 @@ Dynamic: summary
28
28
  # Style Performance and Risk Analysis (SPAR) Engine client library for Python
29
29
 
30
30
  [![API Version](https://img.shields.io/badge/api-v3.16.2-blue)](https://developer.factset.com/api-catalog/spar-engine-api)
31
- [![PyPi](https://img.shields.io/pypi/v/fds.sdk.SPAREngine/2.2.0)](https://pypi.org/project/fds.sdk.SPAREngine/v/2.2.0)
31
+ [![PyPi](https://img.shields.io/pypi/v/fds.sdk.SPAREngine/3.0.0)](https://pypi.org/project/fds.sdk.SPAREngine/v/3.0.0)
32
32
  [![Apache-2 license](https://img.shields.io/badge/license-Apache2-brightgreen.svg)](https://www.apache.org/licenses/LICENSE-2.0)
33
33
 
34
34
  Allow clients to fetch Analytics through APIs.
@@ -36,7 +36,7 @@ Allow clients to fetch Analytics through APIs.
36
36
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
37
37
 
38
38
  - API version: 3.16.2
39
- - SDK version: 2.2.0
39
+ - SDK version: 3.0.0
40
40
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
41
41
 
42
42
  For more information, please visit [https://developer.factset.com/contact](https://developer.factset.com/contact)
@@ -50,24 +50,24 @@ For more information, please visit [https://developer.factset.com/contact](https
50
50
  ### Poetry
51
51
 
52
52
  ```shell
53
- poetry add fds.sdk.utils fds.protobuf.stach.extensions fds.sdk.SPAREngine==2.2.0
53
+ poetry add fds.sdk.utils fds.protobuf.stach.extensions fds.sdk.SPAREngine==3.0.0
54
54
  ```
55
55
 
56
56
  ### pip
57
57
 
58
58
  ```shell
59
- pip install fds.sdk.utils fds.protobuf.stach.extensions fds.sdk.SPAREngine==2.2.0
59
+ pip install fds.sdk.utils fds.protobuf.stach.extensions fds.sdk.SPAREngine==3.0.0
60
60
  ```
61
61
 
62
62
  ## Usage
63
63
 
64
64
  1. [Generate authentication credentials](../../../../README.md#authentication).
65
65
  2. Setup Python environment.
66
- 1. Install and activate python 3.7+. If you're using [pyenv](https://github.com/pyenv/pyenv):
66
+ 1. Install and activate python 3.10+. If you're using [pyenv](https://github.com/pyenv/pyenv):
67
67
 
68
68
  ```sh
69
- pyenv install 3.9.7
70
- pyenv shell 3.9.7
69
+ pyenv install 3.10.0
70
+ pyenv shell 3.10.0
71
71
  ```
72
72
 
73
73
  2. (optional) [Install poetry](https://python-poetry.org/docs/#installation).
@@ -3,7 +3,7 @@
3
3
  # Style Performance and Risk Analysis (SPAR) Engine client library for Python
4
4
 
5
5
  [![API Version](https://img.shields.io/badge/api-v3.16.2-blue)](https://developer.factset.com/api-catalog/spar-engine-api)
6
- [![PyPi](https://img.shields.io/pypi/v/fds.sdk.SPAREngine/2.2.0)](https://pypi.org/project/fds.sdk.SPAREngine/v/2.2.0)
6
+ [![PyPi](https://img.shields.io/pypi/v/fds.sdk.SPAREngine/3.0.0)](https://pypi.org/project/fds.sdk.SPAREngine/v/3.0.0)
7
7
  [![Apache-2 license](https://img.shields.io/badge/license-Apache2-brightgreen.svg)](https://www.apache.org/licenses/LICENSE-2.0)
8
8
 
9
9
  Allow clients to fetch Analytics through APIs.
@@ -11,7 +11,7 @@ Allow clients to fetch Analytics through APIs.
11
11
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
12
12
 
13
13
  - API version: 3.16.2
14
- - SDK version: 2.2.0
14
+ - SDK version: 3.0.0
15
15
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
16
16
 
17
17
  For more information, please visit [https://developer.factset.com/contact](https://developer.factset.com/contact)
@@ -25,24 +25,24 @@ For more information, please visit [https://developer.factset.com/contact](https
25
25
  ### Poetry
26
26
 
27
27
  ```shell
28
- poetry add fds.sdk.utils fds.protobuf.stach.extensions fds.sdk.SPAREngine==2.2.0
28
+ poetry add fds.sdk.utils fds.protobuf.stach.extensions fds.sdk.SPAREngine==3.0.0
29
29
  ```
30
30
 
31
31
  ### pip
32
32
 
33
33
  ```shell
34
- pip install fds.sdk.utils fds.protobuf.stach.extensions fds.sdk.SPAREngine==2.2.0
34
+ pip install fds.sdk.utils fds.protobuf.stach.extensions fds.sdk.SPAREngine==3.0.0
35
35
  ```
36
36
 
37
37
  ## Usage
38
38
 
39
39
  1. [Generate authentication credentials](../../../../README.md#authentication).
40
40
  2. Setup Python environment.
41
- 1. Install and activate python 3.7+. If you're using [pyenv](https://github.com/pyenv/pyenv):
41
+ 1. Install and activate python 3.10+. If you're using [pyenv](https://github.com/pyenv/pyenv):
42
42
 
43
43
  ```sh
44
- pyenv install 3.9.7
45
- pyenv shell 3.9.7
44
+ pyenv install 3.10.0
45
+ pyenv shell 3.10.0
46
46
  ```
47
47
 
48
48
  2. (optional) [Install poetry](https://python-poetry.org/docs/#installation).
@@ -11,7 +11,7 @@
11
11
  """
12
12
 
13
13
 
14
- __version__ = "2.2.0"
14
+ __version__ = "3.0.0"
15
15
 
16
16
  # import ApiClient
17
17
  from fds.sdk.SPAREngine.api_client import ApiClient
@@ -116,7 +116,7 @@ class ApiClient(object):
116
116
  self.default_headers[header_name] = header_value
117
117
  self.cookie = cookie
118
118
  # Set default User-Agent.
119
- self.user_agent = f'fds-sdk/python/SPAREngine/2.2.0 ({platform.system()}, Python {platform.python_version()})'
119
+ self.user_agent = f'fds-sdk/python/SPAREngine/3.0.0 ({platform.system()}, Python {platform.python_version()})'
120
120
 
121
121
  def __enter__(self):
122
122
  return self
@@ -430,7 +430,7 @@ conf = fds.sdk.SPAREngine.Configuration(
430
430
  "OS: {env}\n"\
431
431
  "Python Version: {pyversion}\n"\
432
432
  "Version of the API: 3.16.2\n"\
433
- "SDK Package Version: 2.2.0".\
433
+ "SDK Package Version: 3.0.0".\
434
434
  format(env=sys.platform, pyversion=sys.version)
435
435
 
436
436
  def get_host_settings(self):
@@ -1,16 +1,16 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fds.sdk.SPAREngine
3
- Version: 2.2.0
3
+ Version: 3.0.0
4
4
  Summary: Style Performance and Risk Analysis (SPAR) Engine client library for Python
5
5
  Home-page: https://github.com/FactSet/enterprise-sdk/tree/main/code/python/SPAREngine/v3
6
6
  Author: FactSet Research Systems
7
7
  License: Apache License, Version 2.0
8
8
  Keywords: FactSet,API,SDK
9
- Requires-Python: >=3.7
9
+ Requires-Python: >=3.10
10
10
  Description-Content-Type: text/markdown
11
11
  License-File: LICENSE
12
- Requires-Dist: urllib3>=1.25.3
13
- Requires-Dist: python-dateutil
12
+ Requires-Dist: urllib3>=2.7.0
13
+ Requires-Dist: python-dateutil>=2.9.0.post0
14
14
  Requires-Dist: fds.sdk.utils>=1.0.0
15
15
  Dynamic: author
16
16
  Dynamic: description
@@ -28,7 +28,7 @@ Dynamic: summary
28
28
  # Style Performance and Risk Analysis (SPAR) Engine client library for Python
29
29
 
30
30
  [![API Version](https://img.shields.io/badge/api-v3.16.2-blue)](https://developer.factset.com/api-catalog/spar-engine-api)
31
- [![PyPi](https://img.shields.io/pypi/v/fds.sdk.SPAREngine/2.2.0)](https://pypi.org/project/fds.sdk.SPAREngine/v/2.2.0)
31
+ [![PyPi](https://img.shields.io/pypi/v/fds.sdk.SPAREngine/3.0.0)](https://pypi.org/project/fds.sdk.SPAREngine/v/3.0.0)
32
32
  [![Apache-2 license](https://img.shields.io/badge/license-Apache2-brightgreen.svg)](https://www.apache.org/licenses/LICENSE-2.0)
33
33
 
34
34
  Allow clients to fetch Analytics through APIs.
@@ -36,7 +36,7 @@ Allow clients to fetch Analytics through APIs.
36
36
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
37
37
 
38
38
  - API version: 3.16.2
39
- - SDK version: 2.2.0
39
+ - SDK version: 3.0.0
40
40
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
41
41
 
42
42
  For more information, please visit [https://developer.factset.com/contact](https://developer.factset.com/contact)
@@ -50,24 +50,24 @@ For more information, please visit [https://developer.factset.com/contact](https
50
50
  ### Poetry
51
51
 
52
52
  ```shell
53
- poetry add fds.sdk.utils fds.protobuf.stach.extensions fds.sdk.SPAREngine==2.2.0
53
+ poetry add fds.sdk.utils fds.protobuf.stach.extensions fds.sdk.SPAREngine==3.0.0
54
54
  ```
55
55
 
56
56
  ### pip
57
57
 
58
58
  ```shell
59
- pip install fds.sdk.utils fds.protobuf.stach.extensions fds.sdk.SPAREngine==2.2.0
59
+ pip install fds.sdk.utils fds.protobuf.stach.extensions fds.sdk.SPAREngine==3.0.0
60
60
  ```
61
61
 
62
62
  ## Usage
63
63
 
64
64
  1. [Generate authentication credentials](../../../../README.md#authentication).
65
65
  2. Setup Python environment.
66
- 1. Install and activate python 3.7+. If you're using [pyenv](https://github.com/pyenv/pyenv):
66
+ 1. Install and activate python 3.10+. If you're using [pyenv](https://github.com/pyenv/pyenv):
67
67
 
68
68
  ```sh
69
- pyenv install 3.9.7
70
- pyenv shell 3.9.7
69
+ pyenv install 3.10.0
70
+ pyenv shell 3.10.0
71
71
  ```
72
72
 
73
73
  2. (optional) [Install poetry](https://python-poetry.org/docs/#installation).
@@ -0,0 +1,3 @@
1
+ urllib3>=2.7.0
2
+ python-dateutil>=2.9.0.post0
3
+ fds.sdk.utils>=1.0.0
@@ -16,7 +16,7 @@ def read(filename):
16
16
  return open(os.path.join(os.path.dirname(__file__), filename)).read()
17
17
 
18
18
  NAME = "fds.sdk.SPAREngine"
19
- VERSION = "2.2.0"
19
+ VERSION = "3.0.0"
20
20
  # To install the library, run the following
21
21
  #
22
22
  # python setup.py install
@@ -25,8 +25,8 @@ VERSION = "2.2.0"
25
25
  # http://pypi.python.org/pypi/setuptools
26
26
 
27
27
  REQUIRES = [
28
- "urllib3 >= 1.25.3",
29
- "python-dateutil",
28
+ "urllib3 >= 2.7.0",
29
+ "python-dateutil >= 2.9.0.post0",
30
30
  "fds.sdk.utils >= 1.0.0",
31
31
  ]
32
32
 
@@ -37,7 +37,7 @@ setup(
37
37
  author="FactSet Research Systems",
38
38
  url="https://github.com/FactSet/enterprise-sdk/tree/main/code/python/SPAREngine/v3",
39
39
  keywords=["FactSet", "API", "SDK"],
40
- python_requires=">=3.7",
40
+ python_requires=">=3.10",
41
41
  install_requires=REQUIRES,
42
42
  packages=find_packages(exclude=["test", "tests"]),
43
43
  include_package_data=True,
@@ -1,3 +0,0 @@
1
- urllib3>=1.25.3
2
- python-dateutil
3
- fds.sdk.utils>=1.0.0