Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
"cockroach:latest-v25.2",
"cockroach:latest-v25.4",
"cockroach:latest-v26.1",
"cockroach:latest-v26.2"
"cockroach:latest-v26.2",
"cockroach-unstable:v26.3.0-rc.1"
]
db-alias: [
"psycopg2",
Expand Down
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Version 2.0.5
Unreleased

- Re-work get_multi_columns() to
- include identity column info (#297), and
- avoid parse error when reflecting ENUMs (#303).
(CRDB 26.3+ required for full compatibility.)

# Version 2.0.4
April 23, 2026
Expand Down
40 changes: 20 additions & 20 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
backports-tarfile==1.2.0
# via jaraco-context
cachetools==7.1.1
cachetools==7.1.4
# via tox
certifi==2026.4.22
certifi==2026.6.17
# via requests
cffi==2.0.0
cffi==2.1.0
# via cryptography
chardet==7.4.3
# via tox
charset-normalizer==3.4.7
charset-normalizer==3.4.9
# via requests
colorama==0.4.6
# via tox
cryptography==48.0.0
cryptography==49.0.0
# via secretstorage
distlib==0.4.0
distlib==0.4.3
# via virtualenv
docutils==0.22.4
docutils==0.23
# via readme-renderer
filelock==3.29.0
filelock==3.31.0
# via
# python-discovery
# tox
# virtualenv
id==1.6.1
# via twine
idna==3.15
idna==3.18
# via requests
importlib-metadata==9.0.0
# via keyring
jaraco-classes==3.4.0
# via keyring
jaraco-context==6.1.2
# via keyring
jaraco-functools==4.4.0
jaraco-functools==4.6.0
# via keyring
jeepney==0.9.0
# via
Expand All @@ -45,18 +45,18 @@ markdown-it-py==4.2.0
# via rich
mdurl==0.1.2
# via markdown-it-py
more-itertools==11.0.2
more-itertools==11.1.0
# via
# jaraco-classes
# jaraco-functools
nh3==0.3.5
nh3==0.3.6
# via readme-renderer
packaging==26.2
# via
# pyproject-api
# tox
# twine
platformdirs==4.9.6
platformdirs==4.10.1
# via
# python-discovery
# tox
Expand All @@ -69,13 +69,13 @@ pygments==2.20.0
# via
# readme-renderer
# rich
pyproject-api==1.10.0
pyproject-api==1.10.1
# via tox
python-discovery==1.3.1
python-discovery==1.4.4
# via virtualenv
readme-renderer==44.0
readme-renderer==45.0
# via twine
requests==2.34.1
requests==2.34.2
# via
# requests-toolbelt
# twine
Expand All @@ -95,7 +95,7 @@ tox==4.34.1
# via -r dev-requirements.in
twine==6.2.0
# via -r dev-requirements.in
typing-extensions==4.15.0
typing-extensions==4.16.0
# via
# cryptography
# tox
Expand All @@ -105,7 +105,7 @@ urllib3==2.7.0
# id
# requests
# twine
virtualenv==21.3.3
virtualenv==21.6.1
# via tox
zipp==3.23.1
zipp==4.1.0
# via importlib-metadata
Loading