Skip to content

Commit ae5e760

Browse files
committed
chore: upgrade httpx to 0.28.1
1 parent 89ab72a commit ae5e760

2 files changed

Lines changed: 5 additions & 17 deletions

File tree

poetry.lock

Lines changed: 4 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626

2727
[tool.poetry.dependencies]
2828
python = "^3.10"
29-
httpx = "^0.27.0" # Concurrency (async) and HTTP requests
29+
httpx = "^0.28.1" # Concurrency (async) and HTTP requests
3030
pydantic = "^2.6.0" # Type safety and validation
3131
email-validator = "^2.1.1" # REQUIRED by pydantic.EmailStr for email format validation
3232
tenacity = "^8.2.3" # Resilience and retry logic

0 commit comments

Comments
 (0)