Skip to content

Commit aff53cc

Browse files
phernandezclaude
andcommitted
docs: add changelog entry for v0.17.5
- Python 3.14 compatibility fix for CLI commands hanging on exit - Skip nest_asyncio on Python 3.14+ - Update pyright to 1.1.408 for Python 3.14 support - Fix SQLAlchemy rowcount typing Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> Signed-off-by: phernandez <paul@basicmachines.co>
1 parent 863e0a4 commit aff53cc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# CHANGELOG
22

3+
## v0.17.5 (2026-01-11)
4+
5+
### Bug Fixes
6+
7+
- **#505**: Prevent CLI commands from hanging on exit (Python 3.14 compatibility)
8+
([`863e0a4`](https://github.com/basicmachines-co/basic-memory/commit/863e0a4))
9+
- Skip `nest_asyncio` on Python 3.14+ where it causes event loop issues
10+
- Simplify CLI test infrastructure for cross-version compatibility
11+
- Update pyright to 1.1.408 for Python 3.14 support
12+
- Fix SQLAlchemy rowcount typing for Python 3.14
13+
314
## v0.17.4 (2026-01-05)
415

516
### Bug Fixes

0 commit comments

Comments
 (0)