mirror of
				https://github.com/nonebot/nonebot2.git
				synced 2025-10-31 15:06:42 +00:00 
			
		
		
		
	🐛 Fix: httpx proxy 与 aiohttp timeout 参数新版本修改 (#3152)
This commit is contained in:
		
							
								
								
									
										12
									
								
								envs/pydantic-v1/poetry.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										12
									
								
								envs/pydantic-v1/poetry.lock
									
									
									
										generated
									
									
									
								
							| @@ -1388,13 +1388,13 @@ files = [] | ||||
| develop = true | ||||
|  | ||||
| [package.dependencies] | ||||
| aiohttp = {version = "^3.9.0b0", extras = ["speedups"], optional = true} | ||||
| aiohttp = {version = "^3.11.0", extras = ["speedups"], optional = true} | ||||
| anyio = "^4.4.0" | ||||
| exceptiongroup = "^1.2.2" | ||||
| fastapi = {version = ">=0.93.0,<1.0.0", optional = true} | ||||
| httpx = {version = ">=0.20.0,<1.0.0", extras = ["http2"], optional = true} | ||||
| httpx = {version = ">=0.26.0,<1.0.0", extras = ["http2"], optional = true} | ||||
| loguru = ">=0.6.0,<1.0.0" | ||||
| pydantic = ">=1.10.0,<3.0.0,!=2.5.0,!=2.5.1,!=2.10.0" | ||||
| pydantic = ">=1.10.0,<3.0.0,!=2.5.0,!=2.5.1,!=2.10.0,!=2.10.1" | ||||
| pygtrie = "^2.4.1" | ||||
| python-dotenv = ">=0.21.0,<2.0.0" | ||||
| Quart = {version = ">=0.18.0,<1.0.0", optional = true} | ||||
| @@ -1405,10 +1405,10 @@ websockets = {version = ">=10.0", optional = true} | ||||
| yarl = "^1.7.2" | ||||
|  | ||||
| [package.extras] | ||||
| aiohttp = ["aiohttp[speedups] (>=3.9.0b0,<4.0.0)"] | ||||
| all = ["Quart (>=0.18.0,<1.0.0)", "aiohttp[speedups] (>=3.9.0b0,<4.0.0)", "fastapi (>=0.93.0,<1.0.0)", "httpx[http2] (>=0.20.0,<1.0.0)", "uvicorn[standard] (>=0.20.0,<1.0.0)", "websockets (>=10.0)"] | ||||
| aiohttp = ["aiohttp[speedups] (>=3.11.0,<4.0.0)"] | ||||
| all = ["Quart (>=0.18.0,<1.0.0)", "aiohttp[speedups] (>=3.11.0,<4.0.0)", "fastapi (>=0.93.0,<1.0.0)", "httpx[http2] (>=0.26.0,<1.0.0)", "uvicorn[standard] (>=0.20.0,<1.0.0)", "websockets (>=10.0)"] | ||||
| fastapi = ["fastapi (>=0.93.0,<1.0.0)", "uvicorn[standard] (>=0.20.0,<1.0.0)"] | ||||
| httpx = ["httpx[http2] (>=0.20.0,<1.0.0)"] | ||||
| httpx = ["httpx[http2] (>=0.26.0,<1.0.0)"] | ||||
| quart = ["Quart (>=0.18.0,<1.0.0)", "uvicorn[standard] (>=0.20.0,<1.0.0)"] | ||||
| websockets = ["websockets (>=10.0)"] | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user