Ramon

Results 91 comments of Ramon

Weird. I tried this: ``` pip install --editable .[all] ``` And this is the outcome: ``` zsh: no matches found: .[all] ``` However, the second line, to install requirements-dev, worked!...

Indeed the command with the quotes worked. Still raising the mypy. Was able to start the backup service and this happened: ``` Select Operation: list_tags Initializing service backup creating moto/backup...

Hello @bblommers , I've been focused on other things, apologies for not taking care of this issue. I'll try to give it a second chance this April 👍

hi @archinksagar , I never found a time to implement it. From my side, feel free to start it. Apologies for not giving this enough time from my side.

> Same issue after updating to v3.8.3 Indeed @doublex . This started appearing in our services when upgrading to v3.8.3 It doesn't happen with v3.8.1

Hi @Dreamsorcerer , Thank you for providing the diff between the affected versions. I'm reading through the code and trying to understand. But you will have more context and knowledge...

Hello @Dreamsorcerer , Sorry for my late response. So, what you mean is, adding back those lines in the next release and see if the issue is fixed? I understand...

Hello @Dreamsorcerer , I haven't had time to put effort on this. We received the dependabot bump PR for `3.8.4` and saw the same error. Hopefully in the future I...

Detected the issue is with `pycfmodel` not being capable of understanding SAM CF templates. I've started to fix this in: https://github.com/Skyscanner/pycfmodel/pull/118 But it might require more time than expected.

Shall we drop support for Python 3.7?