Skip to content
Merged
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 inference/core/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.51.2"
__version__ = "0.51.3rc1"


if __name__ == "__main__":
Expand Down
2 changes: 1 addition & 1 deletion requirements/_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ asyncua~=1.1.5
cachetools<6.0.0
cython~=3.0.0
python-dotenv~=1.0.0
fastapi>=0.100,<0.111 # be careful with upper pin - fastapi might remove support for on_event
fastapi>=0.100,<0.116 # be careful with upper pin - fastapi might remove support for on_event
numpy>=2.0.0,<2.3.0
opencv-python>=4.8.1.78,<=4.10.0.84
opencv-contrib-python>=4.8.1.78,<=4.10.0.84 # Note: opencv-python considers this as a bad practice, but since our dependencies rely on both we pin both here
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.cli.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
requests>=2.32.0,<3.0.0
docker>=7.0.0,<8.0.0
click<8.2.0 # temporary pin until fastapi/typer#1145 is released
typer>=0.9.0,<=0.12.5
typer>=0.9.0,<=0.16.0
rich>=13.0.0,<13.10.0
PyYAML~=6.0.0
supervision>=0.25.1,<=0.30.0
Expand Down