truefoundry 0.1.1__tar.gz → 0.1.2__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.

Potentially problematic release.


This version of truefoundry might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: truefoundry
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: Truefoundry CLI
5
5
  Author: Abhishek Choudhary
6
6
  Author-email: abhichoudhary06@gmail.com
@@ -12,8 +12,8 @@ Classifier: Programming Language :: Python :: 3.10
12
12
  Classifier: Programming Language :: Python :: 3.11
13
13
  Classifier: Programming Language :: Python :: 3.12
14
14
  Provides-Extra: ml
15
- Requires-Dist: mlfoundry (==0.10.8) ; extra == "ml"
16
- Requires-Dist: servicefoundry (==0.10.5)
15
+ Requires-Dist: mlfoundry (==0.10.9) ; extra == "ml"
16
+ Requires-Dist: servicefoundry (==0.10.6)
17
17
  Description-Content-Type: text/markdown
18
18
 
19
19
  # Truefoundry
@@ -1,14 +1,14 @@
1
1
  [tool.poetry]
2
2
  name = "truefoundry"
3
- version = "0.1.1"
3
+ version = "0.1.2"
4
4
  description = "Truefoundry CLI"
5
5
  authors = ["Abhishek Choudhary <abhichoudhary06@gmail.com>"]
6
6
  readme = "README.md"
7
7
 
8
8
  [tool.poetry.dependencies]
9
9
  python = "^3.8,<3.13"
10
- servicefoundry = "0.10.5"
11
- mlfoundry = { version = "0.10.8", optional = true }
10
+ servicefoundry = "0.10.6"
11
+ mlfoundry = { version = "0.10.9", optional = true }
12
12
 
13
13
  [tool.poetry.extras]
14
14
  ml = ["mlfoundry"]
File without changes