mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
Fix #7629 - Add tzdata package to Dockerfile (#8915) (#9009)
All checks were successful
Read Version from pyproject.toml / read-version (push) Successful in 17s
All checks were successful
Read Version from pyproject.toml / read-version (push) Successful in 17s
* Add tzdata package to Dockerfile * Move tzdata to python requirement.txt Co-authored-by: subnet.dev <50828879+subnet-dev@users.noreply.github.com>
This commit is contained in:
parent
4578e5e620
commit
17efbf0ee9
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ opentelemetry-exporter-otlp==1.25.0
|
|||
sentry_sdk==2.21.0 # for sentry error handling
|
||||
detect-secrets==1.5.0 # Enterprise - secret detection / masking in LLM requests
|
||||
cryptography==43.0.1
|
||||
tzdata==2025.1 # IANA time zone database
|
||||
|
||||
### LITELLM PACKAGE DEPENDENCIES
|
||||
python-dotenv==1.0.0 # for env
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue