Skip to content

Commit 13c9933

Browse files
authored
Merge branch 'main' into feature/falkordb-integration
2 parents 0e79918 + 95c1297 commit 13c9933

225 files changed

Lines changed: 11684 additions & 2846 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/labeler.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,11 @@ integration:pgvector:
208208
- any-glob-to-any-file: "integrations/pgvector/**/*"
209209
- any-glob-to-any-file: ".github/workflows/pgvector.yml"
210210

211+
integration:presidio:
212+
- changed-files:
213+
- any-glob-to-any-file: "integrations/presidio/**/*"
214+
- any-glob-to-any-file: ".github/workflows/presidio.yml"
215+
211216
integration:pinecone:
212217
- changed-files:
213218
- any-glob-to-any-file: "integrations/pinecone/**/*"
@@ -233,6 +238,11 @@ integration:snowflake:
233238
- any-glob-to-any-file: "integrations/snowflake/**/*"
234239
- any-glob-to-any-file: ".github/workflows/snowflake.yml"
235240

241+
integration:sqlalchemy:
242+
- changed-files:
243+
- any-glob-to-any-file: "integrations/sqlalchemy/**/*"
244+
- any-glob-to-any-file: ".github/workflows/sqlalchemy.yml"
245+
236246
integration:stackit:
237247
- changed-files:
238248
- any-glob-to-any-file: "integrations/stackit/**/*"

.github/workflows/CI_check_api_ref.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
102102
- name: Set up Node.js
103103
if: steps.changed.outputs.integrations != '[]'
104-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
104+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
105105
with:
106106
node-version: "22"
107107

.github/workflows/CI_coverage_comment.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,12 @@ on:
4444
- "Test / paddleocr"
4545
- "Test / pgvector"
4646
- "Test / pinecone"
47+
- "Test / presidio"
4748
- "Test / pyversity"
4849
- "Test / qdrant"
4950
- "Test / ragas"
5051
- "Test / snowflake"
52+
- "Test / sqlalchemy"
5153
- "Test / stackit"
5254
- "Test / tavily"
5355
- "Test / togetherai"
@@ -72,7 +74,7 @@ jobs:
7274
# Workflow names follow "Test / <name>" convention; normalize hyphens to underscores to match directory names
7375
echo "name=$(echo '${{ github.event.workflow_run.name }}' | sed 's/Test \/ //' | tr '-' '_')" >> "$GITHUB_OUTPUT"
7476
75-
- uses: py-cov-action/python-coverage-comment-action@7188638f871f721a365d644f505d1ff3df20d683 # v3.40
77+
- uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
7678
with:
7779
GITHUB_TOKEN: ${{ github.token }}
7880
GITHUB_PR_RUN_ID: ${{ github.event.workflow_run.id }}

.github/workflows/CI_license_compliance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Get changed files (for pull requests only)
4444
if: ${{ github.event_name == 'pull_request'}}
4545
id: changed-files
46-
uses: tj-actions/changed-files@22103cc46bda19c2b464ffe86db46df6922fd323 # v47.0.5
46+
uses: tj-actions/changed-files@9426d40962ed5378910ee2e21d5f8c6fcbf2dd96 # v47.0.6
4747
with:
4848
files_yaml: |
4949
pyproject:

.github/workflows/aimlapi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: Store unit tests coverage
8989
id: coverage_comment
9090
if: matrix.python-version == '3.10' && runner.os == 'Linux' && github.event_name != 'schedule'
91-
uses: py-cov-action/python-coverage-comment-action@7188638f871f721a365d644f505d1ff3df20d683 # v3.40
91+
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
9292
with:
9393
GITHUB_TOKEN: ${{ github.token }}
9494
COVERAGE_PATH: integrations/aimlapi
@@ -108,7 +108,7 @@ jobs:
108108

109109
- name: Store combined coverage
110110
if: github.event_name == 'push'
111-
uses: py-cov-action/python-coverage-comment-action@7188638f871f721a365d644f505d1ff3df20d683 # v3.40
111+
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
112112
with:
113113
GITHUB_TOKEN: ${{ github.token }}
114114
COVERAGE_PATH: integrations/aimlapi

.github/workflows/amazon_bedrock.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
- name: Store unit tests coverage
9999
id: coverage_comment
100100
if: matrix.python-version == '3.10' && runner.os == 'Linux' && github.event_name != 'schedule'
101-
uses: py-cov-action/python-coverage-comment-action@7188638f871f721a365d644f505d1ff3df20d683 # v3.40
101+
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
102102
with:
103103
GITHUB_TOKEN: ${{ github.token }}
104104
COVERAGE_PATH: integrations/amazon_bedrock
@@ -128,7 +128,7 @@ jobs:
128128

129129
- name: Store combined coverage
130130
if: github.event_name == 'push'
131-
uses: py-cov-action/python-coverage-comment-action@7188638f871f721a365d644f505d1ff3df20d683 # v3.40
131+
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
132132
with:
133133
GITHUB_TOKEN: ${{ github.token }}
134134
COVERAGE_PATH: integrations/amazon_bedrock

.github/workflows/amazon_sagemaker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: Store unit tests coverage
8888
id: coverage_comment
8989
if: matrix.python-version == '3.10' && runner.os == 'Linux' && github.event_name != 'schedule'
90-
uses: py-cov-action/python-coverage-comment-action@7188638f871f721a365d644f505d1ff3df20d683 # v3.40
90+
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
9191
with:
9292
GITHUB_TOKEN: ${{ github.token }}
9393
COVERAGE_PATH: integrations/amazon_sagemaker
@@ -107,7 +107,7 @@ jobs:
107107

108108
- name: Store combined coverage
109109
if: github.event_name == 'push'
110-
uses: py-cov-action/python-coverage-comment-action@7188638f871f721a365d644f505d1ff3df20d683 # v3.40
110+
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
111111
with:
112112
GITHUB_TOKEN: ${{ github.token }}
113113
COVERAGE_PATH: integrations/amazon_sagemaker

.github/workflows/anthropic.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: Store unit tests coverage
8989
id: coverage_comment
9090
if: matrix.python-version == '3.10' && runner.os == 'Linux' && github.event_name != 'schedule'
91-
uses: py-cov-action/python-coverage-comment-action@7188638f871f721a365d644f505d1ff3df20d683 # v3.40
91+
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
9292
with:
9393
GITHUB_TOKEN: ${{ github.token }}
9494
COVERAGE_PATH: integrations/anthropic
@@ -108,7 +108,7 @@ jobs:
108108

109109
- name: Store combined coverage
110110
if: github.event_name == 'push'
111-
uses: py-cov-action/python-coverage-comment-action@7188638f871f721a365d644f505d1ff3df20d683 # v3.40
111+
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
112112
with:
113113
GITHUB_TOKEN: ${{ github.token }}
114114
COVERAGE_PATH: integrations/anthropic

.github/workflows/arcadedb.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
- name: Store unit tests coverage
9494
id: coverage_comment
9595
if: matrix.python-version == '3.10' && runner.os == 'Linux' && github.event_name != 'schedule'
96-
uses: py-cov-action/python-coverage-comment-action@7188638f871f721a365d644f505d1ff3df20d683 # v3.40
96+
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
9797
with:
9898
GITHUB_TOKEN: ${{ github.token }}
9999
COVERAGE_PATH: integrations/arcadedb
@@ -113,7 +113,7 @@ jobs:
113113

114114
- name: Store combined coverage
115115
if: github.event_name == 'push'
116-
uses: py-cov-action/python-coverage-comment-action@7188638f871f721a365d644f505d1ff3df20d683 # v3.40
116+
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
117117
with:
118118
GITHUB_TOKEN: ${{ github.token }}
119119
COVERAGE_PATH: integrations/arcadedb

.github/workflows/astra.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: Store unit tests coverage
8989
id: coverage_comment
9090
if: matrix.python-version == '3.10' && runner.os == 'Linux' && github.event_name != 'schedule'
91-
uses: py-cov-action/python-coverage-comment-action@7188638f871f721a365d644f505d1ff3df20d683 # v3.40
91+
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
9292
with:
9393
GITHUB_TOKEN: ${{ github.token }}
9494
COVERAGE_PATH: integrations/astra
@@ -111,7 +111,7 @@ jobs:
111111

112112
- name: Store combined coverage
113113
if: github.event_name == 'push'
114-
uses: py-cov-action/python-coverage-comment-action@7188638f871f721a365d644f505d1ff3df20d683 # v3.40
114+
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
115115
with:
116116
GITHUB_TOKEN: ${{ github.token }}
117117
COVERAGE_PATH: integrations/astra

0 commit comments

Comments
 (0)