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

Replace use of internal Starlette compatibility (with python <3.9) function with wrapped function #857

Merged
merged 1 commit into from
Jan 23, 2025

Conversation

DiamondJoseph
Copy link
Contributor

Starlette 0.44.0 and before contained an internal function for compatibility with python <3.9. As Starlette 0.45.0 dropped support for python 3.8, this was silently removed. As Tiled also has dropped support for python 3.8, we can remove the function.

https://github.com/encode/starlette/blob/0.44.0/starlette/_compat.py

Checklist

  • Add a Changelog entry
  • Add the ticket number which this PR closes to the comment section

@danielballan danielballan merged commit b4af7a7 into main Jan 23, 2025
9 checks passed
@mrakitin mrakitin deleted the remove-deprecated branch January 23, 2025 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants