File tree Expand file tree Collapse file tree 1 file changed +16
-11
lines changed
Expand file tree Collapse file tree 1 file changed +16
-11
lines changed Original file line number Diff line number Diff line change @@ -44,20 +44,25 @@ tests = [
4444 " packaging" ,
4545]
4646dev = [
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]
6368dev-third-party = [
You can’t perform that action at this time.
0 commit comments