Reqflow

Latest version: v1.1.0a0

Safety actively analyzes 693883 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.1.0alpha

What's Changed
- Asynchronous Support: Async capabilities in ReqFlow via `then_async()` method.
- [Docs](https://reqflow.org/quick_start/#asynchronous-functionality-in-reqflow)




**Full Changelog**: https://github.com/olxxi/ReqFlow/compare/v1.0.11-alpha...v1.1.0-alpha

1.0.11alpha

Added the `.assert_body_text(expected_data)` method to assert the text based responses

1.0.10alpha

Added the `force_json_decoding` parameter for `then()` method to force JSON decoding despite response headers.

If True, force JSON decoding of the response despite response headers — defaults to False. The default behaviour is to decode JSON only if the response content type is `application/json`.

Docs:
https://reqflow.org/fluent_api/#reqflow.fluent_api.When.then

1.0.9alpha

- Added the ability to send requests without explicitly defined `Client` object
- Refactor of error handing in `fluent_api.py`

1.0.8alpha

Added the logging/reporting capabilities via utilizing the `GlobalLogger` class with examples of integration with `PyTest`.

Docs:
https://reqflow.org/quick_start/#logging
https://reqflow.org/logger

1.0.7alpha

Minor changes to update required python versions

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.