Skip to content

Commit

Permalink
fix: loosen dependency version resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
jerlendds committed Jul 30, 2023
1 parent e9ac737 commit 2aa2ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dynamic = ["version"]
dependencies = [
"selenium>=4.9.0",
"pydantic>=1.10.8",
"httpx>=0.24.1",
"httpx>=0.23.0",
"SQLAlchemy>=2.0.12",
]
[project.optional-dependencies]
Expand Down

0 comments on commit 2aa2ed7

Please sign in to comment.