Skip to content

Commit

Permalink
Merge pull request #295 from aitomatic/deps/upgrade
Browse files Browse the repository at this point in the history
upgrade deps
  • Loading branch information
TheVinhLuong102 authored Jun 5, 2024
2 parents 8c17545 + 5a40352 commit c009526
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ python = ">=3.12,<3.13"
# Llama interface
llamaapi = ">=0.1"
# OpenAI interface
openai = ">=1.30"
openai = ">=1.31"
# LlamaIndex & related
llama-index = ">=0.10"
llama-index-embeddings-azure-openai = ">=0.1"
Expand All @@ -77,13 +77,13 @@ docx2txt = ">=0.8" # for reading .docx files
pypdf = ">=4.2" # for reading .pdf files
pycryptodome = ">=3.20" # for reading .pdf files: PyCryptodome is required for AES algorithm
# file systems
fsspec = ">=2024.5" # base/local file system
fsspec = ">=2024.6" # base/local file system
adlfs = ">=2024.4" # Azure Data Lake
gcsfs = ">=2024.5" # Google Cloud Storage
s3fs = ">=2024.5" # S3
gcsfs = ">=2024.6" # Google Cloud Storage
s3fs = ">=2024.6" # S3
# misc / other
click = ">=8.1"
google-api-python-client = ">=2.130"
google-api-python-client = ">=2.132"
httpx = ">=0.27"
loguru = ">=0.7"
pydantic = ">=2.7"
Expand Down

0 comments on commit c009526

Please sign in to comment.