diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index bdc8969e1..648a3c445 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -26,6 +26,7 @@ jobs: check-name: 'Merge and Push Manifest' repo-token: ${{ secrets.GITHUB_TOKEN }} wait-interval: 60 + checks-discovery-timeout: 1800 build-release: name: Build Release needs: wait-for-docker diff --git a/pyproject.toml b/pyproject.toml index 4a4aba713..d13fa3177 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ dependencies = [ "azure-ai-documentintelligence>=1.0.2", "babel>=2.17", - "bleach~=6.3.0", + "bleach~=6.4.0", "celery[redis]~=5.6.2", "channels~=4.2", "channels-redis~=4.2", @@ -56,7 +56,7 @@ dependencies = [ "llama-index-embeddings-openai-like>=0.2.2", "llama-index-llms-ollama>=0.9.1", "llama-index-llms-openai-like>=0.7.1", - "nltk~=3.9.1", + "nltk~=3.10.0", "ocrmypdf~=17.4.2", "openai>=2.32", "pathvalidate~=3.3.1", diff --git a/src-ui/src/app/components/chat/chat/chat.component.html b/src-ui/src/app/components/chat/chat/chat.component.html index 29b938943..b3bc20ddf 100644 --- a/src-ui/src/app/components/chat/chat/chat.component.html +++ b/src-ui/src/app/components/chat/chat/chat.component.html @@ -6,7 +6,7 @@