Skip to content

Commit 9958d93

Browse files
committed
🔖 Release 0.49.1
1 parent b63512c commit 9958d93

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Latest changes
22

3+
## 0.49.1
4+
35
* Fix path operation duplicated parameters when used in dependencies and the path operation function. PR [#994](https://github.com/tiangolo/fastapi/pull/994) by [@merowinger92](https://github.com/merowinger92).
46
* Update Netlify previews deployment GitHub action as the fix is already merged and there's a new release. PR [#1047](https://github.com/tiangolo/fastapi/pull/1047).
57
* Move mypy configurations to config file. PR [#987](https://github.com/tiangolo/fastapi/pull/987) by [@hukkinj1](https://github.com/hukkinj1).

fastapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
22

3-
__version__ = "0.49.0"
3+
__version__ = "0.49.1"
44

55
from starlette.background import BackgroundTasks
66

0 commit comments

Comments
 (0)