mirror of
https://github.com/hwchase17/langchain
synced 2024-11-02 09:40:22 +00:00
a24a9c6427
They cause `poetry lock` to take a ton of time, and `uv pip install` can resolve the constraints from these toml files in trivial time (addressing problem with #19153) This allows us to properly upgrade lockfile dependencies moving forward, which revealed some issues that were either fixed or type-ignored (see file comments)
3 lines
43 B
Plaintext
3 lines
43 B
Plaintext
lxml>=4.9.3,<6.0
|
|
beautifulsoup4>=4.12.3,<5
|