Melih Degis
Melih Degis
Currently, I did not find any settings or variables that could be used to trigger multi-platform Docker builds. With M1 MBPs, arm64 architecture is (and will be more) mainstream IMO....
I would like to manage rotating password for database connection. In SQLAlchemy, [create_engine](https://docs.sqlalchemy.org/en/13/core/engines.html#sqlalchemy.create_engine) method supports the argument `creator` and I can do something like this: ```python create_engine('postgresql://', creator=lambda: psycopg2.connect(make_dsn_string())) ```...
While scanning our project's dependencies, we identified a critical security vulnerability, [CVE-2024-6345](https://www.cve.org/CVERecord?id=CVE-2024-6345), in setuptools, a package that ormar depends on. This vulnerability is a path traversal issue in the `PackageIndex`...