File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ readme = "README.md"
6
6
authors = [{ name = " Agno" , email = " hello@agno.com" }]
7
7
8
8
dependencies = [
9
- " agno[aws]==1.2.3 " ,
9
+ " agno[aws]==1.2.4 " ,
10
10
" alembic" ,
11
11
" beautifulsoup4" ,
12
12
" duckduckgo-search" ,
Original file line number Diff line number Diff line change 1
1
# This file was autogenerated by uv via the following command:
2
2
# ./scripts/generate_requirements.sh upgrade
3
- agno == 1.2.3
3
+ agno == 1.2.4
4
4
agno-aws == 0.0.1
5
5
agno-docker == 0.0.1
6
6
alembic == 1.15.1
Original file line number Diff line number Diff line change 24
24
# 'Name:tag' for the image
25
25
image_name = "agent-api" ,
26
26
# Build images locally
27
- build_images = False ,
27
+ build_images = True ,
28
28
# Push images after building
29
29
push_images = False ,
30
30
# Skip cache when building images
You can’t perform that action at this time.
0 commit comments