Skip to content

Commit a0e907f

Browse files
author
Vladimir Puzakov
committed
chore: downgrade cython, pin aiohttp, flask versions
1 parent 431e8a4 commit a0e907f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/tests-and-linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/setup-python@v4
3333
with:
3434
python-version: 3.12
35-
- run: pip install tox cython
35+
- run: pip install tox cython<3
3636
- run: make cythonize
3737
- run: tox
3838
env:

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cython
1+
cython<3
22
pytest
33
pytest-asyncio
44
tox

requirements-ext.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
flask==2.1.3
2-
werkzeug==2.2.2
3-
aiohttp==3.9.0b1
1+
flask<2.2
2+
werkzeug<=2.2.2
3+
aiohttp>=3.9.3

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ deps=
1717
pydantic
1818
pydantic-settings
1919
werkzeug<=2.2.2
20-
aiohttp<=3.9.0b1
20+
aiohttp==3.9.3
2121
mypy_boto3_s3
2222
extras=
2323
yaml

0 commit comments

Comments
 (0)