We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeca28d commit 63823a5Copy full SHA for 63823a5
cuenca/version.py
@@ -1,3 +1,3 @@
1
-__version__ = '2.0.0.dev1'
+__version__ = '2.0.0.dev2'
2
CLIENT_VERSION = __version__
3
API_VERSION = '2020-03-19'
setup.py
@@ -24,7 +24,7 @@
24
python_requires='>=3.9',
25
install_requires=[
26
'requests>=2.32.3',
27
- 'cuenca-validations>=2.0.0',
+ 'cuenca-validations==2.0.0.dev8',
28
'pydantic-extra-types>=2.10.1',
29
],
30
classifiers=[
0 commit comments