From c00fe26db6563179eb69422f6a35cd4660ec8ea3 Mon Sep 17 00:00:00 2001 From: joocer Date: Tue, 13 Aug 2024 10:37:28 +0100 Subject: [PATCH 1/2] missing req --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index e648495..48bf630 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,6 @@ orjson orso pyarrow pydantic +pyyaml uvicorn zstandard \ No newline at end of file From 82194ec45b67415d8dad8e3c03d4e50da7457891 Mon Sep 17 00:00:00 2001 From: XB500 Date: Tue, 13 Aug 2024 09:37:47 +0000 Subject: [PATCH 2/2] Tarchia Version 0.0.0-alpha.144 --- tarchia/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tarchia/__version__.py b/tarchia/__version__.py index 96a026a..5730af4 100644 --- a/tarchia/__version__.py +++ b/tarchia/__version__.py @@ -1,4 +1,4 @@ -__build__ = 143 +__build__ = 144 # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.