mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-05-25 18:20:07 +08:00
Bumps the uv group with 2 updates in the / directory: [paramiko](https://github.com/paramiko/paramiko) and [urllib3](https://github.com/urllib3/urllib3). Updates `paramiko` from 4.0.0 to 5.0.0 - [Commits](https://github.com/paramiko/paramiko/compare/4.0.0...5.0.0) Updates `urllib3` from 2.6.3 to 2.7.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.6.3...2.7.0) --- updated-dependencies: - dependency-name: paramiko dependency-version: 5.0.0 dependency-type: direct:production dependency-group: uv - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: indirect dependency-group: uv ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
28 lines
599 B
TOML
28 lines
599 B
TOML
[project]
|
|
name = "foxel"
|
|
version = "1"
|
|
description = "foxel.cc"
|
|
readme = "README.md"
|
|
requires-python = ">=3.14"
|
|
dependencies = [
|
|
"aioboto3>=15.5.0",
|
|
"bcrypt>=5.0.0",
|
|
"croniter>=6.0.0",
|
|
"fastapi>=0.127.0",
|
|
"mcp>=1.26.0",
|
|
"paramiko>=5.0.0",
|
|
"pillow>=12.2.0",
|
|
"pydantic[email]>=2.12.5",
|
|
"pyjwt>=2.10.1",
|
|
"pymilvus[milvus-lite]>=2.6.5",
|
|
"pysocks>=1.7.1",
|
|
"python-dotenv>=1.2.2",
|
|
"python-multipart>=0.0.27",
|
|
"qdrant-client>=1.16.2",
|
|
"setuptools<82",
|
|
"telethon>=1.42.0",
|
|
"tortoise-orm>=1.0.0",
|
|
"uvicorn>=0.40.0",
|
|
"websockets",
|
|
]
|