Skip to content

Commit 7363c7c

Browse files
Update psutil requirement from >=5.9.0 to >=7.2.2 in /src/a2a
Updates the requirements on [psutil](https://github.com/giampaolo/psutil) to permit the latest version. - [Changelog](https://github.com/giampaolo/psutil/blob/master/docs/changelog.rst) - [Commits](giampaolo/psutil@v5.9.0...v7.2.2) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f480577 commit 7363c7c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/a2a/requirements_a2a.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
fastapi>=0.104.0
1+
fastapi>=0.104.0
22
uvicorn[standard]>=0.24.0
33
starlette>=0.27.0
44
pydantic>=2.5.0
55
aiofiles>=23.2.0
66
httpx>=0.25.0
7-
psutil>=5.9.0
7+
psutil>=7.2.2
88
prometheus-client>=0.19.0
99
gunicorn>=21.2.0
1010
aiosignal>=1.3.0

0 commit comments

Comments
 (0)