Skip to content

Commit

Permalink
Pin PyJWT (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade authored Sep 27, 2024
1 parent e565995 commit 4867eec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/composio/tools/local/codeanalysis/tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class CodeAnalysisTool(LocalTool, autoload=True):
"sentence-transformers",
"tree_sitter_languages",
"git+https://github.com/DataDog/jedi.git@92d0c807b0dcd115b1ffd0a4ed21e44db127c2fb#egg=jedi",
"PyJWT", # deeplake/client/client.py:41
]

logo = "https://raw.githubusercontent.com/ComposioHQ/composio/master/python/docs/imgs/logos/codemap.png"
Expand Down
1 change: 1 addition & 0 deletions python/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ deps =
libcst # codeanalysis
sentence_transformers # codeanalysis
tree_sitter_languages # codeanalysis
PyJWT # deeplake/client/client.py:41
commands =
; Setup tests
composio apps update
Expand Down

0 comments on commit 4867eec

Please sign in to comment.