Skip to content

Commit

Permalink
Update project dependencies.
Browse files Browse the repository at this point in the history
Change-Id: I9b001df617e79d4cb08826b237e03e2f7a0574a2
  • Loading branch information
chris-feldman committed Oct 18, 2024
1 parent 289a0f0 commit 29816ff
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 31 deletions.
74 changes: 44 additions & 30 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,41 +1,55 @@
annotated-types==0.7.0
cachetools==5.3.3
certifi==2024.7.4
charset-normalizer==3.3.2
astroid==3.3.5
black==24.8.0
cachetools==5.5.0
certifi==2024.8.30
charset-normalizer==3.4.0
click==8.1.7
dill==0.3.9
docstring_parser==0.16
ffmpeg==1.4
google-api-core==2.19.1
google-auth==2.32.0
google-cloud-aiplatform==1.49.0
google-cloud-bigquery==3.25.0
feedparser==6.0.11
ffmpeg-python==0.2.0
future==1.0.0
google-api-core==2.21.0
google-auth==2.35.0
google-cloud-aiplatform==1.70.0
google-cloud-bigquery==3.26.0
google-cloud-core==2.4.1
google-cloud-resource-manager==1.12.4
google-cloud-speech==2.26.1
google-cloud-storage==2.17.0
google-cloud-translate==3.15.4
google-crc32c==1.5.0
google-resumable-media==2.7.1
googleapis-common-protos==1.63.2
google-cloud-resource-manager==1.12.5
google-cloud-speech==2.27.0
google-cloud-storage==2.18.2
google-cloud-translate==3.16.0
google-cloud-videointelligence==2.13.5
google-cloud-vision==3.7.4
google-crc32c==1.6.0
google-resumable-media==2.7.2
googleapis-common-protos==1.65.0
grpc-google-iam-v1==0.13.1
grpcio==1.64.1
grpcio-status==1.62.2
idna==3.7
numpy==2.0.0
grpcio==1.67.0
grpcio-status==1.67.0
idna==3.10
isort==5.13.2
mccabe==0.7.0
mypy-extensions==1.0.0
numpy==2.1.2
packaging==24.1
pandas==2.2.2
pathspec==0.12.1
platformdirs==4.3.6
proto-plus==1.24.0
protobuf==4.25.3
pyasn1==0.6.0
pyasn1_modules==0.4.0
pydantic==2.8.2
pydantic_core==2.20.1
protobuf==5.28.2
pyasn1==0.6.1
pyasn1_modules==0.4.1
pydantic==2.9.2
pydantic_core==2.23.4
pyink==24.10.0
pylint==3.3.1
python-dateutil==2.9.0.post0
pytz==2024.1
requests==2.32.3
rsa==4.9
shapely==2.0.5
sgmllib3k==1.0.0
shapely==2.0.6
six==1.16.0
tomlkit==0.13.2
typing_extensions==4.12.2
tzdata==2024.1
urllib3==2.2.2
vertexai==1.49.0
urllib3==2.2.3
vertexai==1.70.0
1 change: 0 additions & 1 deletion video_metadata_toolkit/ai_metadata/llm_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# limitations under the License.
import ast
from typing import Any
import pandas as pd
import project_configs
import vertexai
from vertexai.generative_models import GenerativeModel
Expand Down

0 comments on commit 29816ff

Please sign in to comment.