add client
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "layercake"
|
||||
version = "0.8.2"
|
||||
version = "0.9.8"
|
||||
description = "Packages shared dependencies to optimize deployment and ensure consistency across functions."
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
@@ -8,7 +8,7 @@ authors = [
|
||||
]
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"aws-lambda-powertools[all]>=3.8.0",
|
||||
"aws-lambda-powertools[all]>=3.18.0",
|
||||
"ftfy>=6.3.1",
|
||||
"glom>=24.11.0",
|
||||
"orjson>=3.10.15",
|
||||
@@ -23,6 +23,11 @@ dependencies = [
|
||||
"sqlite-utils>=3.38",
|
||||
"dictdiffer>=0.9.0",
|
||||
"unidecode>=1.4.0",
|
||||
"python-jose[cryptography]>=3.5.0",
|
||||
"authlib>=1.6.1",
|
||||
"passlib>=1.7.4",
|
||||
"jinja2>=3.1.6",
|
||||
"pyjwt>=2.10.1",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
|
||||
Reference in New Issue
Block a user