Skip to content

Commit d95d5e9

Browse files
committed
26.1 released
1 parent d1e273a commit d95d5e9

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
"cockroach:latest-v24.3",
4444
"cockroach:latest-v25.2",
4545
"cockroach:latest-v25.4",
46-
"cockroach-unstable:v26.1.0-rc.1"
46+
"cockroach-latest-v26.1"
4747
]
4848
db-alias: [
4949
"psycopg2",

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ Use `pip` to install the latest release of this dialect.
4848
pip install sqlalchemy-cockroachdb
4949
```
5050

51-
NOTE: This version of the dialect requires SQLAlchemy 2.0 or later. To work with
51+
NOTE: This version of the dialect requires SQLAlchemy 2.0.x. To work with
5252
earlier versions of SQLAlchemy you'll need to install an earlier version of this
5353
dialect.
5454

5555
```
56-
pip install sqlalchemy-cockroachdb<2.0.0
56+
pip install "sqlalchemy-cockroachdb<2.0"
5757
```
5858

5959
Use a `cockroachdb` connection string when creating the `Engine`. For example,

dev-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
backports-tarfile==1.2.0
22
# via jaraco-context
3-
cachetools==6.2.4
3+
cachetools==7.0.0
44
# via tox
55
certifi==2026.1.4
66
# via requests
@@ -12,7 +12,7 @@ charset-normalizer==3.4.4
1212
# via requests
1313
colorama==0.4.6
1414
# via tox
15-
cryptography==46.0.3
15+
cryptography==46.0.4
1616
# via secretstorage
1717
distlib==0.4.0
1818
# via virtualenv
@@ -80,7 +80,7 @@ requests-toolbelt==1.0.0
8080
# via twine
8181
rfc3986==2.0.0
8282
# via twine
83-
rich==14.3.1
83+
rich==14.3.2
8484
# via twine
8585
secretstorage==3.5.0
8686
# via keyring

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
alembic==1.18.1
1+
alembic==1.18.3
22
# via -r test-requirements.in
33
async-timeout==5.0.1
44
# via asyncpg

0 commit comments

Comments
 (0)