Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fs_storage/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
"wizards/fs_test_connection.xml",
],
"demo": ["demo/fs_storage_demo.xml"],
"external_dependencies": {"python": ["fsspec>=2024.5.0"]},
"external_dependencies": {"python": ["fsspec>=2025.3.0"]},
}
2 changes: 1 addition & 1 deletion fs_storage_ms_drive/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"microsoft_drive_account",
"fs_storage",
],
"external_dependencies": {"python": ["msgraphfs", "fsspec>=2025.0.0"]},
"external_dependencies": {"python": ["msgraphfs", "fsspec>=2025.3.0"]},
"maintainers": ["lmignon"],
}
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# generated from manifests external_dependencies
boto3
fsspec>=2024.5.0
fsspec>=2025.0.0
fsspec>=2025.3.0
fsspec[s3]
msgraphfs
Expand Down
32 changes: 0 additions & 32 deletions setup/_metapackage/pyproject.toml

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions setup/storage_media_product/setup.py

This file was deleted.

2 changes: 2 additions & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ odoo_test_helper
requests_mock
vcrpy-unittest
s3fs>=2025.3.0
pyOpenSSL<24
cryptography<43
Loading