Skip to content

Commit

Permalink
Allow Click 8.1.7+ for langchain etc compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
srowen committed Feb 3, 2025
1 parent 6b1ae6d commit c394323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
python_requires=">=3.8",
install_requires=[
"aiohttp>=3.8.1",
"Click>=8.1.0,<=8.1.3",
"Click>=8.1.0,<8.2.0",
"colorama>=0.4.4",
"nest_asyncio>=1.5.0",
"pandas==2.*",
Expand Down

0 comments on commit c394323

Please sign in to comment.