remove elasticsearch

This commit is contained in:
2025-07-11 21:07:33 -03:00
parent ef2ba6d114
commit 6d3a400b74
7 changed files with 9 additions and 123 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "layercake"
version = "0.6.12"
version = "0.7.0"
description = "Packages shared dependencies to optimize deployment and ensure consistency across functions."
readme = "README.md"
authors = [
@@ -9,8 +9,6 @@ authors = [
requires-python = ">=3.12"
dependencies = [
"aws-lambda-powertools[all]>=3.8.0",
"elasticsearch>=8.17.2",
"elasticsearch-dsl>=8.17.1",
"ftfy>=6.3.1",
"glom>=24.11.0",
"orjson>=3.10.15",
@@ -53,4 +51,4 @@ select = ["E", "F", "I"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
build-backend = "hatchling.build"