Skip to content

Commit 8e0ca16

Browse files
committed
Move to pymongo async (#1)
* Update app.py * Update requirements.txt * Update requirements.in * remove dev-req files * update pymongo version
1 parent df59d51 commit 8e0ca16

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
@@ -30,7 +30,7 @@ pydantic==2.6.3
3030
# fastapi
3131
pydantic-core==2.16.3
3232
# via pydantic
33-
pymongo==4.5.0
33+
pymongo==4.13.1
3434
# via motor
3535
sniffio==1.3.0
3636
# via anyio

0 commit comments

Comments
 (0)