Skip to content

Commit dea396f

Browse files
author
Andrey
committed
Update pydentic.
1 parent b1bd292 commit dea396f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bugout/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
__email__ = "engineering@bugout.dev"
99
__license__ = "MIT"
10-
__version__ = "0.2.13"
10+
__version__ = "0.2.14"
1111

1212
__all__ = (
1313
"__author__",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
packages=find_packages(),
4040
package_data={"bugout": ["py.typed"]},
4141
zip_safe=False,
42-
install_requires=["pydantic<=1.10.2", "requests"],
42+
install_requires=["pydantic<=1.10.10", "requests"],
4343
extras_require={
4444
"dev": ["black", "mypy", "isort", "types-requests"],
4545
"distribute": ["setuptools", "twine", "wheel"],

0 commit comments

Comments
 (0)