See the DuckDB core release notes here: https://github.com/duckdb/duckdb/releases/tag/v1.5.2
What's Changed in duckdb-python
- Type hints overhaul by @OutSquareCapital in #352
- Cache arrow schema for streaming types by @evertlammerts in #423
- Fix segfault on join with None by @evertlammerts in #422
- Fix stubs for path_or_buffer param by @evertlammerts in #425