Skip to content

Commit

Permalink
Merge branch 'master' into feature/discovery-request-context
Browse files Browse the repository at this point in the history
  • Loading branch information
byewokko committed Oct 16, 2024
2 parents b71b1d8 + 7f7a0a7 commit 901e385
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ def run(self):
'aiohttp>=3.8.3,<4',
'fastjsonschema>=2.16.2,<3',
'kazoo>=2.9.0,<3',
'PyYAML>=6.0,<7'
'PyYAML>=6.0,<7',
'yarl<1.15.3', # aiohttp dependency, later versions break Python 3.8 compatibility
],
extras_require={
'git': 'pygit2<1.12', # For Alpine 3.16 / Python 3.10, use pygit2>=1.9,<1.10
Expand Down

0 comments on commit 901e385

Please sign in to comment.