Skip to content
Snippets Groups Projects
Commit 9c3eab2f authored by Alfred Ashur Oshana's avatar Alfred Ashur Oshana
Browse files

small fix

parent 2873dd68
No related branches found
No related tags found
No related merge requests found
...@@ -118,9 +118,9 @@ class ImageBinding(BaseModel): ...@@ -118,9 +118,9 @@ class ImageBinding(BaseModel):
""" """
representation of Image Binding object representation of Image Binding object
""" """
image_id: int pi_id: int
user_data_id: int image_id: Optional[int]
pi_id: str user_data_id: Optional[int]
class Script(BaseModel): class Script(BaseModel):
id: int id: int
......
...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages ...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup( setup(
name='pilab', name='pilab',
version='5.1.3', version='5.1.4',
description='Shared-Libs for the pi-lab microservices', description='Shared-Libs for the pi-lab microservices',
url='https://code.fbi.h-da.de/api/v4/projects/27896/packages/pypi/pilab', url='https://code.fbi.h-da.de/api/v4/projects/27896/packages/pypi/pilab',
author='Max Reinheimer', author='Max Reinheimer',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment