Skip to content

Commit fbcfd5e

Browse files
Adding jmespath as required library
1 parent 2b55e15 commit fbcfd5e

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,17 @@ license = "MIT"
3939

4040
[tool.poetry.dependencies]
4141
python = ">=3.8,<4.0.0"
42+
43+
# Required libraries installed by default
44+
jmespath = "^1.0.1"
45+
typing-extensions = "^4.11.0"
46+
47+
# Optional libraries installed with extras
4248
aws-xray-sdk = { version = "^2.8.0", optional = true }
4349
fastjsonschema = { version = "^2.14.5", optional = true }
4450
pydantic = { version = "^1.8.2", optional = true }
4551
boto3 = { version = "^1.26.164", optional = true }
4652
redis = { version = ">=4.4,<6.0", optional = true }
47-
typing-extensions = "^4.11.0"
4853
datadog-lambda = { version = ">=4.77,<6.0", optional = true }
4954
aws-encryption-sdk = { version = "^3.1.1", optional = true }
5055
jsonpath-ng = { version = "^1.6.0", optional = true }

0 commit comments

Comments
 (0)