Skip to content

Commit d093dcb

Browse files
Upgrade Together and Uvicorn packages (#1489)
* Upgrade Together and Uvicorn packages Upgrade Together and Uvicorn packages to satisfy dependabot. * Remove exclusion of typer-slim from dependencies and add it back to the project now that issue is resolved in the dependency. --------- Co-authored-by: Vishal Doshi <vishal@mlcommons.org>
1 parent 0324dc1 commit d093dcb

2 files changed

Lines changed: 53 additions & 501 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ dependencies = [
6666
"diskcache>=5.6.3,<6.0.0",
6767
"starlette>=0.41",
6868
"fastapi>=0.115",
69-
"together>=1.2.3,<2.0.0",
69+
"together>=1.2.3,<3.0.0",
7070
"anthropic",
7171
"azure-ai-ml>=1.22,<2.0.0",
7272
"google-api-python-client>=2.179.0",
@@ -81,7 +81,7 @@ dependencies = [
8181
"openai>=2.12.0,<3.0.0",
8282
"pyarrow>=22.0.0,<24.0.0",
8383
"tiktoken>=0.12.0,<1.0.0",
84-
"uvicorn>=0.38,<0.41",
84+
"uvicorn>=0.38,<0.42",
8585
"airrlogger",
8686
]
8787

@@ -109,11 +109,6 @@ dev = [
109109

110110
[tool.uv]
111111
package = true
112-
# together depends on typer and hfh depends on typer-slim.
113-
# they both install to the same package (typer), and so can
114-
# result in conflicts. here, we explicitly exclude typer-slim,
115-
# which hfh does not pin to any version.
116-
exclude-dependencies = [ "typer-slim" ]
117112
[tool.setuptools]
118113
package-dir = {"" = "src"}
119114

0 commit comments

Comments
 (0)