Skip to content

Commit 1d68a70

Browse files
adding audit trail comment to pyproject
1 parent 9f76810 commit 1d68a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ python = ">=3.7.1, <3.11"
2929

3030
boto3 = "^1.24.11"
3131
botocore = "^1.27.11"
32-
pandas = "^1.2.0, <=1.5.1, !=1.5.0"
32+
pandas = "^1.2.0, <=1.5.1, !=1.5.0" # Exclusion per: https://github.com/aws/aws-sdk-pandas/issues/1678
3333
numpy = "^1.21.0"
3434
pyarrow = ">=2.0.0, <8.1.0"
3535
redshift-connector = "~2.0.889"

0 commit comments

Comments
 (0)