Federico Alves

Results 7 issues of Federico Alves

**Describe your environment.** > Python: 3.9.x > Packages: > opencensus==0.11.0 > opencensus-context==0.1.3 > opencensus-ext-azure==1.1.7 > protobuf==4.21.9 **Steps to reproduce.** Create an environment with the packages defined above and try the...

bug

This PR solves the [save_session crash with Werkzeug 3.0.1 bug](https://github.com/kroketio/quart-session/issues/18)

The Werkzeugh package was affected by the following bug [CVE-2023-46136](https://nvd.nist.gov/vuln/detail/CVE-2023-46136). The version 3.0.1 fixes it, but also adds [this code](https://github.com/pallets/werkzeug/blob/f3c803b3ade485a45f12b6d6617595350c0f03e2/src/werkzeug/http.py#L1303) to the `dump_cookie` method, which is used by the `set_cookie`...

# Unable to set typing for tqdm object according to tqdm-stubs #### Environment information: 4.66.4 3.10.12 (main, Mar 22 2024, 16:50:05) [GCC 11.4.0] linux I'm using Mypy as a static...

**Version**: The asyncio package from the 5.0.1 version **Platform**: Python 3.9.18 - Ubuntu 20.04 - Azure Cache for Redis client **Description**: The `_readline` method read an empty binary `b''` after...

stale

### Environment - Python: 3.9.19 - pyodbc: 5.2.0 - OS: Ubuntu 22.04.1 - DB: SQL Server - driver: ODBC Driver 17 for SQL Server ### Issue I'm trying to follow...

### Describe the bug I'm trying to send a batch request from `UsersRequestBuilder` and `GroupsRequestBuilder` objects that use the `ConsistencyLevel: eventual` header. The `RequestInformation` objects loaded in the `BatchRequestContent` include...

P1
type:bug