Skip to content

Commit c42f3e3

Browse files
committed
LCORE-1490: fixes CVE in pyasn
1 parent b4928e1 commit c42f3e3

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ dependencies = [
6666
# Used for Azure Entra ID token management
6767
"azure-core>=1.38.0",
6868
"azure-identity>=1.21.0",
69-
"pyasn1>=0.6.2",
69+
"pyasn1>=0.6.3", # LCORE-1490
7070
# Used for system prompt template variable rendering
7171
"jinja2>=3.1.0",
7272
]

uv.lock

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

0 commit comments

Comments
 (0)