Skip to content

Commit

Permalink
Update SQL backend to support SQLAlchemy 2.x (#45)
Browse files Browse the repository at this point in the history
* Update SQL backend to support SQLAlchemy 2.x, add batch inserts for nodes/edges, add edge index

* Fix unit test errors

* Update Python versions for build script
  • Loading branch information
davidmezzetti authored Apr 11, 2024
1 parent 58dac8e commit 046b95a
Show file tree
Hide file tree
Showing 4 changed files with 156 additions and 95 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, '3.10']
python-version: [3.8, 3.9, '3.10', '3.11']

steps:
- uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit 046b95a

Please sign in to comment.