Skip to content

Commit

Permalink
bumping transpiler and plater version
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanDietzMorris committed Aug 1, 2024
1 parent ae55ba8 commit 35df1dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PLATER/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pyaml==20.4.0
pytest==7.4.3
pytest-asyncio==0.21.1
uvicorn==0.24.0
reasoner-transpiler==2.2.2
reasoner-transpiler==2.2.3
reasoner-pydantic==5.0.4
httpx==0.25.1
pytest-httpx==0.26.0
Expand Down
2 changes: 1 addition & 1 deletion PLATER/services/util/api_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def get_graph_interface():


def construct_open_api_schema(app, trapi_version, prefix="", plater_title='Plater API'):
plater_version = config.get('PLATER_VERSION', 'v2.0.1')
plater_version = config.get('PLATER_VERSION', 'v2.0.2')
server_url = config.get('PUBLIC_URL', '')
if app.openapi_schema:
return app.openapi_schema
Expand Down
2 changes: 1 addition & 1 deletion PLATER/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

setup(
name='PLATER',
version='v2.0.1',
version='v2.0.2',
packages=find_packages(),
)

0 comments on commit 35df1dc

Please sign in to comment.