qmenta-core 4.1.1.dev720__tar.gz → 4.1.1.dev722__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,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: qmenta-core
3
- Version: 4.1.1.dev720
3
+ Version: 4.1.1.dev722
4
4
  Summary: QMENTA core library to communicate with the QMENTA platform.
5
5
  License: Proprietary
6
6
  Author: QMENTA
@@ -15,7 +15,6 @@ Classifier: Programming Language :: Python :: 3.11
15
15
  Classifier: Programming Language :: Python :: 3.12
16
16
  Classifier: Programming Language :: Python :: 3.13
17
17
  Requires-Dist: blinker (>=1.4,<2.0)
18
- Requires-Dist: cyclonedx-bom (>=7.0.0,<8.0.0)
19
18
  Requires-Dist: importlib-metadata (>=6.8.0,<7.0.0)
20
19
  Requires-Dist: packaging (>=25.0,<26.0)
21
20
  Requires-Dist: python-dotenv (>=1.0.0,<2.0.0)
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "qmenta-core"
3
- version = "4.1.1.dev720"
3
+ version = "4.1.1.dev722"
4
4
  description = "QMENTA core library to communicate with the QMENTA platform."
5
5
  license = "Proprietary"
6
6
  authors = ["QMENTA <dev@qmenta.com>"]
@@ -30,7 +30,6 @@ python-dotenv = "^1.0.0"
30
30
  # available in Google Colab, see EN-1810.
31
31
  blinker = "^1.4"
32
32
  packaging = "^25.0"
33
- cyclonedx-bom = "^7.0.0"
34
33
 
35
34
  [tool.poetry.group.dev.dependencies]
36
35
  flake8 = "^6.1.0"