Skip to content

Commit c5d43f1

Browse files
author
Andres Hernandez
committed
No validations for CV. Just for pre release.
1 parent c3f460e commit c5d43f1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

cuenca/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '0.7.17'
1+
__version__ = '0.7.18.dev3'
22
CLIENT_VERSION = __version__
33
API_VERSION = '2020-03-19'

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
install_requires=[
2626
'requests>=2.24,<28',
2727
'dataclasses>=0.7;python_version<"3.7"',
28-
'cuenca-validations>=0.9.18,<0.9.23',
2928
],
3029
classifiers=[
3130
'Programming Language :: Python :: 3',

0 commit comments

Comments
 (0)