Skip to content

Commit 6637234

Browse files
authored
Merge branch 'main' into fix_google_gen_ai_streaming_test
2 parents 60d1dcf + d9e0aba commit 6637234

61 files changed

Lines changed: 1027 additions & 271 deletions

Some content is hidden

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

.github/workflows/CI_docusaurus_sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: hatch run docs
5252

5353
- name: Upload API reference artifact
54-
uses: actions/upload-artifact@v5
54+
uses: actions/upload-artifact@v6
5555
with:
5656
name: ${{ steps.pathfinder.outputs.integration_name }}
5757
path: ${{ steps.pathfinder.outputs.project_path }}/${{ steps.pathfinder.outputs.integration_name }}.md
@@ -78,7 +78,7 @@ jobs:
7878
python-version: "3.10"
7979

8080
- name: Download API reference artifact
81-
uses: actions/download-artifact@v6
81+
uses: actions/download-artifact@v7
8282
with:
8383
name: ${{ needs.generate-api-reference.outputs.integration_name }}
8484

.github/workflows/CI_pypi_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name: Core / Project release on PyPi
1616
on:
1717
push:
1818
tags:
19-
- "**-v[0-9].[0-9]+.[0-9]+*"
19+
- "**-v[0-9]+.[0-9]+.[0-9]+*"
2020

2121
jobs:
2222
release-on-pypi:

.github/workflows/aimlapi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fail-fast: false
3333
matrix:
3434
os: [ubuntu-latest, windows-latest, macos-latest]
35-
python-version: ["3.9", "3.13"]
35+
python-version: ["3.10", "3.13"]
3636

3737
steps:
3838
- name: Support longpaths
@@ -51,11 +51,11 @@ jobs:
5151
run: pip install --upgrade hatch
5252

5353
- name: Lint
54-
if: matrix.python-version == '3.9' && runner.os == 'Linux'
54+
if: matrix.python-version == '3.10' && runner.os == 'Linux'
5555
run: hatch run fmt-check && hatch run test:types
5656

5757
- name: Generate docs
58-
if: matrix.python-version == '3.9' && runner.os == 'Linux'
58+
if: matrix.python-version == '3.10' && runner.os == 'Linux'
5959
run: hatch run docs
6060

6161
- name: Run tests

.github/workflows/amazon_bedrock.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
fail-fast: false
4242
matrix:
4343
os: [ubuntu-latest, windows-latest, macos-latest]
44-
python-version: ["3.9", "3.13"]
44+
python-version: ["3.10", "3.13"]
4545

4646
steps:
4747
- name: Support longpaths
@@ -60,11 +60,11 @@ jobs:
6060
run: pip install --upgrade hatch
6161

6262
- name: Lint
63-
if: matrix.python-version == '3.9' && runner.os == 'Linux'
63+
if: matrix.python-version == '3.10' && runner.os == 'Linux'
6464
run: hatch run fmt-check && hatch run test:types
6565

6666
- name: Generate docs
67-
if: matrix.python-version == '3.9' && runner.os == 'Linux'
67+
if: matrix.python-version == '3.10' && runner.os == 'Linux'
6868
run: hatch run docs
6969

7070
- name: Run unit tests

.github/workflows/amazon_sagemaker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fail-fast: false
3232
matrix:
3333
os: [ubuntu-latest, windows-latest, macos-latest]
34-
python-version: ["3.9", "3.13"]
34+
python-version: ["3.10", "3.13"]
3535

3636
steps:
3737
- name: Support longpaths
@@ -50,11 +50,11 @@ jobs:
5050
run: pip install --upgrade hatch
5151

5252
- name: Lint
53-
if: matrix.python-version == '3.9' && runner.os == 'Linux'
53+
if: matrix.python-version == '3.10' && runner.os == 'Linux'
5454
run: hatch run fmt-check && hatch run test:types
5555

5656
- name: Generate docs
57-
if: matrix.python-version == '3.9' && runner.os == 'Linux'
57+
if: matrix.python-version == '3.10' && runner.os == 'Linux'
5858
run: hatch run docs
5959

6060
- name: Run tests

.github/workflows/anthropic.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fail-fast: false
3333
matrix:
3434
os: [ubuntu-latest, windows-latest, macos-latest]
35-
python-version: ["3.9", "3.13"]
35+
python-version: ["3.10", "3.13"]
3636

3737
steps:
3838
- name: Support longpaths
@@ -51,11 +51,11 @@ jobs:
5151
run: pip install --upgrade hatch
5252

5353
- name: Lint
54-
if: matrix.python-version == '3.9' && runner.os == 'Linux'
54+
if: matrix.python-version == '3.10' && runner.os == 'Linux'
5555
run: hatch run fmt-check && hatch run test:types
5656

5757
- name: Generate docs
58-
if: matrix.python-version == '3.9' && runner.os == 'Linux'
58+
if: matrix.python-version == '3.10' && runner.os == 'Linux'
5959
run: hatch run docs
6060

6161
- name: Run tests

.github/workflows/astra.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
max-parallel: 1
3333
matrix:
3434
os: [ubuntu-latest, windows-latest, macos-latest]
35-
python-version: ["3.9", "3.13"]
35+
python-version: ["3.10", "3.13"]
3636

3737
steps:
3838
- name: Support longpaths
@@ -51,11 +51,11 @@ jobs:
5151
run: pip install --upgrade hatch
5252

5353
- name: Lint
54-
if: matrix.python-version == '3.9' && runner.os == 'Linux'
54+
if: matrix.python-version == '3.10' && runner.os == 'Linux'
5555
run: hatch run fmt-check && hatch run test:types
5656

5757
- name: Generate docs
58-
if: matrix.python-version == '3.9' && runner.os == 'Linux'
58+
if: matrix.python-version == '3.10' && runner.os == 'Linux'
5959
run: hatch run docs
6060

6161
- name: Run tests

.github/workflows/azure_ai_search.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
max-parallel: 3
3535
matrix:
3636
os: [ubuntu-latest, windows-latest] # the tests are slow and we can't run many of them in parallel, so we skip testing on macOS
37-
python-version: ["3.9", "3.13"]
37+
python-version: ["3.10", "3.13"]
3838

3939
steps:
4040
- uses: actions/checkout@v6
@@ -48,11 +48,11 @@ jobs:
4848
run: pip install --upgrade hatch
4949

5050
- name: Lint
51-
if: matrix.python-version == '3.9' && runner.os == 'Linux'
51+
if: matrix.python-version == '3.10' && runner.os == 'Linux'
5252
run: hatch run fmt-check && hatch run test:types
5353

5454
- name: Generate docs
55-
if: matrix.python-version == '3.9' && runner.os == 'Linux'
55+
if: matrix.python-version == '3.10' && runner.os == 'Linux'
5656
run: hatch run docs
5757

5858
- name: Run tests

.github/workflows/chroma.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fail-fast: false
3232
matrix:
3333
os: [ubuntu-latest, windows-latest, macos-latest]
34-
python-version: ["3.9", "3.13"]
34+
python-version: ["3.10", "3.13"]
3535

3636
steps:
3737
- name: Support longpaths
@@ -50,11 +50,11 @@ jobs:
5050
run: pip install --upgrade hatch
5151

5252
- name: Lint
53-
if: matrix.python-version == '3.9' && runner.os == 'Linux'
53+
if: matrix.python-version == '3.10' && runner.os == 'Linux'
5454
run: hatch run fmt-check && hatch run test:types
5555

5656
- name: Generate docs
57-
if: matrix.python-version == '3.9' && runner.os == 'Linux'
57+
if: matrix.python-version == '3.10' && runner.os == 'Linux'
5858
run: hatch run docs
5959

6060
- name: Run Chroma server on Linux/macOS

.github/workflows/cohere.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fail-fast: false
3333
matrix:
3434
os: [ubuntu-latest, windows-latest, macos-latest]
35-
python-version: ["3.9", "3.13"]
35+
python-version: ["3.10", "3.13"]
3636

3737
steps:
3838
- name: Support longpaths
@@ -51,11 +51,11 @@ jobs:
5151
run: pip install --upgrade hatch
5252

5353
- name: Lint
54-
if: matrix.python-version == '3.9' && runner.os == 'Linux'
54+
if: matrix.python-version == '3.10' && runner.os == 'Linux'
5555
run: hatch run fmt-check && hatch run test:types
5656

5757
- name: Generate docs
58-
if: matrix.python-version == '3.9' && runner.os == 'Linux'
58+
if: matrix.python-version == '3.10' && runner.os == 'Linux'
5959
run: hatch run docs
6060

6161
- name: Run tests

0 commit comments

Comments
 (0)