Skip to content

Commit 398779f

Browse files
authored
Remove the uuid dependency (not needed since it's in the std lib) (#265)
* Remove the uuid dependency (not needed since it's in the std lib) * Update lock file * Update CHANGELOG
1 parent b393169 commit 398779f

File tree

3 files changed

+636
-543
lines changed

3 files changed

+636
-543
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
### Changed
1111
- Changed the default behaviour of `FixedSizeSplitter` to avoid words cut-off in the chunks whenever it is possible.
1212

13+
### Fixed
14+
- Removed the `uuid` package from dependencies (not needed with Python 3).
15+
1316
## 1.4.2
1417

1518
### Fixed

0 commit comments

Comments
 (0)