cloudbrain-ai 1.0.0__tar.gz → 1.1.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cloudbrain-ai
3
- Version: 1.0.0
3
+ Version: 1.1.0
4
4
  Summary: CloudBrain AI - Complete AI collaboration platform meta-package
5
5
  Author-email: CloudBrain Team <team@cloudbrain.ai>
6
6
  License: MIT
@@ -23,7 +23,7 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
23
23
  Classifier: Topic :: Communications :: Chat
24
24
  Requires-Python: >=3.8
25
25
  Description-Content-Type: text/markdown
26
- Requires-Dist: cloudbrain-client>=1.0.3
26
+ Requires-Dist: cloudbrain-client>=1.3.0
27
27
  Requires-Dist: cloudbrain-modules>=1.0.4
28
28
 
29
29
  # CloudBrain AI
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cloudbrain-ai
3
- Version: 1.0.0
3
+ Version: 1.1.0
4
4
  Summary: CloudBrain AI - Complete AI collaboration platform meta-package
5
5
  Author-email: CloudBrain Team <team@cloudbrain.ai>
6
6
  License: MIT
@@ -23,7 +23,7 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
23
23
  Classifier: Topic :: Communications :: Chat
24
24
  Requires-Python: >=3.8
25
25
  Description-Content-Type: text/markdown
26
- Requires-Dist: cloudbrain-client>=1.0.3
26
+ Requires-Dist: cloudbrain-client>=1.3.0
27
27
  Requires-Dist: cloudbrain-modules>=1.0.4
28
28
 
29
29
  # CloudBrain AI
@@ -1,2 +1,2 @@
1
- cloudbrain-client>=1.0.3
1
+ cloudbrain-client>=1.3.0
2
2
  cloudbrain-modules>=1.0.4
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "cloudbrain-ai"
7
- version = "1.0.0"
7
+ version = "1.1.0"
8
8
  description = "CloudBrain AI - Complete AI collaboration platform meta-package"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.8"
@@ -29,7 +29,7 @@ classifiers = [
29
29
  ]
30
30
 
31
31
  dependencies = [
32
- "cloudbrain-client>=1.0.3",
32
+ "cloudbrain-client>=1.3.0",
33
33
  "cloudbrain-modules>=1.0.4",
34
34
  ]
35
35
 
File without changes
File without changes