Jo

Results 83 comments of Jo

@FZambia Wow, amazing work! It works for me now!

There is another use in `test_multipart.py` actually.

Good idea, I don't know we can use `3.11-dev` actually, updated.

@tomchristie This is a bug when `coverage` is working under 3.11: https://github.com/nedbat/coveragepy/issues/1419. It should be fixed by bumping `coverage` version.

I ran some tests: ## Test against `https://github.com/` ### Sync client works fine: ```py import httpx import requests resp = httpx.get('https://github.com/') print('httpx', resp) resp = requests.get('https://github.com/') print('requests', resp) ``` results:...

Seems like the two failing tests is not related.

@schien-dong Thanks for your report. I think some refactor changes(renaming `StringIntMapCmd` to `MapStringIntCmd` etc) to master after this PR was opened caused the break. I'll send a PR to fix...

I think this is caused by #2060, I issued a new issue #2175 and submit a fix #2176

Ha, I think this should be fixed in #893

Disabling `uv` works fine, so this should be an `uv` specific issue. It appears that changes in `pyproject.toml` were not recognized.