Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: lundberg/respx

Version 0.23.1

08 Apr 14:36
@lundberg lundberg
fc8b43b
This commit was signed with the committer’s verified signature.
lundberg Jonas Lundberg
GPG key ID: 482DB4CB651A13F8
Verified
Learn about vigilant mode.

Choose a tag to compare

0.23.1 (8th April 2026)

Fixed

  • Fix regression causing params pattern to stop working under some conditions,
    by doing a strict detection of ANY in multi items patterns (#313)

CI

  • Update workflows actions (#310)
Assets 2
Loading

Version 0.23.0

07 Apr 14:17
@lundberg lundberg
62aaeab
This commit was signed with the committer’s verified signature.
lundberg Jonas Lundberg
GPG key ID: 482DB4CB651A13F8
Verified
Learn about vigilant mode.

Choose a tag to compare

0.23.0 (7th April 2026)

Fixed

  • Fix data pattern with list value (#264)
  • Fix and enhance incorrect documentations about iterable side effects (#287)
  • Fix documentation typo, thanks @markhobson (#298)
  • Fix support for multiple slashes // in URL path by not using urljoin when
    prepending path, thanks @lewiscollard and @Skeen (#302)
  • Type Route.respond json as Any to align with HTTPX, thanks @JacobHayes (#284)
  • Properly handle ANY in MuitiItems patterns (#289)

CI

Contributors

markhobson, Skeen, and 3 other contributors
Loading

Version 0.22.0

19 Dec 22:36
@lundberg lundberg
0.22.0
This tag was signed with the committer’s verified signature.
lundberg Jonas Lundberg
GPG key ID: 482DB4CB651A13F8
Verified
Learn about vigilant mode.
1f3626d
This commit was signed with the committer’s verified signature.
lundberg Jonas Lundberg
GPG key ID: 482DB4CB651A13F8
Verified
Learn about vigilant mode.

Choose a tag to compare

0.22.0 (19th December 2024)

Fixed

Removed

  • Drop support for Python 3.7, to align with HTTPX 0.25.0 (#280)

CI

  • Update CI test to not fail fast and cancel workflows, thanks @flaeppe (#269)
  • Add dependabot to check GitHub actions packages, thanks @flaeppe (#268)
  • Add Python 3.13 to test suite, thanks @jairhenrique (#283)

Contributors

jairhenrique, flaeppe, and ndhansen
Loading
hugovk, filipsnastins, and bblanchon reacted with hooray emoji hugovk and filipsnastins reacted with rocket emoji
3 people reacted

Version 0.21.1

27 Mar 20:43
@lundberg lundberg

Choose a tag to compare

0.21.1 (27th March 2024)

Fixed

  • Fix files pattern not handling str and BytesIO, thanks @pierremonico for input (#260)

Added

  • Add support for None values in data pattern, thanks @slingshotvfx for issue (#259)

Contributors

pierremonico and slingshotsys
Loading

Version 0.21.0

19 Mar 16:22
@lundberg lundberg

Choose a tag to compare

0.21.0 (19th March 2024)

Fixed

  • Fix matching request data when files are provided, thanks @ziima for input (#252)

Added

  • Add support for data__contains lookup (#252)
  • Add files pattern to support matching on uploads, thanks @ziima for input (#253)
  • Add SetCookie utility for easier mocking of response cookie headers, thanks @phha for input (#254)

Changed

Contributors

ziima and phha
Loading

Version 0.20.2

20 Jul 23:05
@lundberg lundberg

Choose a tag to compare

0.20.2 (21st July 2023)

Fixed

  • Better assertion output for assert_all_called, thanks @sileht (#224)
  • Support for quoted path pattern matching, thanks @alexdrydew for input (#240)

Added

Changed

Loading
flaeppe and niccolomineo reacted with rocket emoji
2 people reacted

Version 0.20.1

18 Nov 17:03
@lundberg lundberg

Choose a tag to compare

0.20.1 (17th November 2022)

Fixed

  • Support HTTPX 0.23.1, thanks @g-as for input (#223)

Added

  • Officially support Python 3.11 (#223)
  • Run pre-commit hooks in CI workflow (#219)

Changed

Removed

  • Drop support for Python 3.6 (#218)

Contributors

antonagestam and g-as
Loading
hugovk reacted with hooray emoji hugovk reacted with rocket emoji
1 person reacted

Version 0.20.0

16 Sep 09:30
@lundberg lundberg

Choose a tag to compare

0.20.0 (16th September 2022)

Changed

  • Type Router.__getitem__ to not return optional routes, thanks @flaeppe (#216)
  • Change Call.response to raise instead of returning optional response (#217)
  • Change CallList.last to raise instead of return optional call (#217)
  • Type M() to not return optional pattern, by introducing a Noop pattern (#217)
  • Type Route.pattern to not be optional (#217)

Fixed

  • Correct type hints for side effects (#217)

Added

  • Runs mypy on both tests and respx (#217)
  • Added nox test session for python 3.11 (#217)
  • Added Call.has_response helper, now that .response raises (#217)

Contributors

flaeppe
Loading
flaeppe reacted with hooray emoji
1 person reacted

Version 0.19.3

14 Sep 10:03
@lundberg lundberg
d5d7051
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

0.19.3 (14th September 2022)

Fixed

  • Fix typing for Route modulos arg
  • Respect patterns with empty value when using equal lookup (#206)
  • Use pytest asyncio auto mode (#212)
  • Fix mock decorator to work together with pytest fixtures (#213)
  • Wrap pytest function correctly, i.e. don't hide real function name (#213)

Changed

  • Enable mypy strict_optional (#201)
Loading

Version 0.19.2

03 Feb 10:28
@lundberg lundberg

Choose a tag to compare

0.19.2 (3rd February 2022)

Fixed

Contributors

nebularazer
Loading
Previous 1
Previous

AltStyle によって変換されたページ (->オリジナル) /