Skip to content

Commit 7fe630a

Browse files
committed
revert pymongo bump
1 parent 3846f01 commit 7fe630a

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

agent_requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pyasn1==0.4.8
3737
pycryptodomex==3.22.0
3838
pydantic==2.11.2
3939
pyjwt==2.10.1
40-
pymongo[srv]==4.11.3; python_version >= '3.9'
40+
pymongo[srv]==4.8.0; python_version >= '3.9'
4141
pymqi==1.12.11; sys_platform != 'darwin' or platform_machine != 'arm64'
4242
pymysql==1.1.1
4343
pyodbc==5.2.0; sys_platform != 'darwin' or platform_machine != 'arm64'

mongo/changelog.d/20014.added

Lines changed: 0 additions & 1 deletion
This file was deleted.

mongo/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ license = "BSD-3-Clause"
3939
deps = [
4040
"cachetools==5.5.2",
4141
"psutil==6.0.0",
42-
"pymongo[srv]==4.11.3; python_version >= '3.9'",
42+
"pymongo[srv]==4.8.0; python_version >= '3.9'",
4343
]
4444

4545
[project.urls]

0 commit comments

Comments
 (0)