sqlalchemy-file icon indicating copy to clipboard operation
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...

Results 28 sqlalchemy-file issues
Sort by recently updated
recently updated
newest added

` File "/usr/local/lib/python3.10/site-packages/sqlalchemy_file/file.py", line 153, in file too many values to unpack (expected 2) too many values to unpack (expected 2) return StorageManager.get_file(self["path"]) File "/usr/local/lib/python3.10/site-packages/sqlalchemy_file/storage.py", line 115, in get_file upload_storage,...

updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v5.0.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.19.1](https://github.com/asottile/pyupgrade/compare/v3.15.0...v3.19.1) - [github.com/astral-sh/ruff-pre-commit: v0.0.292 → v0.9.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.292...v0.9.7) - [github.com/psf/black: 23.9.1 → 25.1.0](https://github.com/psf/black/compare/23.9.1...25.1.0)

This replaces the call to `datetime.utcnow()` to `datetime.now(timezone.utc)`. `datetime.utcnow()` is deprecated since python 3.12, and as such shows a warning every time `save_to_storage()` is called. We use `timezone.utc` instead of...

As for me, it will be nice, if I import only sqlalchemy_file library to import providers. Of course, it's only my wish :) For example, fastapi do it with starlette...

Added support for audio files.

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.292 to 0.1.9. Release notes Sourced from ruff's releases. v0.1.9 Changes Breaking changes Add site-packages to default exclusions (#9188) Preview features Fix: Avoid parenthesizing subscript targets and...

dependencies
python

Bumps [black](https://github.com/psf/black) from 23.9.1 to 23.12.1. Release notes Sourced from black's releases. 23.12.1 Fixed a bug that included dependencies from the d extra by default (#4108) 23.12.0 Highlights It's almost...

dependencies
python

Bumps [mypy](https://github.com/python/mypy) from 1.5.1 to 1.8.0. Changelog Sourced from mypy's changelog. Mypy Release Notes Next release Mypy 1.8 We’ve just uploaded mypy 1.8 to the Python Package Index (PyPI). Mypy...

dependencies
python