Skip to content

Commit

Permalink
Merge pull request #157 from duo-labs/fix/delay-pydantic-update
Browse files Browse the repository at this point in the history
fix/delay-pydantic-update
  • Loading branch information
MasterKale committed Jul 5, 2023
2 parents 822c9e0 + 4352ed4 commit 8f1a82b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ pathspec==0.9.0
platformdirs==2.4.0
pycodestyle==2.8.0
pycparser==2.20
pydantic==1.9.0
pydantic==1.10.11
pyflakes==2.4.0
pyOpenSSL==23.2.0
regex==2021.10.8
six==1.16.0
toml==0.10.2
tomli==1.2.1
typing-extensions==3.10.0.2
typing-extensions==4.2.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def find_version(*file_paths):
'asn1crypto>=1.4.0',
'cbor2>=5.4.2.post1',
'cryptography>=39.0.1',
'pydantic>=1.9.0',
'pydantic>=1.10.11,<2.0a0',
'pyOpenSSL>=23.0.0',
]
)

0 comments on commit 8f1a82b

Please sign in to comment.