orb-cloud-client 1.2.1__tar.gz → 1.2.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.
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: orb-cloud-client
3
- Version: 1.2.1
3
+ Version: 1.2.2
4
4
  Summary: Python client library for Orb Cloud API
5
5
  Author-email: Orb Networks <support@orb.net>
6
- License: MIT
6
+ License-Expression: MIT
7
7
  Project-URL: Documentation, https://api.orb.net/docs
8
8
  Project-URL: Homepage, https://github.com/orbforge/orb-cloud
9
9
  Project-URL: Repository, https://github.com/orbforge/orb-cloud
@@ -21,6 +21,7 @@ License-File: LICENSE
21
21
  Requires-Dist: build>=1.2.2.post1
22
22
  Requires-Dist: httpx>=0.24.0
23
23
  Requires-Dist: pydantic>=2.0.0
24
+ Requires-Dist: twine>=6.1.0
24
25
  Provides-Extra: dev
25
26
  Requires-Dist: build; extra == "dev"
26
27
  Requires-Dist: pytest; extra == "dev"
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: openapi.yaml
3
- # timestamp: 2025-10-16T14:05:24+00:00
3
+ # timestamp: 2025-10-16T14:41:05+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: orb-cloud-client
3
- Version: 1.2.1
3
+ Version: 1.2.2
4
4
  Summary: Python client library for Orb Cloud API
5
5
  Author-email: Orb Networks <support@orb.net>
6
- License: MIT
6
+ License-Expression: MIT
7
7
  Project-URL: Documentation, https://api.orb.net/docs
8
8
  Project-URL: Homepage, https://github.com/orbforge/orb-cloud
9
9
  Project-URL: Repository, https://github.com/orbforge/orb-cloud
@@ -21,6 +21,7 @@ License-File: LICENSE
21
21
  Requires-Dist: build>=1.2.2.post1
22
22
  Requires-Dist: httpx>=0.24.0
23
23
  Requires-Dist: pydantic>=2.0.0
24
+ Requires-Dist: twine>=6.1.0
24
25
  Provides-Extra: dev
25
26
  Requires-Dist: build; extra == "dev"
26
27
  Requires-Dist: pytest; extra == "dev"
@@ -1,6 +1,7 @@
1
1
  build>=1.2.2.post1
2
2
  httpx>=0.24.0
3
3
  pydantic>=2.0.0
4
+ twine>=6.1.0
4
5
 
5
6
  [dev]
6
7
  build
@@ -20,13 +20,14 @@ dependencies = [
20
20
  "build>=1.2.2.post1",
21
21
  "httpx>=0.24.0",
22
22
  "pydantic>=2.0.0",
23
+ "twine>=6.1.0",
23
24
  ]
24
25
  description = "Python client library for Orb Cloud API"
25
- license = {text = "MIT"}
26
+ license = "MIT"
26
27
  name = "orb-cloud-client"
27
28
  readme = "README.md"
28
29
  requires-python = ">=3.8"
29
- version = "1.2.1"
30
+ version = "1.2.2"
30
31
 
31
32
  [project.optional-dependencies]
32
33
  dev = [