File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed 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
@@ -80,7 +80,7 @@ requests-toolbelt==1.0.0
8080 # via twine
8181rfc3986 == 2.0.0
8282 # via twine
83- rich == 14.2 .0
83+ rich == 14.3 .0
8484 # via twine
8585secretstorage == 3.5.0
8686 # via keyring
Original file line number Diff line number Diff line change 3737 },
3838 packages = find_packages (include = ["sqlalchemy_cockroachdb" ]),
3939 include_package_data = True ,
40- install_requires = ["SQLAlchemy" ],
40+ install_requires = ["SQLAlchemy<2.1 " ],
4141 zip_safe = False ,
4242 entry_points = {
4343 "sqlalchemy.dialects" : [
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
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ exceptiongroup==1.3.1
88 # via pytest
99futures==3.0.5
1010 # via -r test-requirements.in
11- greenlet==3.3.0
11+ greenlet==3.3.1
1212 # via sqlalchemy
1313iniconfig==2.3.0
1414 # via pytest
@@ -20,7 +20,7 @@ mock==5.2.0
2020 # via -r test-requirements.in
2121more-itertools==10.8.0
2222 # via -r test-requirements.in
23- packaging==25 .0
23+ packaging==26 .0
2424 # via pytest
2525pluggy==1.6.0
2626 # via pytest
You can’t perform that action at this time.
0 commit comments