openbb-devtools 1.3.2__tar.gz → 1.3.4__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.
@@ -1,20 +1,21 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: openbb-devtools
3
- Version: 1.3.2
3
+ Version: 1.3.4
4
4
  Summary: Tools for OpenBB Platform Developers
5
5
  License: AGPL-3.0-only
6
6
  Author: OpenBB Team
7
7
  Author-email: hello@openbb.co
8
- Requires-Python: >=3.10,<3.13
8
+ Requires-Python: >=3.9,<3.13
9
9
  Classifier: License :: OSI Approved :: GNU Affero General Public License v3
10
10
  Classifier: Programming Language :: Python :: 3
11
+ Classifier: Programming Language :: Python :: 3.9
11
12
  Classifier: Programming Language :: Python :: 3.10
12
13
  Classifier: Programming Language :: Python :: 3.11
13
14
  Classifier: Programming Language :: Python :: 3.12
14
15
  Requires-Dist: bandit (>=1.7.5,<2.0.0)
15
16
  Requires-Dist: black (>=24,<25)
16
17
  Requires-Dist: codespell (>=2.2.5,<3.0.0)
17
- Requires-Dist: ipykernel (>=6.29.4,<7.0.0)
18
+ Requires-Dist: ipykernel (>=6.29.5,<7.0.0)
18
19
  Requires-Dist: mypy (>=1.12.1,<2.0.0)
19
20
  Requires-Dist: poetry (>=1.8.0,<2.0.0)
20
21
  Requires-Dist: pre-commit (>=3.5.0,<4.0.0)
@@ -23,7 +24,7 @@ Requires-Dist: pylint (>=3.3,<4.0)
23
24
  Requires-Dist: pytest (>=7.4.3,<8.0.0)
24
25
  Requires-Dist: pytest-asyncio (>=0.23.2,<0.24.0)
25
26
  Requires-Dist: pytest-cov (>=4.1.0,<5.0.0)
26
- Requires-Dist: pytest-recorder (>=0.3.0,<0.4.0)
27
+ Requires-Dist: pytest-recorder (>=0.4.2,<0.5.0)
27
28
  Requires-Dist: pytest-subtests (>=0.11.0,<0.12.0)
28
29
  Requires-Dist: ruff (>=0.7,<0.8)
29
30
  Requires-Dist: tox (>=4.11.3,<5.0.0)
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "openbb-devtools"
3
- version = "1.3.2"
3
+ version = "1.3.4"
4
4
  description = "Tools for OpenBB Platform Developers"
5
5
  authors = ["OpenBB Team <hello@openbb.co>"]
6
6
  license = "AGPL-3.0-only"
@@ -8,7 +8,7 @@ readme = "README.md"
8
8
  packages = [{ include = "openbb_devtools" }]
9
9
 
10
10
  [tool.poetry.dependencies]
11
- python = ">=3.10,<3.13" # scipy forces <4.0 explicitly
11
+ python = ">=3.9,<3.13" # scipy forces <4.0 explicitly
12
12
  ruff = "^0.7"
13
13
  pylint = "^3.3"
14
14
  mypy = "^1.12.1"
@@ -20,10 +20,10 @@ pre-commit = "^3.5.0"
20
20
  tox = "^4.11.3"
21
21
  pytest = "^7.4.3"
22
22
  pytest-subtests = "^0.11.0"
23
- pytest-recorder = "^0.3.0"
23
+ pytest-recorder = "^0.4.2"
24
24
  pytest-asyncio = "^0.23.2"
25
25
  pytest-cov = "^4.1.0"
26
- ipykernel = "^6.29.4"
26
+ ipykernel = "^6.29.5"
27
27
  types-python-dateutil = "^2.8.19.14"
28
28
  types-toml = "^0.10.8.7"
29
29
  poetry = "^1.8.0"