File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " nice-fetch-ai-adapter"
3
- version = " 0.1.1 "
3
+ version = " 0.1.2 "
4
4
description = " "
5
5
authors = [" Helena Adamkova <58051865+Ellenn-A@users.noreply.github.com>" ]
6
6
license = " Apache2"
@@ -10,21 +10,21 @@ readme = "README.md"
10
10
start = " app.main:start"
11
11
12
12
[tool .poetry .dependencies ]
13
- python = " ~3.12 "
14
- fastapi = " ^0.111.0 "
15
- uvicorn = " ~0.20 .0"
13
+ python = " ~3.13.1 "
14
+ fastapi = " ^0.115.6 "
15
+ uvicorn = " ~0.34 .0"
16
16
pytest-mock = " ^3.14.0"
17
- uagents = " ^0.11 .1"
17
+ uagents = " ^0.18 .1"
18
18
mock = " ^5.1.0"
19
19
requests-mock = " ^1.12.1"
20
- flake8 = " ^7.0.0 "
21
- httpx = " ^0.27.0 "
20
+ flake8 = " ^7.1.1 "
21
+ httpx = " ^0.28.1 "
22
22
asgi-lifespan = " ^2.1.0"
23
- pytest-asyncio = " ^0.23.6 "
23
+ pytest-asyncio = " ^0.25.0 "
24
24
25
25
26
26
[tool .poetry .group .dev .dependencies ]
27
- pytest = " ^8.2.0 "
27
+ pytest = " ^8.3.4 "
28
28
29
29
[build-system ]
30
30
requires = [" poetry-core" ]
You can’t perform that action at this time.
0 commit comments