Skip to content

Commit

Permalink
relax dependency pinning (#42)
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Bunting <steve@supergood.ai>
  • Loading branch information
stevenbunting and Steve Bunting authored Aug 23, 2024
1 parent 0b9f71a commit 4bcc0a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ dependencies = [
"aiohttp",
"httpx",
"jsonpickle",
"pydash==7.0.1",
"python-dotenv==1.0.0",
"pydash>=7.0.1,<9",
"python-dotenv>=1.0.0,<1.1.0",
"requests",
"tldextract>=5",
"urllib3",
Expand Down

0 comments on commit 4bcc0a7

Please sign in to comment.