Skip to content

Commit

Permalink
adjust dependency versions. closes #32
Browse files Browse the repository at this point in the history
  • Loading branch information
matin committed Nov 2, 2023
1 parent 69a1fd4 commit a68870f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ authors = [
{name = "Matin Tamizi", email = "mtamizi@duck.com"},
]
dependencies = [
"requests>=2.0.0",
"pydantic>=1.10.13",
"requests-oauthlib>=1.3.1",
"requests>=2.0.0,<3.0.0",
"pydantic>=1.10.12,<3.0.0",
"requests-oauthlib>=1.3.1,<2.0.0",
]
requires-python = ">=3.8"
readme = "README.md"
Expand Down

0 comments on commit a68870f

Please sign in to comment.