Skip to content

Commit b31edd1

Browse files
chore(deps-dev): bump cryptography from 45.0.7 to 46.0.6 (#9)
Bumps [cryptography](https://github.com/pyca/cryptography) from 45.0.7 to 46.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@45.0.7...46.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 85bf370 commit b31edd1

2 files changed

Lines changed: 134 additions & 96 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ litellm = ["litellm>=1.81.0, <2"]
4040
any-llm = ["any-llm-sdk>=1.11.0, <2; python_version >= '3.11'"]
4141
realtime = ["websockets>=15.0, <16"]
4242
sqlalchemy = ["SQLAlchemy>=2.0", "asyncpg>=0.29.0"]
43-
encrypt = ["cryptography>=45.0, <46"]
43+
encrypt = ["cryptography>=45.0,<47"]
4444
redis = ["redis>=7"]
4545
dapr = ["dapr>=1.16.0", "grpcio>=1.60.0"]
4646

@@ -70,7 +70,7 @@ dev = [
7070
"eval-type-backport>=0.2.2",
7171
"fastapi >= 0.110.0, <1",
7272
"aiosqlite>=0.21.0",
73-
"cryptography>=45.0, <46",
73+
"cryptography>=45.0,<47",
7474
"fakeredis>=2.31.3",
7575
"dapr>=1.14.0",
7676
"grpcio>=1.60.0",

0 commit comments

Comments
 (0)