Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Update sse-starlette requirement from ~=1.8.2 to ~=2.0.0 #630

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2024

Updates the requirements on sse-starlette to permit the latest version.

Release notes

Sourced from sse-starlette's releases.

v2.0.0

Backward Incompatibility:

Exceptions raising out of task groups are nested inside an ExceptionGroup (seeanyio 4.0.0: https://anyio.readthedocs.io/en/stable/versionhistory.html)

What's Changed

New Contributors

Full Changelog: sysid/sse-starlette@v1.8.3...v2.0.0

Changelog

Sourced from sse-starlette's changelog.

1.3.3 — 2023-03-11

removal of requirements.txt python 3.11 added to tox

1.3.0 — 2023-02-09

  • replace anyio.sleep() with anyio.Event

1.2.1 — 2022-11-15

1.1.6 — 2022-07-31

  • replace asyncio.sleep() with anyio.sleep

1.1.4 — 2022-07-31

  • introduced scriv for changelog management

1.1.3 (2022-07-26)

  • fix: py.typed was missing in PyPi distribution

1.1.0 (2022-07-25)

1.0.0 (2022-07-24)

  • drop support for python 3.6 and 3.7
  • removed unused private attribute _loop from class EventSourceResponse
  • updated example in README.md

0.10.3 (2022-01-25)

  • fix: use starlette's code to set proper content-type and charset
  • fix: update examples

0.10.0 (2021-12-14)

  • base EventSourceResponse on latest starlette StreamingResponse (0.17.1) and use anyio
  • breaking change: response.wait() and response.stop_streaming() removed

0.9.0 (2021-10-09)

... (truncated)

Commits
  • f95f42f Bump version to 2.0.0
  • e3d46d7 Merge pull request #90 from blodow/feat/add_send_timeout
  • 0ef461e be more precise when to expect exception
  • 2b80dcf be more precise when to expect exception
  • f409db2 fix compatibility with anyio pre/post v4 and python pre/post v3.11
  • f1df41b wip: tests not passing due to breaking changes in deps
  • bc49c62 fix: test runtime error
  • 5dd1807 add test_send_timeout
  • acf1935 add send_timeout parameter to EventSourceResponse
  • 8c1e090 Merge pull request #87 from sysid/optional_deps
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
sse-starlette [< 1.7, > 1.6.1]

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 commands and options

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Updates the requirements on [sse-starlette](https://github.com/sysid/sse-starlette) to permit the latest version.
- [Release notes](https://github.com/sysid/sse-starlette/releases)
- [Changelog](https://github.com/sysid/sse-starlette/blob/main/CHANGELOG.md)
- [Commits](sysid/sse-starlette@v1.8.2...v2.0.0)

---
updated-dependencies:
- dependency-name: sse-starlette
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 27, 2024
Copy link

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@ff137
Copy link
Collaborator

ff137 commented Jan 29, 2024

@dependabot squash and merge

@dependabot dependabot bot merged commit bda602b into development Jan 29, 2024
43 checks passed
@dependabot dependabot bot deleted the dependabot/pip/sse-starlette-approx-eq-2.0.0 branch January 29, 2024 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant