Skip to content

Commit

Permalink
Fix upper bound on HTTPX optional dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
br3ndonland committed Jan 14, 2023
1 parent 029c07f commit 53e2abb
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 @@ -52,7 +52,7 @@ starlette = [
]
tests = [
"coverage[toml]>=6,<7",
"httpx>=0.23,<24",
"httpx>=0.23,<0.24",
"pytest>=7,<8",
"pytest-mock>=3,<4",
"pytest-timeout>=1,<2",
Expand Down

1 comment on commit 53e2abb

@vercel
Copy link

@vercel vercel bot commented on 53e2abb Jan 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.