File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ authors = [
1515]
1616requires-python = " >=3.9,<3.13"
1717dependencies = [
18- " boto3==1.38.36 " , # Core dependency for AWS services
18+ " boto3==1.34.70 " , # Core dependency for AWS services - compatible with aiobotocore 2.13.x
1919]
2020readme = " README.md"
2121classifiers = [
@@ -75,7 +75,7 @@ evaluation = [
7575
7676# Criteria validation module dependencies
7777criteria_validation = [
78- " s3fs==2025.5.1 " , # For S3 file system operations
78+ " s3fs==2023.12.2 " , # For S3 file system operations - stable version compatible with boto3 1.34.x
7979]
8080
8181# Reporting module dependencies
@@ -106,7 +106,7 @@ test = [
106106 " python-docx==1.2.0" ,
107107 " moto[s3]==5.1.8" , # For mocking AWS services in tests
108108 " Pillow==11.2.1" , # Required for image processing in assessment tests
109- " s3fs==2025.5.1 " , # Required for criteria validation tests
109+ " s3fs==2023.12.2 " , # Required for criteria validation tests - stable version compatible with boto3 1.34.x
110110]
111111
112112# Full package with all dependencies
@@ -121,7 +121,7 @@ all = [
121121 " pyarrow==20.0.0" ,
122122 " openpyxl==3.1.5" ,
123123 " python-docx==1.2.0" ,
124- " s3fs>= 2023.12.0 " ,
124+ " s3fs== 2023.12.2 " , # Stable version compatible with boto3 1.34.x
125125]
126126
127127[project .urls ]
You can’t perform that action at this time.
0 commit comments