Skip to content

V0.3.1

Compare
Choose a tag to compare
@Menghuan1918 Menghuan1918 released this 29 Aug 03:51
· 119 commits to main since this release
0cbabdb

English | 🌐简体中文

Caution

After version 0.3.1 the output has been updated to logging, which by default only outputs Warning and above. If you want to see the processing, set the logging level to INFO:

import logging
httpx_logger = logging.getLogger("httpx")
httpx_logger.setLevel(logging.WARNING)
logging.basicConfig(level=logging.INFO)

🚀 Others

  • Changed the package information output to the logging module, which doesn't output a bunch of stuff anymore