Skip to content

Commit

Permalink
SA20: Update to SQLAlchemy 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jan 27, 2023
1 parent dfcdd0f commit 2ee91d5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
fail-fast: false
matrix:
language: [ python ]
sqla-version: ['1.3.24', '1.4.46', '2.0.0b4']
sqla-version: ['1.3.24', '1.4.46', '2.0.0']

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
os: ['ubuntu-latest', 'macos-latest']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
cratedb-version: ['5.2.0']
sqla-version: ['1.3.24', '1.4.46', '2.0.0b4']
sqla-version: ['1.3.24', '1.4.46', '2.0.0']
# To save resources, only use the most recent Python version on macOS.
exclude:
- os: 'macos-latest'
Expand Down
4 changes: 3 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ Changes for crate
Unreleased
==========

- Add deprecation warning about dropping support for SQLAlchemy 1.3 soon, it is
- Added deprecation warning about dropping support for SQLAlchemy 1.3 soon, it is
effectively EOL.

- Added support for SQLAlchemy 2.0.


2022/12/08 0.29.0
=================
Expand Down

0 comments on commit 2ee91d5

Please sign in to comment.