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

hotfix: pin starlette dependency #445

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

bhimrazy
Copy link
Contributor

@bhimrazy bhimrazy commented Mar 4, 2025

What does this PR do?

This PR pins the Starlette dependency to avoid the 0.46.0 release.

Context:
The latest version of Starlette (0.46.0) has issues with pickling payload data—
specifically, the error cannot pickle '_io.BufferedRandom' object

The root cause of the error will be addressed in a separate PR shortly.

PR review

Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in GitHub issues there's a high chance it will not be merged.

Did you have fun?

Make sure you had fun coding 🙃

Copy link

codecov bot commented Mar 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89%. Comparing base (90d7d10) to head (e99a5b3).

Additional details and impacted files
@@         Coverage Diff         @@
##           main   #445   +/-   ##
===================================
  Coverage    89%    89%           
===================================
  Files        31     31           
  Lines      2041   2041           
===================================
  Hits       1824   1824           
  Misses      217    217           

@aniketmaurya aniketmaurya changed the title [wip]: add starlette dependency [wip]: pin starlette dependency Mar 4, 2025
@bhimrazy bhimrazy changed the title [wip]: pin starlette dependency hotfix: pin starlette dependency Mar 4, 2025
@bhimrazy bhimrazy marked this pull request as ready for review March 4, 2025 13:47
@bhimrazy bhimrazy requested a review from williamFalcon as a code owner March 4, 2025 13:47
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