Skip to content

Commit 2d9ce61

Browse files
committed
Release 🍓 0.237.3
1 parent 7818c39 commit 2d9ce61

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
CHANGELOG
22
=========
33

4+
0.237.3 - 2024-07-31
5+
--------------------
6+
7+
This release fixes the type of the ASGI request handler's `scope` argument, making type checkers ever so slightly happier.
8+
9+
Contributed by [Jonathan Ehwald](https://github.com/DoctorJohn) via [PR #3581](https://github.com/strawberry-graphql/strawberry/pull/3581/)
10+
11+
412
0.237.2 - 2024-07-26
513
--------------------
614

RELEASE.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "strawberry-graphql"
33
packages = [ { include = "strawberry" } ]
4-
version = "0.237.2"
4+
version = "0.237.3"
55
description = "A library for creating GraphQL APIs"
66
authors = ["Patrick Arminio <patrick.arminio@gmail.com>"]
77
license = "MIT"

0 commit comments

Comments
 (0)