Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: udpate jina version #120

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dev_gpt/apis/jina_cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def create_flow_yaml(dest_folder, executor_name, use_docker, use_custom_gateway)
port: 8080
protocol: http
jcloud:
version: 3.15.1.dev14
version: 3.16.0
labels:
creator: microchain
name: dev-gpt
Expand Down
2 changes: 1 addition & 1 deletion dev_gpt/options/generate/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def parse_result_fn_requirements(self, content_raw: str):
lines = content_parsed.split('\n')
lines = [line for line in lines if
not any([pkg in line for pkg in ['jina', 'docarray', 'openai', 'pytest', 'gpt_3_5_turbo']])]
content_modified = f'''jina==3.15.1.dev14
content_modified = f'''jina==3.16.0
docarray==0.21.0
openai==0.27.5
pytest
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jinaai/jina:3.15.1-dev14-py39-standard
FROM jinaai/jina:3.16.0-py39-standard

# update pip
RUN pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion dev_gpt/options/generate/static_files/gateway/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jinaai/jina:3.15.1-dev14-py39-standard
FROM jinaai/jina:3.16.0-py39-standard


RUN apt-get update && apt-get install --no-install-recommends -y git pip nginx && rm -rf /var/lib/apt/lists/*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
streamlit==1.16.0
altair==4.2.2
extra-streamlit-components==0.1.55
jina==3.15.1.dev14
jina==3.16.0
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jina==3.15.1.dev14
jina==3.16.0
docarray==0.21.0
openai==0.27.5
pytest
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jina==3.15.1.dev14
jina==3.16.0
docarray==0.21.0
openai==0.27.5
pytest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ with:
port: 8080
protocol: http
jcloud:
version: 3.15.1.dev14
version: 3.16.0
labels:
creator: microchain
name: dev-gpt
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jinaai/jina:3.15.1-dev14-py39-standard
FROM jinaai/jina:3.16.0-py39-standard


RUN apt-get update && apt-get install --no-install-recommends -y git pip nginx && rm -rf /var/lib/apt/lists/*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
streamlit==1.16.0
altair==4.2.2
extra-streamlit-components==0.1.55
jina==3.15.1.dev14
jina==3.16.0
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jina==3.15.1.dev14
jina==3.16.0
docarray==0.21.0
openai==0.27.5
pytest
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jina==3.15.1.dev14
jina==3.16.0
click
streamlit==1.9.0
altair==4.2.2
Expand Down