runtime error

Exit code: 1. Reason: ibraries/python - For code migration, see: https://weaviate.io/developers/weaviate/client-libraries/python/v3_v4_migration If you have to use v3 code, install the v3 client and pin the v3 dependency in your requirements file: `weaviate-client>=3.26.7;<4.0.0` client = weaviate.Client( /usr/local/lib/python3.10/site-packages/weaviate/warnings.py:186: DeprecationWarning: Dep016: Python client v3 `weaviate.Client(...)` connections and methods are deprecated and will be removed by 2024-11-30. Upgrade your code to use Python client v4 `weaviate.WeaviateClient` connections and methods. - For Python Client v4 usage, see: https://weaviate.io/developers/weaviate/client-libraries/python - For code migration, see: https://weaviate.io/developers/weaviate/client-libraries/python/v3_v4_migration If you have to use v3 code, install the v3 client and pin the v3 dependency in your requirements file: `weaviate-client>=3.26.7;<4.0.0` warnings.warn( Traceback (most recent call last): File "/home/user/app/app.py", line 9, in <module> client = weaviate.Client( File "/usr/local/lib/python3.10/site-packages/weaviate/client.py", line 279, in __init__ self._connection = Connection( File "/usr/local/lib/python3.10/site-packages/weaviate/connect/v3.py", line 166, in __init__ self._server_version = self.get_meta()["version"] File "/usr/local/lib/python3.10/site-packages/weaviate/connect/v3.py", line 674, in get_meta res = _decode_json_response_dict(response, "Meta endpoint") File "/usr/local/lib/python3.10/site-packages/weaviate/util.py", line 930, in _decode_json_response_dict raise UnexpectedStatusCodeError(location, response) weaviate.exceptions.UnexpectedStatusCodeError: Meta endpoint! Unexpected status code: 404, with response body: None. /usr/local/lib/python3.10/tempfile.py:869: ResourceWarning: Implicitly cleaning up <TemporaryDirectory '/tmp/tmpuw5zrnok'> _warnings.warn(warn_message, ResourceWarning)

Container logs:

Fetching error logs...