Skip to content

Commit

Permalink
other pydantic version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexviquez committed Mar 8, 2023
1 parent e2e24d6 commit a5f972f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion facturapi/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.1.1.dev0' # pragma: no cover
__version__ = '0.1.1.dev1' # pragma: no cover
CLIENT_VERSION = __version__
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
requests==2.28.1
pydantic==1.8.2
pydantic==1.7.3
dataclasses>=0.7;python_version<"3.7"

0 comments on commit a5f972f

Please sign in to comment.