File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ pyjwt==2.12.1 # https://github.com/jpadilla/pyjwt
1010cryptography==47.0.0 # https://github.com/pyca/cryptography
1111pydantic==2.*
1212typing-extensions==4.* # https://github.com/python/typing_extensions
13- requests>=2.33.1 # https://requests.readthedocs.io/en/latest/
13+ requests>=2.33.1,<3 # https://requests.readthedocs.io/en/latest/
1414httpx>=0.27.0,<1 # https://github.com/encode/httpx - async HTTP for agent tools
1515tokenizers>=0.21,<0.23 # Pin to prevent conflicts with transformers
1616
@@ -83,7 +83,6 @@ mcp>=1.27.0 # https://github.com/anthropics/python-sdk
8383# ------------------------------------------------------------------------------
8484twisted>=24.7.0rc1 # not directly required, pinned by Snyk to avoid a vulnerability
8585ipython>=9.13.0 # not directly required, pinned by Snyk to avoid a vulnerability
86- requests>=2.32.2 # not directly required, pinned by Snyk to avoid a vulnerability
8786setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability
8887sqlparse>=0.5.0 # not directly required, pinned by Snyk to avoid a vulnerability
8988tornado>=6.5.5 # not directly required, pinned by Snyk to avoid a vulnerability
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ python-pptx
5454django==5.2.13 # https://www.djangoproject.com/
5555twisted>=25.5.0 # not directly required, pinned by Snyk to avoid a vulnerability
5656ipython>=9.13.0 # not directly required, pinned by Snyk to avoid a vulnerability
57- requests>=2.33.1 # not directly required, pinned by Snyk to avoid a vulnerability
57+ requests>=2.33.1,<3 # not directly required, pinned by Snyk to avoid a vulnerability
5858setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability
5959sqlparse>=0.5.0 # not directly required, pinned by Snyk to avoid a vulnerability
6060tornado>=6.5.5 # not directly required, pinned by Snyk to avoid a vulnerability
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ google-auth==2.49.2
2020django==5.2.13 # https://www.djangoproject.com/
2121twisted>=25.5.0 # not directly required, pinned by Snyk to avoid a vulnerability
2222ipython>=9.13.0 # not directly required, pinned by Snyk to avoid a vulnerability
23- requests>=2.33.1 # not directly required, pinned by Snyk to avoid a vulnerability
23+ requests>=2.33.1,<3 # not directly required, pinned by Snyk to avoid a vulnerability
2424setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability
2525sqlparse>=0.5.0 # not directly required, pinned by Snyk to avoid a vulnerability
2626tornado>=6.5.5 # not directly required, pinned by Snyk to avoid a vulnerability
You can’t perform that action at this time.
0 commit comments