Skip to content

Releases: jlevy/kash

v0.3.37

05 Feb 08:35

Choose a tag to compare

What's Changed

Fixes

  • Dependency upgrades: Updated all dependencies including pandas 3.0, pyrate-limiter 4.0, mcp 1.26, fastapi 0.128, and ruff 0.15
  • pyrate-limiter API fix: Adapted to pyrate-limiter v4 API changes (blocking/timeout moved to try_acquire())
  • Deepgram SDK update: Updated transcription module to use newer Deepgram SDK API

Refactoring

  • Modern Python patterns: Converted enum classes to StrEnum and enabled modern isinstance() union syntax

Full commit history: v0.3.36...v0.3.37

v0.3.36

25 Oct 23:37

Choose a tag to compare

  • Fix to cache check.
  • Upgrade deps.

v0.3.35

27 Aug 19:11

Choose a tag to compare

Load all env paths in mcp tools.

v0.3.34

22 Aug 03:59

Choose a tag to compare

  • Bugfixes and improvements in URL extraction.
  • Better default filenames.

v0.3.33

19 Aug 01:23

Choose a tag to compare

  • Better S3 support for inputs and syncing outputs.

v0.3.30

14 Aug 02:06

Choose a tag to compare

Fix lint.

v0.3.28

03 Aug 21:03

Choose a tag to compare

  • Upgrade deps to fix litellm import issue.

v0.3.27

01 Aug 06:42

Choose a tag to compare

  • CSS polish, especially for print.
  • Nicer init status for slow imports.

v0.3.26

22 Jul 16:58

Choose a tag to compare

  • Fixes to live status updates.
  • More flexible embedding utils.
  • HTML generated pages now look great in print!

v0.3.25

09 Jul 01:55

Choose a tag to compare

  • Smartquote normalization of Markdown.
  • Minor cleanups and model updates.