]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Version 0.45.3 (#2852) 0.45.3
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Fri, 24 Jan 2025 11:16:22 +0000 (12:16 +0100)
committerGitHub <noreply@github.com>
Fri, 24 Jan 2025 11:16:22 +0000 (12:16 +0100)
docs/release-notes.md
starlette/__init__.py

index 4af761ebb9b2341f6c7d02720b70d157e50f2070..6217d726a2f38b0fb7b354f032d2e25b388cd778 100644 (file)
@@ -2,6 +2,12 @@
 toc_depth: 2
 ---
 
+## 0.45.3 (January 24, 2025)
+
+#### Fixed
+
+* Turn directory into string on `lookup_path` on commonpath comparison [#2851](https://github.com/encode/starlette/pull/2851).
+
 ## 0.45.2 (January 4, 2025)
 
 #### Fixed
index 4ce70328c54755c9f7fb0e25b7ef29adac950916..ebd289900246260c4fbcee5602428d7e4a98d8a3 100644 (file)
@@ -1 +1 @@
-__version__ = "0.45.2"
+__version__ = "0.45.3"