Hi @Marcin_Platek, I think what you’re seeing is another unfortunate limitation from https://github.com/python/mypy/issues/3737. The ClientSession object is generic, but we can’t provide a default value so it defaults to unknown.
1 Like