Skip to content

Commit 17ebcb7

Browse files
authored
Merge pull request #65 from vstorm-co/feat/installer
docs: update README
2 parents 7be65c5 + c17aedf commit 17ebcb7

3 files changed

Lines changed: 265 additions & 250 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2828
The check is backed by a 24-hour file cache (`~/.pydantic-deep/update_check.json`) so the network
2929
is only hit once per day. A 2-second timeout ensures the check never blocks startup
3030

31+
### Fixed
32+
33+
- **`ModuleNotFoundError: No module named 'textual'` on fresh install**`textual` was listed under the
34+
`tui` optional extra but missing from `cli`, so `uv tool install "pydantic-deep[cli]"` produced a broken
35+
installation that crashed immediately on launch. `textual>=3.0.0` is now included in both `cli` and `tui`
36+
3137
## [0.3.5] - 2026-04-10
3238

3339
### Added

0 commit comments

Comments
 (0)