-
Notifications
You must be signed in to change notification settings - Fork 109
Closed
Description
Hello, is there any way to disable package version checking? The PYPI_PACKAGE_URL will not be accessible in an air-gapped environment. All the client request will hang indefinitely at this step
weaviate-python-client/weaviate/connect/connection.py
Lines 667 to 671 in af2c9c1
| pkg_info = requests.get(PYPI_PACKAGE_URL).json() | |
| pkg_info = pkg_info.get("info", {}) | |
| latest_version = pkg_info.get("version", "unknown version") | |
| if is_weaviate_client_too_old(client_version, latest_version): | |
| _Warnings.weaviate_client_too_old_vs_latest(client_version, latest_version) |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels