We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dc447b commit d6929a1Copy full SHA for d6929a1
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
- "3.12"
23
- "3.13"
24
uv-resolution:
25
- - "lowest"
+ - "lowest-direct"
26
- "highest"
27
steps:
28
- uses: actions/checkout@v4
pyproject.toml
@@ -20,12 +20,6 @@ dependencies = [
20
"SQLAlchemy-Utils>=0.41"
21
]
-[dependency-groups]
-dev = [
- # https://github.com/sqlalchemy/sqlalchemy/pull/12459:
- "greenlet>=3.1"
-]
-
29
[project.urls]
30
Homepage = "http://github.com/toirl/pytest-sqlalchemy/"
31
0 commit comments