diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 25bf59a..ebc6e1e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -31,12 +31,12 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Initialize CodeQL - uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba + uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} - name: Perform CodeQL analysis - uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba + uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa with: category: "/language:${{ matrix.language }}" diff --git a/examples/mcp_server/requirements.txt b/examples/mcp_server/requirements.txt index d911367..1be64bb 100644 --- a/examples/mcp_server/requirements.txt +++ b/examples/mcp_server/requirements.txt @@ -2,6 +2,6 @@ mcp[cli]>=1.27.1 psycopg[binary]>=3.3.4 psycopg-pool>=3.3.1 pydantic>=2.13.4 -numpy>=2.4.5 +numpy>=2.4.6 pgvector>=0.4.2 requests>=2.34.2