From e501279b918b03561ca2120f16cdb663bcd66530 Mon Sep 17 00:00:00 2001 From: Oleksandr Bezdieniezhnykh Date: Tue, 23 Sep 2025 14:36:10 +0300 Subject: [PATCH] fix pyinstaller version --- Azaion.Inference/requirements.txt | 2 +- Azaion.Loader/requirements.txt | 2 +- Azaion.LoaderUI/Login.xaml.cs | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Azaion.Inference/requirements.txt b/Azaion.Inference/requirements.txt index a296b3f..41a60fa 100644 --- a/Azaion.Inference/requirements.txt +++ b/Azaion.Inference/requirements.txt @@ -1,4 +1,4 @@ -pyinstaller==6.15.0 +pyinstaller==6.16.0 Cython==3.1.3 opencv-python==4.10.0.84 numpy==2.3.0 diff --git a/Azaion.Loader/requirements.txt b/Azaion.Loader/requirements.txt index 76986b7..7d7ac3d 100644 --- a/Azaion.Loader/requirements.txt +++ b/Azaion.Loader/requirements.txt @@ -1,4 +1,4 @@ -pyinstaller==6.15.0 +pyinstaller==6.16.0 Cython==3.1.3 psutil==7.0.0 msgpack==1.1.1 diff --git a/Azaion.LoaderUI/Login.xaml.cs b/Azaion.LoaderUI/Login.xaml.cs index fd5352d..dfcb67d 100644 --- a/Azaion.LoaderUI/Login.xaml.cs +++ b/Azaion.LoaderUI/Login.xaml.cs @@ -97,6 +97,7 @@ public partial class Login } } + //External azaion-loader is used here for security reasons. private void Validate(ApiCredentials creds) { var dealer = new DealerSocket();