sqlalchemy-file
sqlalchemy-file copied to clipboard
SQLAlchemy-file is a SQLAlchemy extension for attaching files to SQLAlchemy model and uploading them to various storage such as Local Storage, Amazon S3, Rackspace CloudFiles, Google...
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. Release notes Sourced from actions/setup-python's releases. v5.0.0 What's Changed In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772)....
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. Release notes Sourced from actions/upload-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. Release notes Sourced from actions/download-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....
Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version. Release notes Sourced from pillow's releases. 10.1.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.1.0.html Changes Added TrueType default font to allow for different sizes #7354 [@radarhere]...
Updates the requirements on [flask](https://github.com/pallets/flask) to permit the latest version. Release notes Sourced from flask's releases. 3.0.0 This is a feature release, which includes new features, removes previously deprecated code,...
I have a pretty specific library that is file extension oriented. In `sqlalchemy-file` it is not possible to specify a custom file name. However, the `sqlalchemy_file.file.File.store_content` function supports the `name`...
I created an `AudioField` type, `AudioValidator`, some exceptions, and corresponding tests. But my fork branch is failing, and I don't know why (fails on Lint)! Can I make a PR...
I played around with the library a bit and found that I can customize different behaviors by subclassing the sqlalchemy-file classes. I can do it without modifying the library code...
When using python 3.12 we trigger this warning ``` sqlalchemy_file/file.py:124: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC:...