Feat/upload file max size config#1
Merged
khadrawy merged 49 commits intofeat/upload-file-max-sizefrom Feb 23, 2025
Merged
Conversation
… `test_responses`, `test_routing` (Kludex#2796) Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
…st_routing` (Kludex#2807) Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
…ting.py`, `middleware/wsgi.py` and `endpoints.py` (Kludex#2804)
….py` and `requests.py` (Kludex#2816) Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
* docs: add `black` to allow docs formatting * Only install black on Python >= 3.9
* Version 0.44.0 * Update docs/release-notes.md
* Remove `ignore_missing_imports` from mypy * remove comment * add comment again * add comment again * add comment again * try
… module (Kludex#2826) * Remove `ExceptionMiddleware` proxy from `starlette.exceptions` module * remove test
…iddleware' children (Kludex#2813)
…dex#2838) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ludex#2851) * Turn directory into string on `lookup_path` on commonpath comparison * remove str cast complication
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
…..)` example (Kludex#2870) With Kludex#2810, it is possible to override the client host (i.e. the remote address; see https://www.starlette.io/requests/#client-address). The default value for `TestClient` is `testclient`, but an IP address in most circumstances. The documentation example for overriding the client host uses a full URI, which makes no sense: it's the remote address.
…ludex#2840) Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
… compressed (Kludex#2865) Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
Co-authored-by: Thomas Grainger <tagrain@gmail.com>
# Conflicts: # starlette/formparsers.py # starlette/requests.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.