fix(deps): add httpx, remove unused gel dependency
Build and Push Docker Container / build-and-push (push) Successful in 8m20s
Build and Push Docker Container / build-and-push (push) Successful in 8m20s
- Add httpx>=0.28.0 (required by quart_common.web.wide_event) - Remove gel>=3.1.0 (only lazy-imported in EdgeDB.py with try/except) - Update uv.lock with resolved dependency changes
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"aiologger>=0.7.0",
|
||||
"dotenv>=0.9.9",
|
||||
"gel>=3.1.0",
|
||||
"httpx>=0.28.0",
|
||||
"redis>=5.2.1",
|
||||
"quart>=0.20.0",
|
||||
"python-dotenv>=1.2.2",
|
||||
|
||||
Reference in New Issue
Block a user