Skip to content

Commit

Permalink
⬆️ Upgrade httpx.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Krupinski committed Jan 12, 2024
1 parent 6c40726 commit 3088337
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ repository = "https://github.com/python-lapidary/lapidary"

[tool.poetry.dependencies]
python = "^3.9"
httpx = {extras = ["http2"], version = "^0.25.0"}
httpx-auth = "^0.18.0"
httpx = {extras = ["http2"], version = "^0.26.0"}
httpx-auth = "^0.19.0"
pydantic = {extras = ["email"], version = "^2.5.2"}
python-mimeparse = "^1.6.0"
typing-extensions = { python = "<3.12", version = "^4.9.0" }
Expand Down

0 comments on commit 3088337

Please sign in to comment.