Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Commit eb1a530

Browse files
authored
Updates Python requirements (#2207)
1 parent b713965 commit eb1a530

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

requirements-base.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ sentry-sdk
3434
sh
3535
slack_sdk
3636
spacy
37-
sqlalchemy<1.4 # NOTE temporarily until https://github.com/kvesteri/sqlalchemy-utils/issues/505 is fixed
3837
sqlalchemy-filters
3938
sqlalchemy-utils
39+
sqlalchemy<1.4 # NOTE temporarily until https://github.com/kvesteri/sqlalchemy-utils/issues/505 is fixed
4040
statsmodels
4141
tabulate
4242
tenacity
4343
uvicorn
44-
validators
44+
validators==0.18.2

requirements-base.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ six==1.16.0
340340
# python-multipart
341341
# sqlalchemy-filters
342342
# sqlalchemy-utils
343+
# validators
343344
slack-sdk==3.16.1
344345
# via -r requirements-base.in
345346
smart-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
404406
uritemplate==4.1.1
405407
# via google-api-python-client
406408
urllib3==1.26.9
@@ -410,7 +412,7 @@ urllib3==1.26.9
410412
# sentry-sdk
411413
uvicorn==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
415417
wasabi==0.9.1
416418
# via

requirements-dev.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
#
55
# pip-compile --no-emit-index-url requirements-dev.in
66
#
7+
appnope==0.1.3
8+
# via ipython
79
asttokens==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
101105
vulture==2.3
102106
# via -r requirements-dev.in
103107
wcwidth==0.2.5

0 commit comments

Comments
 (0)