diff --git a/CHANGES.rst b/CHANGES.rst index 1d2c7dd5..2d70b95e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Version 3.1.2 ------------- -Unreleased +Released 2025-08-19 - ``stream_with_context`` does not fail inside async views. :issue:`5774` - When using ``follow_redirects`` in the test client, the final state diff --git a/pyproject.toml b/pyproject.toml index c9dddcae..53fe66a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "Flask" -version = "3.1.2.dev" +version = "3.1.2" description = "A simple framework for building complex web applications." readme = "README.md" license = "BSD-3-Clause" diff --git a/uv.lock b/uv.lock index 3f8ba3e8..dea5d68e 100644 --- a/uv.lock +++ b/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 2 +revision = 3 requires-python = ">=3.9" resolution-markers = [ "python_full_version >= '3.12'", @@ -388,7 +388,7 @@ wheels = [ [[package]] name = "flask" -version = "3.1.2.dev0" +version = "3.1.2" source = { editable = "." } dependencies = [ { name = "blinker" }, @@ -642,7 +642,7 @@ name = "importlib-metadata" version = "8.7.0" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "zipp" }, + { name = "zipp", marker = "python_full_version < '3.10'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/76/66/650a33bd90f786193e4de4b3ad86ea60b53c89b669a5c7be931fac31cdb0/importlib_metadata-8.7.0.tar.gz", hash = "sha256:d13b81ad223b890aa16c5471f2ac3056cf76c5f10f82d6f9292f0b415f389000", size = 56641, upload-time = "2025-04-27T15:29:01.736Z" } wheels = [