Skip to content

Commit f872d82

Browse files
committed
beta.2
1 parent 5941624 commit f872d82

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
"cockroach:latest-v25.2",
4646
"cockroach:latest-v25.3",
4747
"cockroach:latest-v25.4",
48-
"cockroach-unstable:v26.1.0-beta.1"
48+
"cockroach-unstable:v26.1.0-beta.2"
4949
]
5050
db-alias: [
5151
"psycopg2",

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Unreleased
44
- Fix reflection of CHAR columns (#275)
55
- Fix reflection of TIMESTAMPTZ columns (#276), thanks to @nvachhar
66
- Fix reflection of JSONB columns (#277)
7+
- Update minimum Python version to 3.10
78

89

910
# Version 2.0.3

dev-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,11 @@ typing-extensions==4.15.0
9797
# cryptography
9898
# tox
9999
# virtualenv
100-
urllib3==2.6.2
100+
urllib3==2.6.3
101101
# via
102102
# requests
103103
# twine
104-
virtualenv==20.35.4
104+
virtualenv==20.36.0
105105
# via tox
106106
zipp==3.23.0
107107
# via importlib-metadata

0 commit comments

Comments
 (0)