Skip to content

Commit 682b332

Browse files
committed
testing backward compat
1 parent 9ca1925 commit 682b332

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

examples/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ virtual = true
2121
dev-dependencies = [
2222
"yapf>=0.40.2",
2323
"black[jupyter]>=24.4.2",
24-
"databooks>=1.3.10",
24+
"databooks<1.3.10",
2525
# higher versions dont support python 3.8
2626
"pandas>=2.0.3",
2727
]

libs/labelbox/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Labelbox Python API"
55
authors = [{ name = "Labelbox", email = "[email protected]" }]
66
dependencies = [
77
"google-api-core>=1.22.1",
8-
"pydantic>=1.8",
8+
"pydantic==1.8",
99
"python-dateutil>=2.8.2, <2.10.0",
1010
"requests>=2.22.0",
1111
"strenum>=0.4.15",

requirements.lock

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,11 @@
66
# features: []
77
# all-features: true
88
# with-sources: false
9-
# generate-hashes: false
10-
# universal: false
119

1210
-e file:libs/labelbox
1311
-e file:libs/lbox-example
1412
alabaster==0.7.13
1513
# via sphinx
16-
annotated-types==0.7.0
17-
# via pydantic
1814
art==6.2
1915
# via lbox-example
2016
babel==2.15.0
@@ -70,10 +66,8 @@ pyasn1==0.6.0
7066
# via rsa
7167
pyasn1-modules==0.4.0
7268
# via google-auth
73-
pydantic==2.8.2
69+
pydantic==1.8.2
7470
# via labelbox
75-
pydantic-core==2.20.1
76-
# via pydantic
7771
pygeotile==1.0.6
7872
# via labelbox
7973
pygments==2.18.0
@@ -122,10 +116,8 @@ tqdm==4.66.4
122116
typeguard==4.3.0
123117
# via labelbox
124118
typing-extensions==4.12.2
125-
# via annotated-types
126119
# via labelbox
127120
# via pydantic
128-
# via pydantic-core
129121
# via typeguard
130122
urllib3==2.2.2
131123
# via requests

0 commit comments

Comments
 (0)