Skip to content

Commit b3ab9b9

Browse files
fix: added missing dependencies to gen.yaml file (#208)
Adds `aiofiles` deps to `gen.yaml` file so they are not overwritten by the Generate workflow.
1 parent f7c1c94 commit b3ab9b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: gen.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ python:
1717
pytest: '>=8.3.3'
1818
pytest-asyncio: '>=0.24.0'
1919
pytest-mock: '>=3.14.0'
20+
types-aiofiles: '>=24.1.0'
2021
uvloop: '>=0.20.0'
2122
main:
23+
aiofiles: '>=24.1.0'
2224
cryptography: '>=3.1'
2325
httpx: '>=0.27.0'
2426
nest-asyncio: '>=1.6.0'

0 commit comments

Comments
 (0)