Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bump pydantic from 2.0 to 2.6.0 #116

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 10 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ autobahn==22.7.1
# via watson-developer-cloud
automat==22.10.0
# via twisted
azure-ai-formrecognizer==3.3.2
azure-ai-formrecognizer==3.2.0
# via -r requirements.in
azure-cognitiveservices-speech==1.30.0
# via -r requirements.in
Expand Down Expand Up @@ -173,7 +173,7 @@ google-cloud-language==2.10.0
# via -r requirements.in
google-cloud-resource-manager==1.10.4
# via google-cloud-aiplatform
google-cloud-speech==2.21.0
google-cloud-speech==2.20.0
# via -r requirements.in
google-cloud-storage==2.9.0
# via
Expand Down Expand Up @@ -307,6 +307,7 @@ openai==0.28.1
# via -r requirements.in
packaging==23.2
# via
# aleph-alpha-client
# google-cloud-aiplatform
# google-cloud-bigquery
# huggingface-hub
Expand Down Expand Up @@ -394,9 +395,9 @@ pycountry==22.3.5
# via -r requirements.in
pycparser==2.21
# via cffi
pydantic==2.0
pydantic==2.6.0
# via -r requirements.in
pydantic-core==2.0.1
pydantic-core==2.16.1
# via pydantic
pydub==0.25.1
# via -r requirements.in
Expand Down Expand Up @@ -456,6 +457,7 @@ pytz==2023.3
pyyaml==6.0
# via
# huggingface-hub
# responses
# sagemaker
requests==2.31.0
# via
Expand All @@ -475,13 +477,13 @@ requests==2.31.0
# msrest
# openai
# requests-oauthlib
# responses
# sphinx
# watson-developer-cloud
responses==0.24.1
# via
# corticalio
requests-oauthlib==1.3.1
# via msrest
responses==0.24.1
# via -r requirements.in
rsa==4.9
# via google-auth
s3transfer==0.7.0
Expand Down Expand Up @@ -578,6 +580,7 @@ urllib3==1.26.16
# google-auth
# ibm-cloud-sdk-core
# requests
# responses
watson-developer-cloud==2.0.0
# via -r requirements.in
websocket-client==1.1.0
Expand Down
Loading