pull_requests: 830389410
This data as json
id | node_id | number | state | locked | title | user | body | created_at | updated_at | closed_at | merged_at | merge_commit_sha | assignee | milestone | draft | head | base | author_association | repo | url | merged_by | auto_merge |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
830389410 | PR_kwDOBm6k_c4xfryi | 1610 | closed | 0 | Update asgiref requirement from <3.5.0,>=3.2.10 to >=3.2.10,<3.6.0 | 49699333 | Updates the requirements on [asgiref](https://github.com/django/asgiref) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/django/asgiref/blob/main/CHANGELOG.txt">asgiref's changelog</a>.</em></p> <blockquote> <h2>3.5.0 (2022-01-22)</h2> <ul> <li> <p>Python 3.6 is no longer supported, and asyncio calls have been changed to use only the modern versions of the APIs as a result</p> </li> <li> <p>Several causes of RuntimeErrors in cases where an event loop was assigned to a thread but not running</p> </li> <li> <p>Speed improvements in the Local class</p> </li> </ul> <h2>3.4.1 (2021-07-01)</h2> <ul> <li>Fixed an issue with the deadlock detection where it had false positives during exception handling.</li> </ul> <h2>3.4.0 (2021-06-27)</h2> <ul> <li> <p>Calling sync_to_async directly from inside itself (which causes a deadlock when in the default, thread-sensitive mode) now has deadlock detection.</p> </li> <li> <p>asyncio usage has been updated to use the new versions of get_event_loop, ensure_future, wait and gather, avoiding deprecation warnings in Python 3.10. Python 3.6 installs continue to use the old versions; this is only for 3.7+</p> </li> <li> <p>sync_to_async and async_to_sync now have improved type hints that pass through the underlying function type correctly.</p> </li> <li> <p>All Websocket* types are now spelled WebSocket, to match our specs and the official spelling. The old names will work until release 3.5.0, but will raise deprecation warnings.</p> </li> <li> <p>The typing for WebSocketScope and HTTPScope's <code>extensions</code> key has been fixed.</p> </li> </ul> <h2>3.3.4 (2021-04-06)</h2> <ul> <li>The async_to_sync type error is now a warning due the high false negative rate when trying to detect coroutine-returning callables in Python.</li> </ul> <h2>3.3.3 (2021-04-06)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/asgiref/commit/8b615134bd481c4262356ad3194fbeff9240d0d3"><code>8b61513</code></a> Releasing 3.5.0</li> <li><a href="https://github.com/django/asgiref/commit/b2e1c9dfdef212e69fc00adc8c83ffbc6fbac73c"><code>b2e1c9d</code></a> Fixed pytest_asyncio deprecation warning.</li> <li><a href="https://github.com/django/asgiref/commit/2eda55127a82618f83bb54788fecd239babb86ce"><code>2eda551</code></a> Added testing for Python 3.10.</li> <li><a href="https://github.com/django/asgiref/commit/02fecb6046bb5ec0dbbad00ffcd2043e893fcea5"><code>02fecb6</code></a> Drop Python 3.6 (<a href="https://github-redirect.dependabot.com/django/asgiref/issues/307">#307</a>)</li> <li><a href="https://github.com/django/asgiref/commit/6689c0a1e820a5c32532f069e945da8230d808ad"><code>6689c0a</code></a> Added stacklevel to warning in AsyncToSync.</li> <li><a href="https://github.com/django/asgiref/commit/4364f9b4bb052d9ec54b806867fd859b07c39186"><code>4364f9b</code></a> Changed how StatelessServer handles event loops</li> <li><a href="https://github.com/django/asgiref/commit/7bc055c0883db13ca8622e11ab116d0bd180acaf"><code>7bc055c</code></a> Update implementations.rst (<a href="https://github-redirect.dependabot.com/django/asgiref/issues/295">#295</a>)</li> <li><a href="https://github.com/django/asgiref/commit/c758984f4ab4864ac5787ef90d03b3589b2bcb90"><code>c758984</code></a> Move current_task import choice to module definition time</li> <li><a href="https://github.com/django/asgiref/commit/dfe87b2633d111f4f67c2cdb29a8c1ebe2eb8dae"><code>dfe87b2</code></a> Fixed <a href="https://github-redirect.dependabot.com/django/asgiref/issues/292">#292</a>: Use get_event_loop in class-level code</li> <li><a href="https://github.com/django/asgiref/commit/b3a65e34e9f445a1ccc234282deedafe4b8b5de2"><code>b3a65e3</code></a> Removed class variable which has been unused since a0bbe90</li> <li>Additional commits viewable in <a href="https://github.com/django/asgiref/compare/3.2.10...3.5.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> | 2022-01-24T13:14:18Z | 2022-03-06T01:30:27Z | 2022-03-06T01:30:27Z | 2022-03-06T01:30:27Z | 73f2d25f70d741c6b53f7312674c91f0aec83e17 | 0 | 84a43561e4f677bcf7337c9fd48d0dcafb3264fc | d194db4204b732af57138e1fb0924ec77354dd58 | CONTRIBUTOR | 107914493 | https://github.com/simonw/datasette/pull/1610 |
Links from other tables
- 1 row from pull_requests_id in labels_pull_requests