Skip to content

Commit d9c4915

Browse files
committed
fix httpx, grpc and add vertex
Signed-off-by: emdneto <[email protected]>
1 parent 7a4cf44 commit d9c4915

File tree

5 files changed

+2619
-2312
lines changed

5 files changed

+2619
-2312
lines changed

.github/workflows/lint_0.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
- name: Checkout repo @ SHA - ${{ github.sha }}
4242
uses: actions/checkout@v4
4343

44-
- name: Set up Python 3.12
44+
- name: Set up Python 3.13
4545
uses: actions/setup-python@v5
4646
with:
47-
python-version: "3.12"
47+
python-version: "3.13"
4848

4949
- name: Install tox
5050
run: pip install tox

0 commit comments

Comments
 (0)