Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 21 additions & 16 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,26 @@ anyio==4.10.0
# httpx
# openai
arrow==1.3.0
# via -r requirements/requirements.in
# via -r requirements.in
certifi==2025.8.3
# via
# httpcore
# httpx
# requests
charset-normalizer==3.4.3
# via requests
click==8.2.1
# via -r requirements/requirements.in
click==8.1.8
# via -r requirements.in
distro==1.9.0
# via
# anthropic
# openai
exceptiongroup==1.3.0
# via anyio
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Unexpected Downgrades and New Dependency in langchain-core

The langchain-core minor version bump (0.3.74 to 0.3.75) unexpectedly caused markdown-it-py to downgrade from 4.0.0 to 3.0.0 (a major version change) and click from 8.2.1 to 8.1.8. These downgrades could introduce breaking changes. A new dependency, exceptiongroup==1.3.0, was also added. This suggests stricter constraints from langchain-core or an environment mismatch during requirements regeneration.

Additional Locations (1)

Fix in Cursor Fix in Web

gitdb==4.0.12
# via gitpython
gitpython==3.1.45
# via -r requirements/requirements.in
# via -r requirements.in
h11==0.16.0
# via httpcore
httpcore==1.0.9
Expand All @@ -38,7 +40,7 @@ httpx==0.28.1
# langsmith
# openai
humanize==4.12.3
# via -r requirements/requirements.in
# via -r requirements.in
idna==3.10
# via
# anyio
Expand All @@ -53,19 +55,19 @@ jsonpatch==1.33
jsonpointer==3.0.0
# via jsonpatch
langchain-anthropic==0.3.19
# via -r requirements/requirements.in
langchain-core==0.3.74
# via -r requirements.in
langchain-core==0.3.75
# via
# -r requirements/requirements.in
# -r requirements.in
# langchain-anthropic
# langchain-openai
langchain-openai==0.3.31
# via -r requirements/requirements.in
# via -r requirements.in
langsmith==0.4.16
# via langchain-core
loguru==0.7.3
# via -r requirements/requirements.in
markdown-it-py==4.0.0
# via -r requirements.in
markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
Expand All @@ -78,7 +80,7 @@ packaging==25.0
# langchain-core
# langsmith
prompt-toolkit==3.0.51
# via -r requirements/requirements.in
# via -r requirements.in
pydantic==2.11.7
# via
# anthropic
Expand All @@ -91,12 +93,12 @@ pydantic-core==2.33.2
pygments==2.19.2
# via rich
pyperclip==1.9.0
# via -r requirements/requirements.in
# via -r requirements.in
python-dateutil==2.9.0.post0
# via arrow
pyyaml==6.0.2
# via
# -r requirements/requirements.in
# -r requirements.in
# langchain-core
regex==2025.7.34
# via tiktoken
Expand All @@ -108,7 +110,7 @@ requests==2.32.5
requests-toolbelt==1.0.0
# via langsmith
rich==14.1.0
# via -r requirements/requirements.in
# via -r requirements.in
six==1.17.0
# via python-dateutil
smmap==5.0.2
Expand All @@ -122,7 +124,7 @@ tenacity==9.1.2
# via langchain-core
tiktoken==0.11.0
# via
# -r requirements/requirements.in
# -r requirements.in
# langchain-openai
tqdm==4.67.1
# via openai
Expand All @@ -131,6 +133,9 @@ types-python-dateutil==2.9.0.20250822
typing-extensions==4.14.1
# via
# anthropic
# anyio
# exceptiongroup
# gitpython
# langchain-core
# openai
# pydantic
Expand Down