Skip to content

Commit 93ca47f

Browse files
committed
chore(deps): move fastjsonschema to optinal dependency group
1 parent 8382e99 commit 93ca47f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ license = "MIT-0"
2121
[tool.poetry.dependencies]
2222
python = "^3.7.4"
2323
aws-xray-sdk = { version = "^2.8.0", optional = true }
24-
fastjsonschema = "^2.14.5"
24+
fastjsonschema = { version = "^2.14.5", optional = true }
2525
pydantic = {version = "^1.8.2", optional = true }
2626
email-validator = {version = "*", optional = true }
2727

@@ -76,7 +76,7 @@ filelock = "^3.8.0"
7676
checksumdir = "^1.2.0"
7777

7878
[tool.poetry.extras]
79-
extras = ["pydantic", "email-validator", "aws-xray-sdk"]
79+
extras = ["pydantic", "email-validator", "aws-xray-sdk", "fastjsonschema"]
8080

8181
[tool.coverage.run]
8282
source = ["aws_lambda_powertools"]

0 commit comments

Comments
 (0)