Skip to content

Commit

Permalink
fixed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andrptrc committed Jan 25, 2024
1 parent bd0ce51 commit a043597
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions requirements-all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ charset-normalizer==3.1.0
click==8.1.3
coverage==7.2.7
dnspython==2.3.0
email-validator==1.3.0
email-validator==2.1.0.post1
exceptiongroup==1.1.1
fastapi==0.87.0
fastapi==0.108.0
filelock==3.12.2
flake8==5.0.4
flatbuffers==23.5.26
Expand Down Expand Up @@ -56,7 +56,8 @@ protobuf==3.19.6
pyasn1==0.5.0
pyasn1-modules==0.3.0
pycodestyle==2.9.1
pydantic==1.10.9
pydantic==2.5.3
pydantic-settings==2.1.0
pyflakes==2.5.0
PySocks==1.7.1
pytest==7.2.0
Expand All @@ -75,7 +76,7 @@ setuptools==67.6.1
six==1.16.0
sniffio==1.3.0
soupsieve==2.4.1
starlette==0.21.0
starlette==0.29.0
tensorboard==2.11.2
tensorboard-data-server==0.6.1
tensorboard-plugin-wit==1.8.1
Expand All @@ -85,10 +86,10 @@ tensorflow-io-gcs-filesystem==0.32.0
termcolor==2.3.0
tomli==2.0.1
tqdm==4.65.0
typing_extensions==4.6.3
typing_extensions==4.9.0
urllib3==1.26.16
uvicorn==0.19.0
Werkzeug==2.3.6
wheel==0.40.0
wrapt==1.15.0
yarl==1.9.2
yarl==1.9.2

0 comments on commit a043597

Please sign in to comment.