Skip to content

Commit 5035763

Browse files
authored
Add JWT as explicit dependency (#810)
# Motivation <!-- Why is this change necessary? --> # Content <!-- Please include a summary of the change --> # Testing <!-- How was the change tested? --> # Please check the following before marking your PR as ready for review - [ ] I have added tests for my changes - [ ] I have updated the documentation or added new documentation as needed
1 parent fc16cbd commit 5035763

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ dependencies = [
8080
"colorlog>=6.9.0",
8181
"langsmith",
8282
"langchain-xai>=0.2.1",
83+
"jwt>=1.3.1",
8384
]
8485

8586
license = { text = "Apache-2.0" }

uv.lock

Lines changed: 13 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)