Skip to content

Commit eda9247

Browse files
authored
Merge pull request #8 from benchling/fix-setup
Fix setup to accept httpx < 0.16
2 parents d3afc16 + 52c9260 commit eda9247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
install_requires = \
1414
['attrs>=20.1.0,<21.0.0',
1515
'black>=20.8b1',
16-
'httpx>=0.13,<0.15',
16+
'httpx>=0.13,<0.16',
1717
'isort>=5.0.5,<6.0.0',
1818
'jinja2>=2.11.1,<3.0.0',
1919
'pydantic>=1.6.1,<2.0.0',

0 commit comments

Comments
 (0)