We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4eb45eb + 64a15b3 commit 6547679Copy full SHA for 6547679
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Change Log
2
3
+## [0.1.9] - 2024-02-05
4
+
5
+### Added
6
7
+- Fix `limit_value` typehint in `limit()` function (thanks @PookieBuns)
8
+- Fix `limit_value` typehint in `shared_limit()` function (thanks @aberlioz)
9
+- Only pass `".env"` to starlette `Config` if `".env"` file exists (thanks @daniellok-db)
10
11
## [0.1.8] - 2023-04-07
12
13
### Added
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "slowapi"
-version = "0.1.8"
+version = "0.1.9"
description = "A rate limiting extension for Starlette and Fastapi"
authors = ["Laurent Savaete <[email protected]>"]
license = "MIT"
0 commit comments