Skip to content

Commit 25c145b

Browse files
authored
Merge pull request #348 from supabase-community/j0/update-poetry
chore: update poetry lockfile
2 parents 3227d4a + 29a94e3 commit 25c145b

File tree

12 files changed

+853
-3149
lines changed

12 files changed

+853
-3149
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest]
11-
python-version: [3.7, 3.8, 3.9, "3.10"]
11+
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
1212
runs-on: ${{ matrix.os }}
1313
steps:
1414
- name: Clone Repository
@@ -20,9 +20,9 @@ jobs:
2020
python-version: ${{ matrix.python-version }}
2121

2222
- name: Set up Poetry
23-
uses: abatilo/actions-poetry@v2.1.4
23+
uses: abatilo/actions-poetry@v2.2.0
2424
with:
25-
poetry-version: 1.2.0b1
25+
poetry-version: 1.3.2
2626

2727
- name: Run Tests
2828
run: poetry run tests

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,4 +199,3 @@ See [Supabase Docs](https://supabase.com/docs/guides/client-libraries) for full
199199

200200
- [Python data loading with Supabase](https://supabase.com/blog/loading-data-supabase-python)
201201
- [Visualizing Supabase Data using Metabase](https://supabase.com/blog/visualizing-supabase-data-using-metabase)
202-

examples/FastAPI/.gitignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

examples/FastAPI/README.md

Lines changed: 0 additions & 113 deletions
This file was deleted.

examples/FastAPI/__init__.py

Whitespace-only changes.

examples/FastAPI/config.py

Lines changed: 0 additions & 17 deletions
This file was deleted.

examples/FastAPI/data/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)