Skip to content

Commit

Permalink
Use new redis library. Update tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-oleshkevich committed Sep 22, 2022
1 parent 6d6606b commit 4b86cad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ repos:
pass_filenames: false
additional_dependencies:
- pytest-asyncio
- aioredis
- redis
- types-redis
- itsdangerous
- fastapi
args: [ --config-file=pyproject.toml ]
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "starsessions"
version = "2.0.1"
version = "2.1.0"
description = "Advanced sessions for Starlette and FastAPI frameworks"
authors = ["alex.oleshkevich <alex.oleshkevich@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 4b86cad

Please sign in to comment.