Skip to content

Commit 293c650

Browse files
committed
build: add cryptography dependency for encrypted sessions
1 parent 7cf7124 commit 293c650

File tree

2 files changed

+57
-2
lines changed

2 files changed

+57
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ viz = ["graphviz>=0.17"]
3939
litellm = ["litellm>=1.67.4.post1, <2"]
4040
realtime = ["websockets>=15.0, <16"]
4141
sqlalchemy = ["SQLAlchemy>=2.0", "asyncpg>=0.29.0"]
42+
encrypt = ["cryptography>=45.0, <46"]
4243

4344
[dependency-groups]
4445
dev = [
@@ -65,6 +66,7 @@ dev = [
6566
"eval-type-backport>=0.2.2",
6667
"fastapi >= 0.110.0, <1",
6768
"aiosqlite>=0.21.0",
69+
"cryptography>=45.0, <46",
6870
]
6971

7072
[tool.uv.workspace]

uv.lock

Lines changed: 55 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)