Skip to content

Commit

Permalink
fix: added missing dependencies to gen.yaml file (#208)
Browse files Browse the repository at this point in the history
Adds `aiofiles` deps to `gen.yaml` file so they are not overwritten by
the Generate workflow.
  • Loading branch information
pawel-kmiecik authored Nov 12, 2024
1 parent f7c1c94 commit b3ab9b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ python:
pytest: '>=8.3.3'
pytest-asyncio: '>=0.24.0'
pytest-mock: '>=3.14.0'
types-aiofiles: '>=24.1.0'
uvloop: '>=0.20.0'
main:
aiofiles: '>=24.1.0'
cryptography: '>=3.1'
httpx: '>=0.27.0'
nest-asyncio: '>=1.6.0'
Expand Down

0 comments on commit b3ab9b9

Please sign in to comment.