mirror of
https://github.com/laurentS/slowapi.git
synced 2026-03-13 09:10:20 +08:00
Merge pull request #159 from andreagrandi/prepare-release-0-1-8
This commit is contained in:
2
.github/workflows/python-package.yml
vendored
2
.github/workflows/python-package.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
||||
uses: snok/install-poetry@v1
|
||||
with:
|
||||
# Version of Poetry to use
|
||||
version: 1.2.2
|
||||
version: 1.4.2
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
poetry install
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# Change Log
|
||||
|
||||
## [0.1.8] - 2023-04-07
|
||||
|
||||
### Added
|
||||
|
||||
- Loosen restriction on the limits dependency (thanks @sanders41)
|
||||
- Fix redis install error (thanks @sanders41)
|
||||
- Add Python 3.11 support (thanks @sanders41)
|
||||
|
||||
|
||||
## [0.1.7] - 2022-11-09
|
||||
|
||||
### Added
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "slowapi"
|
||||
version = "0.1.7"
|
||||
version = "0.1.8"
|
||||
description = "A rate limiting extension for Starlette and Fastapi"
|
||||
authors = ["Laurent Savaete <laurent@where.tf>"]
|
||||
license = "MIT"
|
||||
|
||||
Reference in New Issue
Block a user