Importing pyobvector 0.2.28 on Python 3.14 emits a SyntaxWarning because ob_vec_json_table_client.py returns from a finally block. Reproduction: site-packages/pyobvector/client/ob_vec_json_table_client.py:799 SyntaxWarning return in a finally block. This is non-fatal on normal path, but return in finally can suppress exceptions. Please move the return after cleanup and consider Python 3.14 in the compatibility matrix.
Importing pyobvector 0.2.28 on Python 3.14 emits a SyntaxWarning because ob_vec_json_table_client.py returns from a finally block. Reproduction: site-packages/pyobvector/client/ob_vec_json_table_client.py:799 SyntaxWarning return in a finally block. This is non-fatal on normal path, but return in finally can suppress exceptions. Please move the return after cleanup and consider Python 3.14 in the compatibility matrix.