Skip to content

Commit

Permalink
Merge pull request #611 from azgabur/freeze_httpx
Browse files Browse the repository at this point in the history
Temp freeze of httpx library
  • Loading branch information
trepel authored Dec 19, 2024
2 parents 133b244 + b621be2 commit ff39845
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 @@ -19,7 +19,7 @@ PyJWT = "*"
lxml = "*"
cryptography = "*"
backoff = "*"
httpx = { version = "*", extras = ["http2"] }
httpx = { version = "0.27.2", extras = ["http2"] }
openshift-client = ">=2"
apyproxy = "*"
weakget = "*"
Expand Down

0 comments on commit ff39845

Please sign in to comment.