mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-03 13:43:24 +00:00
community[patch]: Add constraint for pdfminer.six to unbreak CI (#23988)
Something changed in pdfminer six. This PR unreaks CI without fixing the underlying PDF parser.
This commit is contained in:
parent
2c180d645e
commit
aa8c9bb4a9
@ -52,7 +52,7 @@ openapi-pydantic>=0.3.2,<0.4
|
|||||||
oracle-ads>=2.9.1,<3
|
oracle-ads>=2.9.1,<3
|
||||||
oracledb>=2.2.0,<3
|
oracledb>=2.2.0,<3
|
||||||
pandas>=2.0.1,<3
|
pandas>=2.0.1,<3
|
||||||
pdfminer-six>=20221105
|
pdfminer-six>=20221105,<20240706
|
||||||
pgvector>=0.1.6,<0.2
|
pgvector>=0.1.6,<0.2
|
||||||
praw>=7.7.1,<8
|
praw>=7.7.1,<8
|
||||||
premai>=0.3.25,<0.4
|
premai>=0.3.25,<0.4
|
||||||
|
Loading…
Reference in New Issue
Block a user