This commit is contained in:
2025-05-19 09:04:19 -03:00
parent 26b1e618b6
commit 7f4fec6e1e
33 changed files with 4728 additions and 542 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "layercake"
version = "0.2.11"
version = "0.2.15"
description = "Packages shared dependencies to optimize deployment and ensure consistency across functions."
readme = "README.md"
authors = [
@@ -9,7 +9,6 @@ authors = [
requires-python = ">=3.12"
dependencies = [
"aws-lambda-powertools[all]>=3.8.0",
"boto3>=1.37.16",
"elasticsearch>=8.17.2",
"elasticsearch-dsl>=8.17.1",
"ftfy>=6.3.1",
@@ -23,16 +22,14 @@ dependencies = [
"meilisearch>=0.34.0",
"arnparse>=0.0.2",
"weasyprint>=65.0",
"pandas>=2.2.3",
"numpy>=2.2.5",
"zarr>=3.0.7",
"smart-open[s3]>=7.1.0",
]
[dependency-groups]
dev = [
"boto3>=1.37.16",
"boto3-stubs[essential]>=1.37.33",
"jsonlines>=4.0.0",
"mkdocstrings[python]>=0.29.0",
"pytest>=8.3.5",
"pytest-cov>=6.0.0",
"pytest-env>=1.1.5",