Skip to content

Commit

Permalink
update httpx version | fix #1
Browse files Browse the repository at this point in the history
  • Loading branch information
Actticus committed Aug 24, 2023
1 parent 2832ccb commit b2573c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "async-sendgrid"
version = "0.0.3"
version = "0.0.4"
description = "SendGrid simple async client based on httpx."
license = "MIT"
authors = ["Saltymakov Timofey <saltytimofey@gmail.com>"]
Expand Down Expand Up @@ -37,4 +37,4 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.6"

httpx = "^0.21"
httpx = "^0.24.1"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
httpx>=0.21
httpx==0.24.1

0 comments on commit b2573c3

Please sign in to comment.