v1.8.5: fix multiple bugs in Session and StealthSession

This commit is contained in:
violettools
2026-01-23 00:46:53 +08:00
parent ec240a04b9
commit 62924fdbcf
6 changed files with 108 additions and 15 deletions

View File

@@ -217,7 +217,7 @@ class PlaywrightNotInstalledError(CFSpiderError):
pass
__version__ = "1.8.4"
__version__ = "1.8.5"
__all__ = [
# 同步 API (requests)
"get", "post", "put", "delete", "head", "options", "patch", "request",