Skip to content

Commit 738fb0e

Browse files
author
Val Brodsky
committed
Remove LLM projects from a test that need batch creation
1 parent 26c2480 commit 738fb0e

File tree

4 files changed

+3
-28
lines changed

4 files changed

+3
-28
lines changed

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.8.19
1+
3.10.13

libs/labelbox/tests/data/annotation_import/test_generic_data_types.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,6 @@ def validate_iso_format(date_string: str):
154154
ConversationData,
155155
DocumentData,
156156
DicomData,
157-
LlmPromptCreationData,
158-
LlmPromptResponseCreationData,
159157
LlmResponseCreationData,
160158
],
161159
)

requirements-dev.lock

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

1110
-e file:libs/labelbox
1211
alabaster==0.7.13
@@ -80,14 +79,7 @@ imagesize==1.4.1
8079
# via labelbox
8180
# via sphinx
8281
importlib-metadata==7.2.1
83-
# via jupyter-client
84-
# via nbconvert
85-
# via sphinx
86-
# via typeguard
8782
# via yapf
88-
importlib-resources==6.4.0
89-
# via jsonschema
90-
# via jsonschema-specifications
9183
iniconfig==2.0.0
9284
# via pytest
9385
ipython==8.12.3
@@ -157,8 +149,6 @@ pickleshare==0.7.5
157149
# via ipython
158150
pillow==10.3.0
159151
# via labelbox
160-
pkgutil-resolve-name==1.3.10
161-
# via jsonschema
162152
platformdirs==4.2.2
163153
# via black
164154
# via jupyter-core
@@ -194,6 +184,7 @@ pygments==2.18.0
194184
# via nbconvert
195185
# via rich
196186
# via sphinx
187+
pyjwt==2.8.0
197188
pyproj==3.5.0
198189
# via labelbox
199190
pytest==8.2.2
@@ -217,7 +208,6 @@ python-dateutil==2.8.2
217208
# via labelbox
218209
# via pandas
219210
pytz==2024.1
220-
# via babel
221211
# via pandas
222212
pyzmq==26.0.3
223213
# via jupyter-client
@@ -311,15 +301,12 @@ types-python-dateutil==2.9.0.20240316
311301
types-requests==2.32.0.20240622
312302
types-tqdm==4.66.0.20240417
313303
typing-extensions==4.12.2
314-
# via annotated-types
315304
# via black
316305
# via databooks
317-
# via ipython
318306
# via labelbox
319307
# via mypy
320308
# via pydantic
321309
# via pydantic-core
322-
# via rich
323310
# via typeguard
324311
# via typer
325312
tzdata==2024.1
@@ -335,4 +322,3 @@ webencodings==0.5.1
335322
yapf==0.40.2
336323
zipp==3.19.2
337324
# via importlib-metadata
338-
# via importlib-resources

requirements.lock

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

1110
-e file:libs/labelbox
1211
alabaster==0.7.13
@@ -38,9 +37,6 @@ idna==3.7
3837
imagesize==1.4.1
3938
# via labelbox
4039
# via sphinx
41-
importlib-metadata==7.2.1
42-
# via sphinx
43-
# via typeguard
4440
jinja2==3.1.4
4541
# via sphinx
4642
markupsafe==2.1.5
@@ -78,9 +74,7 @@ pyproj==3.5.0
7874
# via labelbox
7975
python-dateutil==2.8.2
8076
# via labelbox
81-
pytz==2024.1
82-
# via babel
83-
requests==2.32.3
77+
requests==2.32.2
8478
# via google-api-core
8579
# via labelbox
8680
# via sphinx
@@ -118,12 +112,9 @@ tqdm==4.66.4
118112
typeguard==4.3.0
119113
# via labelbox
120114
typing-extensions==4.12.2
121-
# via annotated-types
122115
# via labelbox
123116
# via pydantic
124117
# via pydantic-core
125118
# via typeguard
126119
urllib3==2.2.2
127120
# via requests
128-
zipp==3.19.2
129-
# via importlib-metadata

0 commit comments

Comments
 (0)