Skip to content

Commit d6929a1

Browse files
authored
Use --resolution lowest-direct instead of a greenlet version requirement
1 parent 4dc447b commit d6929a1

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- "3.12"
2323
- "3.13"
2424
uv-resolution:
25-
- "lowest"
25+
- "lowest-direct"
2626
- "highest"
2727
steps:
2828
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ dependencies = [
2020
"SQLAlchemy-Utils>=0.41"
2121
]
2222

23-
[dependency-groups]
24-
dev = [
25-
# https://github.com/sqlalchemy/sqlalchemy/pull/12459:
26-
"greenlet>=3.1"
27-
]
28-
2923
[project.urls]
3024
Homepage = "http://github.com/toirl/pytest-sqlalchemy/"
3125

0 commit comments

Comments
 (0)