vastai-sdk 1.0.0.dev1__tar.gz → 1.0.0.dev2__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: vastai-sdk
3
- Version: 1.0.0.dev1
3
+ Version: 1.0.0.dev2
4
4
  Summary: Vast.ai SDK - installs the vastai package (CLI + SDK + Serverless)
5
5
  Author: Chris McKenzie
6
6
  Author-email: chris@vast.ai
@@ -12,7 +12,7 @@ Classifier: Programming Language :: Python :: 3.11
12
12
  Classifier: Programming Language :: Python :: 3.12
13
13
  Classifier: Programming Language :: Python :: 3.13
14
14
  Classifier: Programming Language :: Python :: 3.14
15
- Requires-Dist: vastai (>=0.1.0)
15
+ Requires-Dist: vastai (>=1.0.0.dev2)
16
16
  Project-URL: Homepage, https://vast.ai
17
17
  Project-URL: Repository, https://github.com/vast-ai/vast-sdk
18
18
  Project-URL: Source, https://github.com/vast-ai/vast-sdk
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
 
5
5
  [tool.poetry]
6
6
  name = "vastai-sdk"
7
- version = "1.0.0.dev1"
7
+ version = "1.0.0.dev2"
8
8
  description = "Vast.ai SDK - installs the vastai package (CLI + SDK + Serverless)"
9
9
  readme = "README.md"
10
10
  authors = [
@@ -25,7 +25,7 @@ vcs = "git"
25
25
 
26
26
  [tool.poetry.dependencies]
27
27
  python = ">=3.9"
28
- vastai = ">=0.1.0"
28
+ vastai = ">=1.0.0.dev2"
29
29
 
30
30
  [tool.poetry.urls]
31
31
  Homepage = "https://vast.ai"