Skip to content
Merged
Prev Previous commit
Next Next commit
chore: sets s3fs and boto3 as optional dependencies
  • Loading branch information
hajdul88 committed Jun 12, 2025
commit 60902204d25c17efb030c698d12fb0ee9803e5c5
69 changes: 41 additions & 28 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ dependencies = [
"nltk==3.9.1",
"numpy>=1.26.4, <=2.1",
"pandas>=2.2.2",
# Note: New s3fs and boto3 versions don't work well together
# Always use comaptible fixed versions of these two dependencies
"s3fs[boto3]==2025.3.2",
"sqlalchemy==2.0.39",
"aiosqlite>=0.20.0,<0.21",
"tiktoken<=0.9.0",
Expand Down Expand Up @@ -112,6 +109,7 @@ gui = [
"qasync>=0.27.1,<0.28",
]
graphiti = ["graphiti-core>=0.7.0,<0.8"]
aws = ["s3fs[boto3]==2025.3.2"]
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add Note from above as well so we never forget this disaster that is s3fs with boto3 when not versioned together

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

True its better. will do thanks for pointing it out

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

dev = [
"pytest>=7.4.0,<8",
"pytest-cov>=6.1.1",
Expand Down
Loading
Loading