File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -48,12 +48,12 @@ Use `pip` to install the latest release of this dialect.
4848pip 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
5252earlier versions of SQLAlchemy you'll need to install an earlier version of this
5353dialect.
5454
5555```
56- pip install sqlalchemy-cockroachdb<2.0.0
56+ pip install " sqlalchemy-cockroachdb<2.0"
5757```
5858
5959Use a ` cockroachdb ` connection string when creating the ` Engine ` . For example,
Original file line number Diff line number Diff line change 11backports-tarfile == 1.2.0
22 # via jaraco-context
3- cachetools == 6.2.4
3+ cachetools == 7.0.0
44 # via tox
55certifi == 2026.1.4
66 # via requests
@@ -12,7 +12,7 @@ charset-normalizer==3.4.4
1212 # via requests
1313colorama == 0.4.6
1414 # via tox
15- cryptography == 46.0.3
15+ cryptography == 46.0.4
1616 # via secretstorage
1717distlib == 0.4.0
1818 # via virtualenv
@@ -80,7 +80,7 @@ requests-toolbelt==1.0.0
8080 # via twine
8181rfc3986 == 2.0.0
8282 # via twine
83- rich == 14.3.1
83+ rich == 14.3.2
8484 # via twine
8585secretstorage == 3.5.0
8686 # via keyring
Original file line number Diff line number Diff line change 1- alembic==1.18.1
1+ alembic==1.18.3
22 # via -r test-requirements.in
33async-timeout==5.0.1
44 # via asyncpg
You can’t perform that action at this time.
0 commit comments