From 15cb94dcdc4a3b8f45923097207b7523e52bec02 Mon Sep 17 00:00:00 2001 From: Rafal Jankowski Date: Tue, 5 Dec 2023 11:27:39 +0100 Subject: [PATCH] Changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 742c751c6..2c0e7c52f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## [UNRELEASED] 1.8.7 +### Fixes +- Add direct requirement of `typing-extensions` ([#1586](https://github.com/neptune-ai/neptune-client/pull/1586)) + ### Changes - Use literals instead of str for Mode typing ([#1586](https://github.com/neptune-ai/neptune-client/pull/1586))