asteroid-odyssey 1.0.0__py3-none-any.whl → 1.0.1__py3-none-any.whl
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.
- asteroid_odyssey/client.py +2 -2
- {asteroid_odyssey-1.0.0.dist-info → asteroid_odyssey-1.0.1.dist-info}/METADATA +1 -1
- {asteroid_odyssey-1.0.0.dist-info → asteroid_odyssey-1.0.1.dist-info}/RECORD +5 -5
- {asteroid_odyssey-1.0.0.dist-info → asteroid_odyssey-1.0.1.dist-info}/WHEEL +0 -0
- {asteroid_odyssey-1.0.0.dist-info → asteroid_odyssey-1.0.1.dist-info}/top_level.txt +0 -0
asteroid_odyssey/client.py
CHANGED
|
@@ -11,7 +11,7 @@ without modifying any generated files.
|
|
|
11
11
|
import time
|
|
12
12
|
import os
|
|
13
13
|
from typing import Dict, Any, Optional, List, Union, Tuple
|
|
14
|
-
from openapi_client import (
|
|
14
|
+
from .openapi_client import (
|
|
15
15
|
Configuration,
|
|
16
16
|
ApiClient,
|
|
17
17
|
SDKApi,
|
|
@@ -23,7 +23,7 @@ from openapi_client import (
|
|
|
23
23
|
Status,
|
|
24
24
|
StructuredAgentExecutionRequest
|
|
25
25
|
)
|
|
26
|
-
from openapi_client.exceptions import ApiException
|
|
26
|
+
from .openapi_client.exceptions import ApiException
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
class AsteroidClient:
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
asteroid_odyssey/__init__.py,sha256=A05KbHfr1FWd2-j1LGJMXYmBVXpYMjr9qP0x_E5NbLk,461
|
|
2
|
-
asteroid_odyssey/client.py,sha256=
|
|
2
|
+
asteroid_odyssey/client.py,sha256=pccoQdMo3jRbo4HnboT-OaYQQL_Cgmyp5-OP1P4UChI,15494
|
|
3
3
|
asteroid_odyssey/openapi_client/__init__.py,sha256=lxTbQnKCVUHmsFg93FVLCVcCmAgpdthUvTAyDlFKrWk,2949
|
|
4
4
|
asteroid_odyssey/openapi_client/api_client.py,sha256=j8J2-n-ezwiE63J968ROX3rAEvxG9E3QG6inl_vHrc4,27651
|
|
5
5
|
asteroid_odyssey/openapi_client/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
@@ -23,7 +23,7 @@ asteroid_odyssey/openapi_client/models/health_check500_response.py,sha256=b6pG-p
|
|
|
23
23
|
asteroid_odyssey/openapi_client/models/status.py,sha256=7IYNk8aTppEzZD5-88No_rLpji6l9N9eIkbwAfmh7IU,885
|
|
24
24
|
asteroid_odyssey/openapi_client/models/structured_agent_execution_request.py,sha256=VZyW85pVz9T27aiG4ZlGywnnxTOaJCAjHSDz8D2YxY8,2913
|
|
25
25
|
asteroid_odyssey/openapi_client/models/upload_execution_files200_response.py,sha256=u85oEP2bEuhszonE78VcrB_keT0UZpv16CTGvfse_v4,2735
|
|
26
|
-
asteroid_odyssey-1.0.
|
|
27
|
-
asteroid_odyssey-1.0.
|
|
28
|
-
asteroid_odyssey-1.0.
|
|
29
|
-
asteroid_odyssey-1.0.
|
|
26
|
+
asteroid_odyssey-1.0.1.dist-info/METADATA,sha256=FsGx2kRkCU0uXZEkJbpGIQXdrlcXoNwCPiuzQSKlmig,7127
|
|
27
|
+
asteroid_odyssey-1.0.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
28
|
+
asteroid_odyssey-1.0.1.dist-info/top_level.txt,sha256=h4T6NKscnThJ4Nhzors2NKlJeZzepnM7XvDgsnfi5HA,17
|
|
29
|
+
asteroid_odyssey-1.0.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|