-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
baize build uses deprecated pdm.pep517.api backend #72
Comments
PR welcome 🙂 |
Might have worked it, but it's failing a bunch of tests like this:
I don't think this is because I switched the build backend. Ideas? I want to make sure it passes tests before doing the PR |
Because you updated the version of httpx, the usage of app= has been deleted in the new version of httpx. |
Thanks for that detail. But I thought I had a compatible version of httpx. pyproject.toml says httpx between 0.19.0 and 1.0.0. I have 0.28.1:
|
httpx made some breaking changes. I thought maybe you could fix the tests as well? |
I don't even know where to begin for that fix. I looked at httpx and httpx.Client takes I think 1 argument, but that gives me an error and this is not my area, unfortunately. |
When building baize-0.22.2, I get this error:
But looking at pdm-pep517, it shows that is now called pdm-backend
The text was updated successfully, but these errors were encountered: