aiauto-client 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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aiauto-client
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: AI Auto HPO (Hyperparameter Optimization) Client Library
5
5
  Author-email: AIAuto Team <ainode@zeroone.ai>
6
6
  Project-URL: Homepage, https://aiauto.cloude.ainode.ai
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "aiauto-client"
7
- version = "0.1.1"
7
+ version = "0.1.2"
8
8
  description = "AI Auto HPO (Hyperparameter Optimization) Client Library"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.8"
@@ -0,0 +1,3 @@
1
+ # For Connect RPC over HTTP
2
+ # This will be converted to https://api.aiauto.pangyo.ainode.ai in production
3
+ AIAUTO_API_TARGET = "api.aiauto.pangyo.ainode.ai:443"
@@ -13,8 +13,8 @@ class ConnectRPCClient:
13
13
  if base_url:
14
14
  self.base_url = base_url
15
15
  else:
16
- # AIAUTO_API_TARGET is like "api.aiauto.cloud.ainode.ai:443"
17
- # Convert to "https://api.aiauto.cloud.ainode.ai"
16
+ # AIAUTO_API_TARGET is like "api.aiauto.pangyo.ainode.ai:443"
17
+ # Convert to "https://api.aiauto.pangyo.ainode.ai"
18
18
  host = AIAUTO_API_TARGET.split(':')[0]
19
19
  self.base_url = f"https://{host}"
20
20
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aiauto-client
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: AI Auto HPO (Hyperparameter Optimization) Client Library
5
5
  Author-email: AIAuto Team <ainode@zeroone.ai>
6
6
  Project-URL: Homepage, https://aiauto.cloude.ainode.ai
@@ -1,3 +0,0 @@
1
- # For Connect RPC over HTTP
2
- # This will be converted to https://api.aiauto.cloud.ainode.ai in production
3
- AIAUTO_API_TARGET = "api.aiauto.cloud.ainode.ai:443"
File without changes
File without changes