Skip to content

Commit f592269

Browse files
author
Val Brodsky
committed
Remove restriction on pydantic2
1 parent 779f692 commit f592269

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ nbconvert~=7.2.6
55
nbformat~=5.7.0
66
opencv-python
77
PILLOW
8-
pydantic>=1.8,<2.0
8+
pydantic>=1.8
99
pygeotile
1010
pyproj
1111
pytest-xdist

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
url="https://labelbox.com",
2121
packages=setuptools.find_packages(),
2222
install_requires=[
23-
"requests>=2.22.0", "google-api-core>=1.22.1", "pydantic>=1.8,<2.0",
24-
"tqdm", "python-dateutil>=2.8.2,<2.9.0"
23+
"requests>=2.22.0", "google-api-core>=1.22.1", "pydantic>=1.8", "tqdm",
24+
"python-dateutil>=2.8.2,<2.9.0"
2525
],
2626
extras_require={
2727
'data': [

0 commit comments

Comments
 (0)