Skip to content

Commit

Permalink
Merge pull request #387 from Kav-K/e2b-update
Browse files Browse the repository at this point in the history
bump e2b
  • Loading branch information
Kav-K authored Nov 9, 2023
2 parents 147ef62 + 97c519b commit 3d52a9c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cogs/code_interpreter_service_cog.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import discord
import openai
from discord.ext import pages
from e2b import Session, DataAnalysis
from e2b import DataAnalysis
from e2b.templates.data_analysis import Artifact

from langchain.agents import (
Expand Down
2 changes: 1 addition & 1 deletion gpt3discord.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
from models.openai_model import Model


__version__ = "12.1.5"
__version__ = "12.1.6"


PID_FILE = Path("bot.pid")
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies = [
"replicate==0.15.4",
"tiktoken==0.4.0",
"pydantic==2.4.2",
"e2b==0.9.6"
"e2b==0.10.6"
]

dynamic = ["version"]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ nltk==3.8.1
replicate==0.15.4
tiktoken==0.4.0
pydantic==2.4.2
e2b==0.9.6
e2b==0.10.6
2 changes: 1 addition & 1 deletion requirements_base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ nltk==3.8.1
replicate==0.15.4
tiktoken==0.4.0
pydantic==2.4.2
e2b==0.9.6
e2b==0.10.6

0 comments on commit 3d52a9c

Please sign in to comment.