updating to new pydantic requirements for values

This commit is contained in:
brmnjsh
2023-09-03 14:59:53 +00:00
parent 7ece9acf8c
commit 7e57211564
4 changed files with 12 additions and 12 deletions

View File

@ -25,7 +25,7 @@ class ServiceListener(Consumer):
def main():
logging.info('Starting Solver Service: Tokyo Drift (v1.3.1)...')
logging.info('Starting Solver Service: That Was Rash (v1.4.0)...')
# ToDo: Figure out a much better way of doing this.
# LocalStack wants 'endpoint_url', while prod doesnt :(