sendgrid-async 2.0.3__tar.gz → 2.0.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: sendgrid-async
3
- Version: 2.0.3
4
- Summary: SendGrid using a client based on httpx.
5
- Home-page: https://github.com/EM51641/async-sendgrid/
3
+ Version: 2.0.4
4
+ Summary: SendGrid using an httpx client
5
+ Home-page: https://github.com/EM51641/async-sendgrid-
6
6
  License: MIT
7
- Keywords: sendgrid,async,httpx
8
- Author: Elyes Mahjoubo
7
+ Keywords: sendgrid,client,async
8
+ Author: Elyes Mahjoubi
9
9
  Author-email: elyesmahjoubi@gmail.com
10
10
  Requires-Python: >=3.10,<4.0
11
11
  Classifier: License :: OSI Approved :: MIT License
@@ -17,11 +17,9 @@ Classifier: Programming Language :: Python :: 3.10
17
17
  Classifier: Programming Language :: Python :: 3.11
18
18
  Classifier: Programming Language :: Python :: 3.12
19
19
  Classifier: Programming Language :: Python :: 3.13
20
- Requires-Dist: certifi (>=2024.6.2,<2025.0.0)
21
20
  Requires-Dist: httpx (>=0.24.1,<0.25.0)
22
21
  Requires-Dist: sendgrid (>=6.7.0,<7.0.0)
23
- Requires-Dist: toml (>=0.10.2,<0.11.0)
24
- Project-URL: Repository, https://github.com/EM51641/async-sendgrid/
22
+ Project-URL: Repository, https://github.com/EM51641/async-sendgrid-
25
23
  Description-Content-Type: text/markdown
26
24
 
27
25
  # Async-Sendgrid
@@ -1,12 +1,12 @@
1
1
  [tool.poetry]
2
2
  name = "sendgrid-async"
3
- version = "2.0.3"
4
- description = "SendGrid using a client based on httpx."
3
+ version = "2.0.4"
4
+ description = "SendGrid using an httpx client"
5
5
  license = "MIT"
6
- authors = ["Elyes Mahjoubo <elyesmahjoubi@gmail.com>"]
6
+ authors = ["Elyes Mahjoubi <elyesmahjoubi@gmail.com>"]
7
7
  readme = "README.md"
8
- repository = "https://github.com/EM51641/async-sendgrid/"
9
- keywords = ["sendgrid", "async", "httpx"]
8
+ repository = "https://github.com/EM51641/async-sendgrid-"
9
+ keywords = ["sendgrid", "client", "async"]
10
10
  classifiers = [
11
11
  "Operating System :: OS Independent",
12
12
  "License :: OSI Approved :: MIT License",
@@ -29,21 +29,14 @@ include = [
29
29
  python = "^3.10"
30
30
  sendgrid = "^6.7.0"
31
31
  httpx = "^0.24.1"
32
- certifi = "^2024.6.2"
33
- toml = "^0.10.2"
34
32
 
35
33
  [tool.poetry.dev-dependencies]
36
34
  pytest = "^7.4.2"
37
35
  pytest-asyncio = "^0.15.1"
38
36
  pytest-cov = "^4.0.0"
39
- pytest-httpx="^0.24.0"
40
37
  mypy = "^1.0.0"
41
38
  flake8 = "^6.0.0"
42
39
  black = "^23.9.0"
43
- tox = "^4.11.1"
44
-
45
- [tool.poetry.group.dev.dependencies]
46
- ipykernel = "^6.29.4"
47
40
 
48
41
  [tool.black]
49
42
  line-length = 79
File without changes
File without changes