Skip to content

Commit

Permalink
Freeze openai version
Browse files Browse the repository at this point in the history
  • Loading branch information
harishmohanraj committed Mar 12, 2024
1 parent 6dc69af commit fc88201
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion faststream_gen/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.7"
__version__ = "0.1.8rc0"
4 changes: 2 additions & 2 deletions settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
### Python library ###
repo = faststream-gen
lib_name = %(repo)s
version = 0.1.7
version = 0.1.8rc0
min_python = 3.8
license = apache2
black_formatting = False
Expand Down Expand Up @@ -42,7 +42,7 @@ requirements = \
faststream[rabbit,kafka,testing]>=0.1.5 \
typer>=0.9.0 \
yaspin>=2.3.0 \
openai>=0.27.8 \
openai==0.27.8 \
faiss-cpu>=1.7.4 \
langchain>=0.0.276 \
tiktoken>=0.4.0 \
Expand Down

0 comments on commit fc88201

Please sign in to comment.