Skip to content

Commit

Permalink
ups2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexviquez committed Dec 28, 2023
1 parent 74a9850 commit 8d318a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cuenca/resources/questionnaires.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import datetime as dt
from typing import ClassVar, cast

from cuenca_validations.types import QuestionnaireRequest
from cuenca_validations.types import QuestionnairesRequest

from ..http import Session, session as global_session
from .base import Creatable, Retrievable
Expand Down Expand Up @@ -31,7 +31,7 @@ def create(
*,
session: Session = global_session,
) -> 'Questionnaires':
req = QuestionnaireRequest(
req = QuestionnairesRequest(
user_id=user_id,
token=token,
alert_id=alert_id,
Expand Down
2 changes: 1 addition & 1 deletion cuenca/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '0.15.11.dev4'
__version__ = '0.15.11.dev5'
CLIENT_VERSION = __version__
API_VERSION = '2020-03-19'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
requests==2.27.1
cuenca-validations==0.11.23.dev1
cuenca-validations==0.11.23.dev2
dataclasses>=0.7;python_version<"3.7"

0 comments on commit 8d318a4

Please sign in to comment.