Fix, had lost decode algorithms code and FastAPI g initialization in init.
1.2.4
tapisservice now sets tenants as a dictionary of tenant_id: tenant_obj key-pairs to match Tapipy's implementation.
1.2.3
Tests now rely on a seperate requirements file instead of using fastapi's. Flask and Fastapi now rely on PyPi version of tapisservice. Tests rely on local tapisservice.
1.2.2
Fixed issue with core_validate_request_token() that was preventing validate_request_token from working for flask services.
1.2.1
Simplified dependencies, now works with Python 3.10. Simplified Dockerfile-tests.
1.2.0
Added fastapi functionality. Added templates for fastapi base image. Added testing from tapipy repo. Added testing Dockerfile.