Skip to content

Commit

Permalink
FCL-477 | update caselasw api client version
Browse files Browse the repository at this point in the history
  • Loading branch information
jlhdxw committed Feb 3, 2025
1 parent 17a2547 commit 715a1c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion judgments/resolvers/document_resolver_engine.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from typing import Optional

from caselawclient.models.documents import DocumentURIString
from caselawclient.models.documents.exceptions import InvalidDocumentURIException
from caselawclient.types import InvalidDocumentURIException
from django.http import Http404
from django.http.request import HttpRequest
from django.views.generic import View
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ django-environ==0.12.0 # https://github.com/joke2k/django-environ
django-model-utils==5.0.0 # https://github.com/jazzband/django-model-utils
requests~=2.32.2
wsgi-basic-auth~=1.1.0
ds-caselaw-marklogic-api-client~=29.2.0
ds-caselaw-marklogic-api-client~=30.0.0
ds-caselaw-utils==2.2.1
rollbar
django-weasyprint==2.3.1
Expand Down

0 comments on commit 715a1c1

Please sign in to comment.