Skip to content

Commit 1824e0d

Browse files
committed
phase1 of updates to coinside with symbiont 0.3.1
1 parent 790f176 commit 1824e0d

File tree

8 files changed

+1809
-55
lines changed

8 files changed

+1809
-55
lines changed

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,13 @@ classifiers = [
2929
"Topic :: Security",
3030
]
3131
dependencies = [
32-
"requests",
32+
"requests>=2.31.0",
3333
"pydantic>=2.0.0",
34-
"python-dotenv",
34+
"python-dotenv>=1.0.0",
35+
"pyjwt>=2.8.0",
36+
"cryptography>=41.0.0",
37+
"pyyaml>=6.0.0",
38+
"pydantic-settings>=2.0.0",
3539
]
3640

3741
[project.optional-dependencies]

requirements.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
requests
2-
pydantic
3-
python-dotenv
1+
requests>=2.31.0
2+
pydantic>=2.0.0
3+
python-dotenv>=1.0.0
4+
pyjwt>=2.8.0
5+
cryptography>=41.0.0
6+
pyyaml>=6.0.0
7+
pydantic-settings>=2.0.0

0 commit comments

Comments
 (0)