We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 399ee2d + cc5e910 commit 257d65dCopy full SHA for 257d65d
2 files changed
mflix/server/python-fastapi/requirements.in
@@ -22,7 +22,7 @@ PyYAML~=6.0.3 # For handling YAML configuration or data
22
# 3. DATABASE & CONNECTIVITY
23
# Database driver and necessary utilities.
24
# ------------------------------------------------------------------------------
25
-pymongo~=4.16.0 # MongoDB driver
+pymongo~=4.17.0 # MongoDB driver
26
dnspython~=2.8.0 # Required for SRV record lookups by pymongo (e.g., MongoDB Atlas)
27
28
# ==============================================================================
mflix/server/python-fastapi/requirements.txt
@@ -151,7 +151,7 @@ pygments==2.19.2
151
# via
152
# pytest
153
# rich
154
-pymongo==4.16.0
+pymongo==4.17.0
155
# via -r requirements.in
156
pytest==8.4.2
157
0 commit comments