Skip to content

Commit

Permalink
[DOP-22129] Fix missing greenlet dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Jan 28, 2025
1 parent 3056bc0 commit 181ee9f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
pydantic-version: '2'
os: ubuntu-latest
env:
POETRY_VERSION: ${{ matrix.python-version == '3.7' && '1.5.1' || '1.8.2' }}
POETRY_VERSION: ${{ matrix.python-version == '3.7' && '1.5.1' || '2.0.1' }}

steps:
- name: Checkout code
Expand Down
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ importlib-resources = [
{version = ">=5.12.0", optional = true, python = ">=3.8"},
]
sqlalchemy = {version = ">=2.0", optional = true}
greenlet = {version = ">=3.1.1", optional = true}
asyncpg = [
{version = "^0.28.0", optional = true, python = "3.7"},
{version = ">=0.28.0", optional = true, python = ">=3.8"},
Expand Down Expand Up @@ -129,6 +130,7 @@ backend = [
"alembic",
"importlib-resources",
"sqlalchemy",
"greenlet",
"python-multipart",
"sqlalchemy-utils",
"pyyaml",
Expand Down

0 comments on commit 181ee9f

Please sign in to comment.