Skip to content

Commit 1863def

Browse files
committed
Merge branch 'main' into humbug-availability
2 parents 963ebaf + ed47a69 commit 1863def

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
packages=find_packages(),
3939
package_data={"bugout": ["py.typed"]},
4040
zip_safe=False,
41-
install_requires=["pydantic", "requests"],
41+
install_requires=["pydantic>=1.6", "requests"],
4242
extras_require={"dev": ["black", "mypy"]},
4343
entry_points={"console_scripts": ["{0} = {0}.__main__:main".format(MODULE_NAME)]},
4444
)

0 commit comments

Comments
 (0)