Skip to content

Commit

Permalink
Bump to be LibBS 0.13.0 compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
mahaloz committed Jan 7, 2024
1 parent 5c67f8d commit 5b7ffc0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dailalib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.2.0"
__version__ = "2.2.1"

from .api import AIAPI, OpenAIAPI
from libbs.api import DecompilerInterface
Expand Down
2 changes: 1 addition & 1 deletion dailalib/api/openai/prompts.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import typing

from libbs.data import Comment
from libbs.artifacts import Comment

from .prompt import Prompt

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ long_description_content_type = text/markdown
[options]
install_requires =
openai>=1.0.0
libbs>=0.9.0
libbs>=0.13.0
tiktoken
varbert>=2.0.5

Expand Down

0 comments on commit 5b7ffc0

Please sign in to comment.