1 Commits

Author SHA1 Message Date
8e672318d8 Update dependency fastapi to v0.113.0 2024-09-05 18:47:11 +03:00
2 changed files with 9 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ Small and simple API server for saving photos and videos.
## Dependencies ## Dependencies
* [Python 3.9+](https://www.python.org) (3.11+ recommended) * [Python 3.8+](https://www.python.org) (3.9+ recommended)
* [MongoDB](https://www.mongodb.com) * [MongoDB](https://www.mongodb.com)
* [exiftool](https://exiftool.org) * [exiftool](https://exiftool.org)
* [jpegoptim](https://github.com/tjko/jpegoptim) * [jpegoptim](https://github.com/tjko/jpegoptim)

View File

@@ -1,13 +1,13 @@
aiofiles==24.1.0 aiofiles==24.1.0
apscheduler~=3.11.0 apscheduler~=3.10.1
async_pymongo==0.1.11 async_pymongo==0.1.6
exif==1.6.1 exif==1.6.0
fastapi[all]==0.116.1 fastapi[all]==0.113.0
mongodb-migrations==1.3.1 mongodb-migrations==1.3.1
opencv-python~=4.12.0.88 opencv-python~=4.10.0.82
passlib~=1.7.4 passlib~=1.7.4
pymongo>=4.3.3 pymongo>=4.3.3
python-jose[cryptography]~=3.4.0 python-jose[cryptography]~=3.3.0
python-magic~=0.4.27 python-magic~=0.4.27
scipy~=1.16.1,<1.17.0 scipy~=1.13.0,<1.14.0
ujson~=5.11.0 ujson~=5.10.0