chore: adds comment to toml and updates poetry lock
This commit is contained in:
parent
0eee9f74ba
commit
b00e7ce8c7
2 changed files with 2 additions and 2 deletions
2
poetry.lock
generated
2
poetry.lock
generated
|
|
@ -13683,4 +13683,4 @@ scraping = ["APScheduler", "beautifulsoup4", "lxml", "playwright", "protego", "t
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.1"
|
lock-version = "2.1"
|
||||||
python-versions = ">=3.10,<3.14"
|
python-versions = ">=3.10,<3.14"
|
||||||
content-hash = "b6ede4c196d086f7159f84142c16d16fcc19bc73fcb9ab274a3b6351e6fcbb7e"
|
content-hash = "4eb15786ee75e2ccbb980fbc97dfbdc7d4e54db291fabdd4b0dcbca44197260f"
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@ dependencies = [
|
||||||
"pypdf>=4.1.0,<7.0.0",
|
"pypdf>=4.1.0,<7.0.0",
|
||||||
"jinja2>=3.1.3,<4",
|
"jinja2>=3.1.3,<4",
|
||||||
"lancedb>=0.24.0,<1.0.0",
|
"lancedb>=0.24.0,<1.0.0",
|
||||||
"lance-namespace<=0.0.21",
|
"lance-namespace<=0.0.21", # Quick fix for lancedb lance-namespace 0.2.0 issue
|
||||||
"nbformat>=5.7.0,<6.0.0",
|
"nbformat>=5.7.0,<6.0.0",
|
||||||
"alembic>=1.13.3,<2",
|
"alembic>=1.13.3,<2",
|
||||||
"limits>=4.4.1,<5",
|
"limits>=4.4.1,<5",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue