Skip to content

Commit 08349f5

Browse files
authored
fix: Fixed package versioning of databases (#39)
1 parent 4f6b04b commit 08349f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
fastapi==0.61.1
22
uvicorn>=0.11.1
3-
databases[postgresql]>=0.2.6
3+
databases[postgresql]>=0.2.6,<=0.4.0
44
SQLAlchemy>=1.3.12
55
python-jose>=3.2.0
66
passlib[bcrypt]>=1.7.4

0 commit comments

Comments
 (0)