This repository was archived by the owner on Sep 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,11 @@ sentry-sdk
3434sh
3535slack_sdk
3636spacy
37- sqlalchemy<1.4 # NOTE temporarily until https://github.com/kvesteri/sqlalchemy-utils/issues/505 is fixed
3837sqlalchemy-filters
3938sqlalchemy-utils
39+ sqlalchemy<1.4 # NOTE temporarily until https://github.com/kvesteri/sqlalchemy-utils/issues/505 is fixed
4040statsmodels
4141tabulate
4242tenacity
4343uvicorn
44- validators
44+ validators==0.18.2
Original file line number Diff line number Diff line change @@ -340,6 +340,7 @@ six==1.16.0
340340 # python-multipart
341341 # sqlalchemy-filters
342342 # sqlalchemy-utils
343+ # validators
343344slack-sdk==3.16.1
344345 # via -r requirements-base.in
345346smart-open==5.2.1
@@ -397,10 +398,11 @@ typer==0.4.1
397398 # via
398399 # pathy
399400 # spacy
400- typing-extensions==4.1.1
401+ typing-extensions==4.2.0
401402 # via
402403 # pydantic
403404 # schemathesis
405+ # starlette
404406uritemplate==4.1.1
405407 # via google-api-python-client
406408urllib3==1.26.9
@@ -410,7 +412,7 @@ urllib3==1.26.9
410412 # sentry-sdk
411413uvicorn==0.17.6
412414 # via -r requirements-base.in
413- validators==0.19.0
415+ validators==0.18.2
414416 # via -r requirements-base.in
415417wasabi==0.9.1
416418 # via
Original file line number Diff line number Diff line change 44#
55# pip-compile --no-emit-index-url requirements-dev.in
66#
7+ appnope == 0.1.3
8+ # via ipython
79asttokens == 2.0.5
810 # via
911 # devtools
@@ -98,6 +100,8 @@ traitlets==5.1.1
98100 # via
99101 # ipython
100102 # matplotlib-inline
103+ typing-extensions == 4.2.0
104+ # via black
101105vulture == 2.3
102106 # via -r requirements-dev.in
103107wcwidth == 0.2.5
You can’t perform that action at this time.
0 commit comments