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();