⬆️ chore(pyproject.toml): update pandas dependency to version 2.0.3 for compatibility and bug fixes

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-10-05 18:41:55 -03:00
commit c7f8606a72
2 changed files with 1604 additions and 1768 deletions

3370
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -35,7 +35,7 @@ typer = "^0.9.0"
gunicorn = "^21.1.0"
langchain = "^0.0.274"
openai = "^0.27.8"
pandas = "^2.0.0"
pandas = "2.0.3"
chromadb = "^0.3.21"
huggingface-hub = { version = "^0.16.0", extras = ["inference"] }
rich = "^13.4.2"