Krzysztof Szumny
Krzysztof Szumny
@chrisspen I have the same problem: my configuration is: ``` LOGGING = { 'version': 1, 'root': { 'level': 'DEBUG', 'handlers': ['console'], }, 'formatters': { 'verbose': { 'format': '%(levelname)-8s %(asctime)s %(module)s...
Solution/Workaround for Ubuntu 22.04: https://github.com/MicrosoftDocs/live-share/issues/4646#issuecomment-1115120608 TL;DR: ```bash echo "deb http://security.ubuntu.com/ubuntu impish-security main" | sudo tee /etc/apt/sources.list.d/impish-security.list sudo apt update sudo apt install libssl1.1 ```
And looks like, that without this implemented, **I cannot deploy a new project after an update** to Netlify. This should be addressed ASAP. Everyday people have more and more reason...
No response for 5 days? :(
yet another developer here, which is sad because of lack of support for `get_transaction` :(
+1 to this idea!
will this be addressed? BTW, link: > https://github.com/python/typeshed/tree/master/third_party/2and3/requests doesn't work anymore.
please merge this. And also... please freeze dependencies version in requirements.txt to avoid such situations in the future.
Any ETA for merging this issue? It looks like, it would help in my project as well.
@dave-jeremie Update what exactly? I still have this same problem.