Skip to content

Commit

Permalink
fix:typing-extensions dependency
Browse files Browse the repository at this point in the history
fix #330
  • Loading branch information
cunla committed Sep 27, 2024
1 parent a279dd0 commit e5c1c90
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/about/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ toc_depth: 2
- Testing against valkey 8.0 #333
- Improve documentation #332

### 🐛 Bug Fixes

- Replace `typing_extensions` dependency with `typing-extensions` #330

## v2.24.1

### 🐛 Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ include = [
python = "^3.7"
redis = ">=4"
sortedcontainers = "^2"
typing_extensions = { version = "^4.7", python = "<3.11" }
typing-extensions = { version = "^4.7", python = "<3.11" }
lupa = { version = ">=2.1,<3.0", optional = true }
jsonpath-ng = { version = "^1.6", optional = true }
pyprobables = { version = "^0.6", optional = true }
Expand Down

0 comments on commit e5c1c90

Please sign in to comment.