Skip to content

Commit

Permalink
Release update
Browse files Browse the repository at this point in the history
  • Loading branch information
mmartial committed Dec 17, 2024
1 parent bed5223 commit 197b361
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ DOCKER_CMD=docker
OAI_BASE="python:3.12-slim-bookworm"

# Version infomation and container name
OAI_VERSION="0.9.9"
OAI_VERSION="0.9.10"

OAI_CONTAINER_NAME="openai_webui"

Expand Down
2 changes: 1 addition & 1 deletion common_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

from datetime import datetime

iti_version="0.9.9"
iti_version="0.9.10"

def isBlank (myString):
return not (myString and myString.strip())
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "Infotrend-OpenAI_WebUI"
version = "0.9.9"
version = "0.9.10"
description = "Streamlit-based WebUI to OpenAI's ChatGPT and Dall-E's API (requires an OpenAI API key)."
authors = ["Martial Michel <[email protected]>"]
license = "MIT"
Expand All @@ -14,7 +14,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry.dependencies]
python = "^3.10"
openai = "==1.56.1"
openai = "==1.58.1"
streamlit = "^1.39.0"
extra-streamlit-components = "^0.1.71"
streamlit-extras = "^0.4.7"
Expand Down

0 comments on commit 197b361

Please sign in to comment.