Skip to content

Commit c85fce2

Browse files
committed
fix: pull from source until end of bfcm
1 parent 3b5b25b commit c85fce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
version="4.0.0",
3434
license="MIT License",
3535
packages=find_packages(exclude=["tests"]),
36-
install_requires=["django>=4.0", "algoliasearch>=4.0,<5.0"],
36+
install_requires=["django>=4.0"],
3737
description="Algolia Search integration for Django",
3838
long_description=README,
3939
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)