Skip to content

v0.5.7

Choose a tag to compare

@github-actions github-actions released this 17 Apr 09:56
· 55 commits to main since this release
fix: DuckDBGraphWriter.__del__ crash when constructor fails (v0.5.7)

Set self._conn = None before duckdb.connect() so __del__ → close()
does not raise AttributeError when connect() fails.

Also: hasattr check in close() for extra safety.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>