Skip to content

Commit

Permalink
Agent: Fix pydantic version to <2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyamalviya committed Jul 4, 2023
1 parent 6aac4a4 commit d3b71cf
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 100 deletions.
2 changes: 1 addition & 1 deletion monkey/infection_monkey/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pywin32 = {version = "*", sys_platform = "== 'win32'"} # Lock file is not create
pefile = {version = "*", sys_platform = "== 'win32'"} # Pyinstaller requirement on windows
paramiko = ">=3.1.0"
pypubsub = "*"
pydantic = "*"
pydantic = "<2.0.0"
egg-timer = "*"
cryptography = "*"
serpentarium = "==0.5.0"
Expand Down
137 changes: 38 additions & 99 deletions monkey/infection_monkey/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d3b71cf

Please sign in to comment.