Skip to content

Commit bca486c

Browse files
authored
Merge pull request redhat-performance#491 from grafuls/development
Lowered aiohtpp version for F42 build
2 parents 32ec15d + b15a05a commit bca486c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
##
55

66
pyyaml>=3.10
7-
aiohttp>=3.12
7+
aiohttp>=3.10
88
setuptools>=39.0
99
async-lru>=2.0
1010
build>=0.7.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ packages = find:
3030
python_requires = >=3.10
3131
install_requires =
3232
pyyaml>=3.10
33-
aiohttp>=3.12
33+
aiohttp>=3.10
3434
setuptools>=39.0
3535
async-lru>=2.0
3636
package_dir =

0 commit comments

Comments
 (0)