Anton Orlov
Anton Orlov
I think it's better to check whether `datetime` object has microseconds set and substitute them in this case. Currently it can be done with warning that can be removed in...
Hi, having the same issue. Python 3.8.8; PyInstaller 4.3; dependency-injector 4.35.2. I too have project running when I execute it as a python script, but getting this `Provide` issue because...
@rmk135 yes, I've created simple fastapi project with the same structure that I use in my real project. There I have an API layer and domain. Here I have an...
Hi again. I made a simpler example demonstrating the issue. https://github.com/veotani/di-pyinstaller-bug
I've just tested if this behavior is relevant when you wire modules and the answer is "no". If you need to package your application with PyInstaller and wiring packages ends...
@rmk135, as I see, package wiring is implemented with paths of these packages. When you use bundled app, you have no paths and modules are treated as [frozen modules](https://wiki.python.org/moin/Freeze). If...
Hi @rmk135, yes, updating to latest version helps to avoid this issue. There was a reason for me to stick with 4.3, will describe it at the end of my...