mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-04-24 00:47:44 -04:00
infra: prepare for 0.0.3 release
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
@@ -47,7 +47,7 @@ classifiers = [
|
||||
dependencies = [
|
||||
# bentoml[io] includes pydantic, PIL, filetype, pandas and numpy
|
||||
# bentoml[grpc,grpc-reflection] include grpcio, grpcio-reflection
|
||||
"bentoml@git+https://github.com/bentoml/bentoml.git@main",
|
||||
"bentoml",
|
||||
"filetype",
|
||||
"Pillow",
|
||||
"protobuf",
|
||||
@@ -61,7 +61,7 @@ dependencies = [
|
||||
"orjson",
|
||||
"inflection",
|
||||
# pydantic 2 ftw
|
||||
"pydantic@git+https://github.com/pydantic/pydantic.git@main",
|
||||
"pydantic",
|
||||
# astor for generating service file.
|
||||
"astor",
|
||||
]
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
__version__ = "0.0.2"
|
||||
__version__ = "0.0.3"
|
||||
|
||||
Reference in New Issue
Block a user