Skip to content

Commit 8214f89

Browse files
chore(layers): add pydantic-settings package to v3 Layer (#5516)
improv: Adds pydantic-settings for v3 Layer Co-authored-by: Leandro Damascena <[email protected]>
1 parent 6cfbbc9 commit 8214f89

File tree

2 files changed

+38
-2
lines changed

2 files changed

+38
-2
lines changed

poetry.lock

+36-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ typing-extensions = "^4.11.0"
4848
aws-xray-sdk = { version = "^2.8.0", optional = true }
4949
fastjsonschema = { version = "^2.14.5", optional = true }
5050
pydantic = { version = "^2.4.0", optional = true }
51+
pydantic-settings = {version = "^2.6.1", optional = true}
5152
boto3 = { version = "^1.34.32", optional = true }
5253
redis = { version = ">=4.4,<6.0", optional = true }
5354
datadog-lambda = { version = ">=4.77,<7.0", optional = true }
@@ -96,6 +97,7 @@ tracer = ["aws-xray-sdk"]
9697
redis = ["redis"]
9798
all = [
9899
"pydantic",
100+
"pydantic-settings",
99101
"aws-xray-sdk",
100102
"fastjsonschema",
101103
"aws-encryption-sdk",

0 commit comments

Comments
 (0)