Skip to content

Commit

Permalink
bug: fix pinned pydantic dependency (#13)
Browse files Browse the repository at this point in the history
* init

* init 2
  • Loading branch information
mgorsk1 authored Dec 2, 2021
1 parent afb4bb6 commit c9e9341
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion atlasclient/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.1.2'
__version__ = '1.2.0'

# Set default logging handler to avoid "No handler found" warnings.
import logging
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
six >=1.11.0
Click >=6.0
requests >=2.18.4
pydantic==1.7.2
pydantic>=1.7.2
2 changes: 1 addition & 1 deletion test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ pytest_cov>=2.5.1
tox==3.12.1
tox-travis==0.12
coveralls==1.8.2
pydantic==1.7.2
pydantic>=1.7.2

0 comments on commit c9e9341

Please sign in to comment.