File tree Expand file tree Collapse file tree 4 files changed +11
-13
lines changed
Expand file tree Collapse file tree 4 files changed +11
-13
lines changed Original file line number Diff line number Diff line change @@ -40,16 +40,16 @@ jobs:
4040 fail-fast : false
4141 matrix :
4242 crdb-version : [
43- " cockroach:latest-v24.1" ,
44- " cockroach:latest-v24.3" ,
45- " cockroach:latest-v25.2" ,
46- " cockroach:latest-v25.3" ,
47- " cockroach:latest-v25.4" ,
43+ # "cockroach:latest-v24.1",
44+ # "cockroach:latest-v24.3",
45+ # "cockroach:latest-v25.2",
46+ # "cockroach:latest-v25.3",
47+ # "cockroach:latest-v25.4",
4848 " cockroach-unstable:v26.1.0-beta.3"
4949 ]
5050 db-alias : [
51- " psycopg2" ,
52- " asyncpg" ,
51+ # "psycopg2",
52+ # "asyncpg",
5353 " psycopg"
5454 ]
5555 env :
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ more-itertools==10.8.0
5050 # jaraco-functools
5151nh3 == 0.3.2
5252 # via readme-renderer
53- packaging == 25 .0
53+ packaging == 26 .0
5454 # via
5555 # pyproject-api
5656 # tox
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ more-itertools
1212psycopg
1313psycopg2
1414pytest
15- sqlalchemy>=2.0.0
15+ sqlalchemy==2.1.0b1
Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ exceptiongroup==1.3.1
88 # via pytest
99futures==3.0.5
1010 # via -r test-requirements.in
11- greenlet==3.3.0
12- # via sqlalchemy
1311iniconfig==2.3.0
1412 # via pytest
1513mako==1.3.10
@@ -20,7 +18,7 @@ mock==5.2.0
2018 # via -r test-requirements.in
2119more-itertools==10.8.0
2220 # via -r test-requirements.in
23- packaging==25 .0
21+ packaging==26 .0
2422 # via pytest
2523pluggy==1.6.0
2624 # via pytest
@@ -32,7 +30,7 @@ pygments==2.19.2
3230 # via pytest
3331pytest==9.0.2
3432 # via -r test-requirements.in
35- sqlalchemy==2.0.46
33+ sqlalchemy==2.1.0b1
3634 # via
3735 # -r test-requirements.in
3836 # alembic
You can’t perform that action at this time.
0 commit comments