Skip to content

Commit

Permalink
Merge branch 'main' into feat!/ota_failed_on_ecu_info_proxy_info_default
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodong-Yang authored Dec 25, 2024
2 parents 5f00866 + 9fb16b9 commit 5c3861a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies = [
"requests<2.33,>=2.32",
"simple-sqlite3-orm<0.8,>=0.7",
"typing-extensions>=4.6.3",
"urllib3<2.3,>=2.2.2",
"urllib3>=2.2.2,<2.4",
"uvicorn[standard]>=0.30,<0.35",
"zstandard<0.24,>=0.22",
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ pyyaml<7,>=6.0.1
requests<2.33,>=2.32
simple-sqlite3-orm<0.8,>=0.7
typing-extensions>=4.6.3
urllib3<2.3,>=2.2.2
urllib3>=2.2.2,<2.4
uvicorn[standard]>=0.30,<0.35
zstandard<0.24,>=0.22

0 comments on commit 5c3861a

Please sign in to comment.