strawberry-graphql 0.239.1__py3-none-any.whl → 0.239.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -233,7 +233,7 @@ class AsyncBaseHTTPView(
233
233
  self, stream: Callable[[], AsyncGenerator[str, None]]
234
234
  ) -> Callable[[], AsyncGenerator[str, None]]:
235
235
  """Adds a heartbeat to the stream, to prevent the connection from closing when there are no messages being sent."""
236
- queue = asyncio.Queue[Tuple[bool, Any]](1)
236
+ queue: asyncio.Queue[Tuple[bool, Any]] = asyncio.Queue(1)
237
237
 
238
238
  cancelling = False
239
239
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: strawberry-graphql
3
- Version: 0.239.1
3
+ Version: 0.239.2
4
4
  Summary: A library for creating GraphQL APIs
5
5
  Home-page: https://strawberry.rocks/
6
6
  License: MIT
@@ -144,7 +144,7 @@ strawberry/file_uploads/utils.py,sha256=2zsXg3QsKgGLD7of2dW-vgQn_Naf7I3Men9PhEAF
144
144
  strawberry/flask/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
145
145
  strawberry/flask/views.py,sha256=Ss3zpBEjY5W6bR9SUPDbuF7zXErgn_qcXm0MuhzPS7k,5656
146
146
  strawberry/http/__init__.py,sha256=lRHuYeDUvz7bpLsvBvTYPOXwD_uMz2LO78QaqGVSvEQ,1546
147
- strawberry/http/async_base_view.py,sha256=zie22GChg-RZJnE-G8FOLYKY2EKi53ALhK7tEo3l3Bs,11141
147
+ strawberry/http/async_base_view.py,sha256=jMe5lfkv57h6ePjwKHwvW1ratGnD2hBkm2bbjWGkpYo,11156
148
148
  strawberry/http/base.py,sha256=ORw-0lk6UcOH80kdr4VElAvX75S3VTMpRddhVfooGDY,2569
149
149
  strawberry/http/exceptions.py,sha256=WdWO3RvZDax_yAdD0zlVex9tQgwNx7tjz8_A8kP4YHo,193
150
150
  strawberry/http/ides.py,sha256=3dqFRY8_9ZqyIYR_EyRdPZ1zhL3lxRYT2MPk84O_Tk8,874
@@ -244,8 +244,8 @@ strawberry/utils/logging.py,sha256=U1cseHGquN09YFhFmRkiphfASKCyK0HUZREImPgVb0c,7
244
244
  strawberry/utils/operation.py,sha256=SSXxN-vMqdHO6W2OZtip-1z7y4_A-eTVFdhDvhKeLCk,1193
245
245
  strawberry/utils/str_converters.py,sha256=KGd7QH90RevaJjH6SQEkiVVsb8KuhJr_wv5AsI7UzQk,897
246
246
  strawberry/utils/typing.py,sha256=tUHHX2YTGX417EEQHB6j0B8-p-fg31ZI8csc9SUoq2I,14260
247
- strawberry_graphql-0.239.1.dist-info/LICENSE,sha256=m-XnIVUKqlG_AWnfi9NReh9JfKhYOB-gJfKE45WM1W8,1072
248
- strawberry_graphql-0.239.1.dist-info/METADATA,sha256=cTmzQZAJ8gaSmrjhMUVj4xKC0ThHITL6fDzttqyZLKc,7707
249
- strawberry_graphql-0.239.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
250
- strawberry_graphql-0.239.1.dist-info/entry_points.txt,sha256=Nk7-aT3_uEwCgyqtHESV9H6Mc31cK-VAvhnQNTzTb4k,49
251
- strawberry_graphql-0.239.1.dist-info/RECORD,,
247
+ strawberry_graphql-0.239.2.dist-info/LICENSE,sha256=m-XnIVUKqlG_AWnfi9NReh9JfKhYOB-gJfKE45WM1W8,1072
248
+ strawberry_graphql-0.239.2.dist-info/METADATA,sha256=ioPP_4Q8ngfH1BO0rqTmF76PL53c91ehcZncYQHeoXs,7707
249
+ strawberry_graphql-0.239.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
250
+ strawberry_graphql-0.239.2.dist-info/entry_points.txt,sha256=Nk7-aT3_uEwCgyqtHESV9H6Mc31cK-VAvhnQNTzTb4k,49
251
+ strawberry_graphql-0.239.2.dist-info/RECORD,,