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
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 @@ -37,8 +39,8 @@ httpx==0.28.1
# anthropic
# langsmith
# openai
humanize==4.12.3
# via -r requirements/requirements.in
humanize==4.13.0
# 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
# via -r requirements.in
langchain-core==0.3.74
# 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
Copy link

Choose a reason for hiding this comment

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

Bug: Unexpected Dependency Downgrades Cause Concern

This PR unexpectedly downgrades click from 8.2.1 to 8.1.8 and markdown-it-py from 4.0.0 to 3.0.0. These changes appear as a side effect of updating humanize, suggesting a dependency conflict. Such downgrades could introduce breaking changes or reintroduce bugs, especially with markdown-it-py being a major version downgrade.

Additional Locations (1)

Fix in Cursor Fix in Web

# 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