File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
106106zipp == 3.23.0
107107 # via importlib-metadata
You can’t perform that action at this time.
0 commit comments