Skip to content

Commit 3f9d45a

Browse files
authored
Merge pull request #230 from cfpb/flags-unbound
Remove the upper bound on Django-Flags
2 parents bebc052 + f3d4946 commit 3f9d45a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def get_git_version():
5454
"requests>=2.32.4,<3",
5555
"opensearch-py>=2.1.0,<=3.0.0",
5656
"django-localflavor>=4.0,<5.0",
57-
"django-flags>=4.0.1,<5.1",
57+
"django-flags>=5",
5858
"requests-aws4auth",
5959
]
6060

0 commit comments

Comments
 (0)