Skip to content

Tags: kpn/cachetory

Tags

3.5.1

Toggle 3.5.1's commit message
FIX: `delete_many` not working properly in sync Django backend 🚑️

3.5.0

Toggle 3.5.0's commit message
OPT: Update all non-major dependencies ⬆️

3.4.2

Toggle 3.4.2's commit message
OPT: add Python 3.13

3.4.1

Toggle 3.4.1's commit message
OPT: remove Python 3.8 support

3.4.0

Toggle 3.4.0's commit message
OPT: Bump idna from 3.6 to 3.7

Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7.
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v3.6...v3.7)

---
updated-dependencies:
- dependency-name: idna
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

3.3.1

Toggle 3.3.1's commit message
OPT: Update all non-major dependencies ⬆️

3.3.0

Toggle 3.3.0's commit message
OPT: Update dependency django to v5 ⬆️

3.2.1

Toggle 3.2.1's commit message
OPT: Update all non-major dependencies ⬆️

3.2.0

Toggle 3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
OPT: updated code to Pydantic 2.0 (get rid of deprecation warnings) (#98

)

- use Pydantic 2.x syntax

---------

Co-authored-by: wieri494 <peter.wieringa@kpn.com>
Co-authored-by: Pavel Perestoronin <pavel.perestoronin@kpn.com>

3.1.4

Toggle 3.1.4's commit message
OPT: improve typing for `_CachedCallable` 🧑‍💻