fdk-python icon indicating copy to clipboard operation
fdk-python copied to clipboard

Python Function Development Kit

Results 13 fdk-python issues
Sort by recently updated
recently updated
newest added

Pypi latest version of fdk library as 0.1.66 which is release on 12-Dec-2023. But in the repo, tag not available. Can some one pus the latest tag.

3.11 has significant speed improvements, 3.12 is almost out as well.

I have a current issue where a project I'm trying to deploy in a function has a valid dependency requirement for a more recent version range of `pytest` which is...

The _module_ argument should be `sys.argv[2]`. -- Signed-off-by: Philippe Vanhaesendonck

**Description:** The `fn/scripts` directory is not being copied into the wheel package when building the project from source distribution. It seems that such directory is being ignored because it is...

**Description** Logging level changed to debug after importing `fdk`. This is possibly due to [this line](https://github.com/fnproject/fdk-python/blob/0.1.19/fdk/log.py#L42) in `log.py`. **Steps to reproduce the issue:** ``` import logging print(f'DEBUG level = {logging.DEBUG}',...

This fixes the tag format being pushed by the release script to match the current convention, i.e. tags are in the format vX.X.X

**Description** **Steps to reproduce the issue:** 1. Create a function that returns a bytes body ``` import io import json import logging from PIL import Image, ImageDraw from fdk import...