File tree Expand file tree Collapse file tree 7 files changed +1508
-2
lines changed Expand file tree Collapse file tree 7 files changed +1508
-2
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,12 @@ fsspec
9696* Source code: https://github.com/intake/filesystem_spec
9797* Project home: https://github.com/intake/filesystem_spec
9898
99+ httpx
100+ * Copyright (c) 2021 ProjectDiscovery, Inc.
101+ * License: MIT License
102+ * Source code: https://github.com/projectdiscovery/httpx
103+ * Project home: https://github.com/projectdiscovery/httpx
104+
99105geopandas
100106* Copyright (c) 2013-2016, GeoPandas developers
101107* License: BSD 3-Clause "New" or "Revised" License
@@ -391,6 +397,12 @@ tabulate
391397* Source code: https://github.com/astanin/python-tabulate
392398* Project home: https://github.com/astanin/python-tabulate
393399
400+ tenacity
401+ * No listed copyright holder
402+ * License: Apache-2.0 license
403+ * Source code: https://github.com/jd/tenacity
404+ * Project home: https://github.com/jd/tenacity
405+
394406tensorflow
395407* Copyright (c) 2023 Google, Inc.
396408* License: Apache-2.0 license
Original file line number Diff line number Diff line change 66import os
77from logging import getLogger
88
9- from ads import set_auth
9+ from ads import logger , set_auth
10+ from ads .aqua .client .client import AsyncClient , Client
1011from ads .aqua .common .utils import fetch_service_compartment
1112from ads .config import OCI_RESOURCE_PRINCIPAL_VERSION
1213
Original file line number Diff line number Diff line change 1+ #!/usr/bin/env python
2+ # Copyright (c) 2025 Oracle and/or its affiliates.
3+ # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
You can’t perform that action at this time.
0 commit comments