Skip to content

Commit

Permalink
build: upgrade pyatls (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
zizhong authored Sep 2, 2023
1 parent 994161c commit 5ff9ce1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python-package/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "opaqueprompts"
version = "0.0.4"
version = "0.0.5"
description = "The client-side SDK for OpaquePrompts, a privacy layer that enables applications to wrap external provider calls with a sanitization mechanism that hides sensitive inputs via an attested trusted execution environment."
readme = "README.md"
authors= [{ name = "Opaque Systems", email = "[email protected]" }]
Expand All @@ -13,7 +13,7 @@ classifiers = [
]
keywords = ["confidential", "llm", "ai", "generative", "security", "privacy"]
dependencies = [
"pyatls",
"pyatls >= 0.0.3",
"requests >= 2.0",
]

Expand Down

0 comments on commit 5ff9ce1

Please sign in to comment.