Skip to content

Commit

Permalink
Update libs & bump version to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhdzumair committed Nov 12, 2024
1 parent 0487d4a commit dd06f9d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 27 deletions.
43 changes: 22 additions & 21 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mediaflow-proxy"
version = "1.7.6"
version = "1.8.0"
description = "A high-performance proxy server for streaming media, supporting HTTP(S), HLS, and MPEG-DASH with real-time DRM decryption."
authors = ["mhdzumair <[email protected]>"]
readme = "README.md"
Expand All @@ -23,16 +23,16 @@ include = ["LICENSE", "README.md", "mediaflow_proxy/static/*"]

[tool.poetry.dependencies]
python = ">=3.10"
fastapi = "0.115.0"
fastapi = "0.115.4"
httpx = {extras = ["socks"], version = "^0.27.2"}
tenacity = "^9.0.0"
xmltodict = "^0.14.0"
xmltodict = "^0.14.2"
cachetools = "^5.4.0"
pydantic-settings = "^2.5.2"
pydantic-settings = "^2.6.1"
gunicorn = "^23.0.0"
pycryptodome = "^3.20.0"
uvicorn = "^0.31.0"
tqdm = "^4.66.5"
uvicorn = "^0.32.0"
tqdm = "^4.67.0"


[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit dd06f9d

Please sign in to comment.