We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c258e57 + ae3cf59 commit ed47a69Copy full SHA for ed47a69
bugout/__init__.py
@@ -7,7 +7,7 @@
7
8
__email__ = "engineering@bugout.dev"
9
__license__ = "MIT"
10
-__version__ = "0.1.5"
+__version__ = "0.1.6"
11
12
__all__ = (
13
"__author__",
setup.py
@@ -38,7 +38,7 @@
38
packages=find_packages(),
39
package_data={"bugout": ["py.typed"]},
40
zip_safe=False,
41
- install_requires=["pydantic", "requests"],
+ install_requires=["pydantic>=1.6", "requests"],
42
extras_require={"dev": ["black", "mypy"]},
43
entry_points={"console_scripts": ["{0} = {0}.__main__:main".format(MODULE_NAME)]},
44
)
0 commit comments