We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a87362 commit 3a27fd7Copy full SHA for 3a27fd7
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "phase_dev"
7
-version = "2.1.1"
+version = "2.1.2"
8
description = "Python SDK for Phase secrets manager"
9
readme = "README.md"
10
requires-python = ">=3.10"
@@ -17,8 +17,8 @@ authors = [
17
{ name = "Phase", email = "rohan@phase.dev" }
18
]
19
dependencies = [
20
- "pyNaCl >= 1.4.0",
21
- "requests >= 2.26.0",
+ "pyNaCl >= 1.5.0",
+ "requests >= 2.32.0",
22
23
24
[project.optional-dependencies]
0 commit comments