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

Relax bounds for FromExtractor #1469

Merged
merged 1 commit into from Oct 10, 2022

Conversation

davidpdrsn
Copy link
Member

We didn't actually use the bounds. I guess they were left over from a previous version.

Fixes #1467

Fixes #1467

We didn't actually use the bounds. I guess they were left over from a
previous version.
@davidpdrsn davidpdrsn enabled auto-merge (squash) October 10, 2022 16:28
@davidpdrsn davidpdrsn merged commit d7ba0b1 into main Oct 10, 2022
@davidpdrsn davidpdrsn deleted the dont-require-default-for-from-extractor branch October 10, 2022 16:39
@kamulos
Copy link

kamulos commented Oct 11, 2022

Thank you very much for the quick fix ❤️

Would it be possible to get a 0.5 release containing this commit at some point in the coming days? If it takes more time, no worries... I'll integrate it in my application in another way

@davidpdrsn
Copy link
Member Author

davidpdrsn commented Oct 11, 2022

The bounds are actually being used on 0.5 so would require more work to backport, so since 0.6 is quite far along I'd rather no backport it. Once #1462 is merged I'm gonna do another 0.6 rc with this change and then you can use that, assuming that you're able to use 0.6 in the first place. Otherwise your best bet is probably not to use from_extractor but write your own middleware.

@kamulos
Copy link

kamulos commented Oct 11, 2022

All right, sounds good. The 0.6 features look really nice 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

from_extractor not compatible with RequestBodyLimitLayer
3 participants