You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix _proto/__init__.py: remove sys.path hack that shadowed
google namespace package with generated _proto/google/api/
- Fix Makefile proto target: apply import fix to all *.py files
(not just *_pb2_grpc.py); cypher_pb2.py also had absolute imports
- Fix tests/unit/test_types.py: correct field names (vector_value,
map_value.entries); test_none → null semantics, not raises
- Fix tests/integration/test_basic.py: use RETURN n.name (id(n) not
implemented in alpha); mark test_vector_search as xfail
- ci.yml: switch to uv, add Python 3.13 to matrix, remove 3.9/3.10
(both past EOL Oct 2025)
- pyproject.toml (all 3 packages): requires-python >=3.11, add 3.13
classifier, drop 3.9/3.10
- ruff.toml: exclude coordinode/_proto/ from linting (generated code)
- Auto-fix ruff UP violations: Union→X|Y, Dict/List→dict/list,
Optional→X|None, isinstance tuples→X|Y union syntax
Tests: 21 passed, 1 xfailed (vector search — alpha server limitation)
0 commit comments