Skip to content

Commit 52e0de3

Browse files
authored
Merge pull request #66 from mongodb/docsp-56707-bump-python-version
DOCSP-56707: Bump pymongo driver version to 4.16.0
2 parents 40ff772 + c714e4d commit 52e0de3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mflix/server/python-fastapi/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ PyYAML~=6.0.0 # For handling YAML configuration or data
2222
# 3. DATABASE & CONNECTIVITY
2323
# Database driver and necessary utilities.
2424
# ------------------------------------------------------------------------------
25-
pymongo~=4.15.0 # MongoDB driver
25+
pymongo~=4.16.0 # MongoDB driver
2626
dnspython~=2.8.0 # Required for SRV record lookups by pymongo (e.g., MongoDB Atlas)
2727

2828
# ==============================================================================

mflix/server/python-fastapi/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ pygments==2.19.2
141141
# via
142142
# pytest
143143
# rich
144-
pymongo==4.15.3
144+
pymongo==4.16.0
145145
# via -r requirements.in
146146
pytest==8.4.2
147147
# via

0 commit comments

Comments
 (0)