Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions requirements-base.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ boto3
cachetools
chardet
click
cryptography<40,>=38.0.0
cryptography<45,>=41.0.5
duo-client
email-validator
emails
Expand All @@ -31,7 +31,7 @@ oauth2client
openai
pandas
pdpyras
protobuf<4.24.0,>=3.6.1
protobuf<6.0dev,>=5.26.1
psycopg2-binary
pyarrow
pydantic==1.*
Expand Down
6 changes: 3 additions & 3 deletions requirements-base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=requirements-base.txt requirements-base.in
Expand Down Expand Up @@ -84,7 +84,7 @@ confection==0.1.5
# via
# thinc
# weasel
cryptography==39.0.2
cryptography==44.0.2
# via
# -r requirements-base.in
# msal
Expand Down Expand Up @@ -294,7 +294,7 @@ propcache==0.2.1
# yarl
proto-plus==1.26.0
# via google-api-core
protobuf==4.23.4
protobuf==5.29.4
# via
# -r requirements-base.in
# google-api-core
Expand Down
Loading