Brian Maissy

Results 10 comments of Brian Maissy

I'm using 4.3.4, but it still doesn't work when the non-decodable command is used in a pipeline

It looks like this just broke with aiohttp 3.9.2, which includes this change: https://github.com/aio-libs/aiohttp/pull/8043

Replicates in 2.6.1, unfortunately ``` $ python -c "import pydantic.version; print(pydantic.version.version_info())" pydantic version: 2.6.1 pydantic-core version: 2.16.2 pydantic-core build: profile=release pgo=true install path: .../venv/lib/python3.8/site-packages/pydantic python version: 3.8.18 (default, Aug 25...

yes ```ini [mypy] follow_imports = silent ignore_missing_imports = True warn_unused_ignores = True check_untyped_defs = True disallow_untyped_defs = True strict_equality = True warn_redundant_casts = True python_version = 3.8 platform = linux...

thank you @cdce8p @dmontagu and @samuelcolvin, you're awesome! :1st_place_medal:

@chayim @dvora-h can you please confirm that this is still open?

I experienced something similar, and in my case it was because one of my RDS instances was in the middle of being backed up. The backup instance was on the...