-
-
Notifications
You must be signed in to change notification settings - Fork 954
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
bug: TestClient no longer accepts json as a delete argument #2087
Comments
hello, a quick search : encode/httpx#1587 |
You can also use https://github.com/Kludex/bump-testclient for the migration, if you want. 👀 |
Sorry, I was looking for open discussions. But then shouldn't this migration be classified as breaking change and not just change? |
Since we are on zero version (0.x), any breaking or important change alters the minor ( |
I refer to the changelog |
What were you expecting there? |
I'm just commenting because when I updated the fastapi version the tests broke, so I saw that they had updated the starlette version. So I searched the changelogs for breaking change or something similar, but I couldn't find it. So I kept looking using "git diff" to find out what version it happened on
|
I could be wrong, but they usually put breaking changes like this |
Who are "they"? |
"they" = other libraries |
Hi, |
When they migrated from requests to httpx they forgot to add the json parameter.
https://github.com/encode/starlette/pull/1376/files
The text was updated successfully, but these errors were encountered: