Skip to content

Commit a9fed1a

Browse files
committed
try to unblock 3.14 tests
1 parent fb8c1f5 commit a9fed1a

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

pyproject.toml

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,25 @@ tests = [
4444
"packaging",
4545
]
4646
dev = [
47-
"adlfs",
48-
"aiohttp",
49-
"requests",
50-
"gcsfs",
51-
"s3fs",
47+
"adlfs >=2022.1.0",
48+
"aiohttp >=3.11",
49+
"requests >=2",
50+
"gcsfs >=2022.1.0",
51+
"s3fs >=2022.1.0",
5252
"moto[s3,server]",
53-
"aws-sam-translator<=1.55.0; python_version > '3.13'",
54-
"webdav4[fsspec]",
55-
"paramiko",
56-
"wsgidav",
57-
"cheroot",
53+
# --- prevent pydantic to be pulled in by moto
54+
"moto[s3,server] ==4.2.6; python_version == '3.14'",
55+
"cfn-lint==0.72.6; python_version == '3.14'",
56+
"aws-sam-translator==1.55.0; python_version == '3.14'",
57+
"py-partiql-parser==0.4.0; python_version == '3.14'",
58+
# --- end
59+
"webdav4[fsspec] >=0.10.0",
60+
"paramiko >=3.5.1",
61+
"wsgidav >=4.3.3",
62+
"cheroot >=10",
5863
# "hadoop-test-cluster",
5964
# "pyarrow",
60-
"smbprotocol",
65+
"smbprotocol >=1.15.0",
6166
"typing_extensions; python_version<'3.11'",
6267
]
6368
dev-third-party = [

0 commit comments

Comments
 (0)