Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c0e71cb

Browse files
committedJan 9, 2025·
[IMP] Remove pinned version for boto3 library
1 parent 8365d18 commit c0e71cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# generated from manifests external_dependencies
2-
boto3<=1.15.18
2+
boto3
33
fsspec>=2024.5.0
44
python_slugify

‎storage_backend_s3/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"author": " Akretion, Odoo Community Association (OCA)",
1212
"license": "LGPL-3",
1313
"installable": True,
14-
"external_dependencies": {"python": ["boto3<=1.15.18"]},
14+
"external_dependencies": {"python": ["boto3"]},
1515
"depends": ["storage_backend"],
1616
"data": ["views/backend_storage_view.xml"],
1717
}

0 commit comments

Comments
 (0)
Please sign in to comment.