Commit Graph

  • 00f82ff63b Accepting request 1275453 from devel:languages:python factory Dominique Leuenberger 2025-05-08 16:23:31 +00:00
  • 6853da32e7 - Use a compatible GCC and stdc++ library version for 15.6. Nico Krapp 2025-05-08 09:06:52 +00:00
  • 8c5b2ddbf1 Accepting request 1273674 from devel:languages:python Dominique Leuenberger 2025-04-30 17:05:47 +00:00
  • 480880bd23 - Update to 0.15.0 * build: remove unused dependencies * add random * implement Client.headers_update() * add "random" to Literal Client.IMPERSONATE, Client.IMPERSONATE_OS * fix(impersonate): remove okhttp_3.9, 'okhttp_3.11` from "random" variants to bypass FAILURE_ON_CLIENT_HELLO - Update to 0.14.0 * feat: add response.stream() * fix(cookies): del Client.cookies setter and getter - Update to 0.13.0 * refactor(response): change reponse logic * remove: delete dead code * fix: cookies logic improve * feat: add chrome_133, firefox_135 * typing: improve * benchmark(async): add aiohttp - Update to 0.12.0 * refactor: move request functions to python * feat: add getter and setter to impersonate, impersonate_os * fix: remove the redirection of the Proxy-Authorization header * feat: add AsyncClient * tests: add AsyncClient tests * benchmark: add AsyncClient * ci(pytest): add pytest-asyncio * feat: python format + lint (ruff, mypy) - Update to 0.11.0 * Add impersonate_os, bump rquest to v2.0.3 - Update to 0.10.0 * Improve get_encoding_from_content * files: take file paths instead of contents; post files as streams Matej Cepl 2025-04-30 12:21:44 +00:00
  • 4b89cce784 Accepting request 1225081 from devel:languages:python Ana Guerrero 2024-11-19 21:23:51 +00:00
  • 58004bc1c9 - update to 0.7.0: * Using the pythonize crate to handle data and json parameters, and return the responce as json * Bump rquest to v0.27, cargo update - update to 0.6.5: * Bump rquest to v0.26 * Readme: impersonate parameter - add "chrome_130" - update to 0.6.4: * ca_cert_file: updated the code to match the changes in the upstream package * Bump html2text to v0.13 Dirk Mueller 2024-11-19 12:12:16 +00:00
  • c92264eab0 Accepting request 1204395 from devel:languages:python Ana Guerrero 2024-09-30 13:38:15 +00:00
  • 79a0884911 - update to 0.6.3: * README: impersonate - add "chrome_129", "safari_18", "safari_ipad_18" - update to 0.6.2: * README: impersonate param - add chrome_128 Dirk Mueller 2024-09-28 19:41:48 +00:00
  • 76a37f1a8c Accepting request 1199630 from devel:languages:python Ana Guerrero 2024-09-09 12:45:37 +00:00
  • 6c9d0f900d - update to 0.6.1: * Use Exception to raise error * CI: [linux] [x_86_64] - use zig to build for manylinux_2_17 * params data, json: replace clone() with as_unbound() * recode headers * Remove PyException * README: update precompiled wheels compatibility info * small code improvements Dirk Mueller 2024-09-09 08:45:37 +00:00
  • 76413bfdff - Version v0.6.0 * CI: bugfix after dependencies update by @deedy5 * Use anyhow for error handling by @deedy5 * Improve response code by @deedy5 * [Client]: add ca_cert_file parameter by @deedy5 * [Utils] Recode fn json_dumps, json_loads, url_encode by @deedy5 * [html2text] Response object: 1) add attribute text_rich * [logging]: send Rust log messages to Python * small code improvements Dirk Mueller 2024-08-31 09:25:11 +00:00