Skip to content

Commit f9d1b99

Browse files
Chore(deps): Update sqlalchemy requirement in /api/app (#357)
Updates the requirements on [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) to permit the latest version. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- updated-dependencies: - dependency-name: sqlalchemy dependency-version: 2.0.45 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8fd86a2 commit f9d1b99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/app/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
uvicorn~=0.38.0
22
ffmpeg-python~=0.2.0
33
fastapi~=0.128.0
4-
SQLAlchemy~=2.0.44
4+
SQLAlchemy~=2.0.45
55
pydantic~=2.12.5
66
cryptography~=46.0.3
77
pydantic-settings~=2.12.0

0 commit comments

Comments
 (0)