Skip to content

Commit

Permalink
chore(layers): add pydantic-settings package to v3 Layer (#5516)
Browse files Browse the repository at this point in the history
improv: Adds pydantic-settings for v3 Layer

Co-authored-by: Leandro Damascena <[email protected]>
  • Loading branch information
tkasuz and leandrodamascena authored Nov 7, 2024
1 parent 6cfbbc9 commit 8214f89
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 2 deletions.
38 changes: 36 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ typing-extensions = "^4.11.0"
aws-xray-sdk = { version = "^2.8.0", optional = true }
fastjsonschema = { version = "^2.14.5", optional = true }
pydantic = { version = "^2.4.0", optional = true }
pydantic-settings = {version = "^2.6.1", optional = true}
boto3 = { version = "^1.34.32", optional = true }
redis = { version = ">=4.4,<6.0", optional = true }
datadog-lambda = { version = ">=4.77,<7.0", optional = true }
Expand Down Expand Up @@ -96,6 +97,7 @@ tracer = ["aws-xray-sdk"]
redis = ["redis"]
all = [
"pydantic",
"pydantic-settings",
"aws-xray-sdk",
"fastjsonschema",
"aws-encryption-sdk",
Expand Down

0 comments on commit 8214f89

Please sign in to comment.