Skip to content

Commit 3af6a11

Browse files
authored
Merge pull request #165 from Labelbox/ms/update-requirements
update requirements
2 parents 0b19391 + dddfcde commit 3af6a11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ requests==2.22.0
22
ndjson==0.3.1
33
backoff==1.10.0
44
google-api-core>=1.22.1
5-
pydantic==1.8
5+
pydantic>=1.8,<2.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"backoff==1.10.0",
2424
"backports-datetime-fromisoformat==1.0.0; python_version < '3.7.0'",
2525
"dataclasses==0.7; python_version < '3.7.0'", "ndjson==0.3.1",
26-
"requests>=2.22.0", "google-api-core>=1.22.1", "pydantic==1.8"
26+
"requests>=2.22.0", "google-api-core>=1.22.1", "pydantic>=1.8,<2.0"
2727
],
2828
classifiers=[
2929
'Development Status :: 3 - Alpha',

0 commit comments

Comments
 (0)