Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
philschmid committed Nov 6, 2023
1 parent 5434a57 commit 8058fc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion easyllm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2023-present philschmid <[email protected]>
#
# SPDX-License-Identifier: MIT
__version__ = "0.7.0.dev0"
__version__ = "0.6.1"
2 changes: 1 addition & 1 deletion easyllm/utils/aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
from datetime import datetime
from typing import Optional

from botocore.config import Config
from requests import __version__ as requests_version
from requests.auth import AuthBase
from requests.compat import urlparse
from requests.models import PreparedRequest

try:
import boto3
from botocore.config import Config
except ImportError:
boto3 = None

Expand Down

0 comments on commit 8058fc0

Please sign in to comment.