File tree Expand file tree Collapse file tree 2 files changed +26
-28
lines changed Expand file tree Collapse file tree 2 files changed +26
-28
lines changed Original file line number Diff line number Diff line change @@ -4,25 +4,23 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " atomic_agents"
7- version = " 0.3.3 "
7+ version = " 0.3.4 "
88description = " A versatile framework designed to facilitate the creation and management of intelligent agents."
99authors = [
1010 {
name =
" Kenny Vaneetvelde" ,
email =
" [email protected] " }
1111]
1212readme = " README.md"
1313license = { file = " LICENSE" }
1414dependencies = [
15- " beautifulsoup4==4.12.3" ,
16- " google_api_python_client==2.114.0" ,
17- " instructor==1.3.4" ,
18- " markdownify==0.12.1" ,
19- " openai==1.35.12" ,
20- " pydantic==2.8.2" ,
21- " PyPDF2==3.0.1" ,
22- " Requests==2.32.3" ,
23- " rich==13.7.1" ,
24- " sympy==1.12" ,
25- " youtube_transcript_api==0.6.2"
15+ " beautifulsoup4~=4.12.3" ,
16+ " google_api_python_client~=2.114.0" ,
17+ " instructor~=1.3.4" ,
18+ " markdownify~=0.12.1" ,
19+ " openai~=1.35.12" ,
20+ " pydantic~=2.8.2" ,
21+ " PyPDF2~=3.0.1" ,
22+ " Requests~=2.32.3" ,
23+ " rich~=13.7.1" ,
2624]
2725
2826[project .urls ]
Original file line number Diff line number Diff line change 55pytest-cov
66
77# library dependencies
8- beautifulsoup4 = =4.12.3
9- faiss_cpu == 1.8.0.post1
10- google_api_python_client = =2.114.0
11- groq = =0.9.0
12- instructor = =1.3.4
13- markdownify = =0.12.1
14- numpy = =1.26.4
15- openai = =1.35.12
16- playwright = =1.45.0
17- pydantic = =2.8.2
18- PyPDF2 = =3.0.1
19- pytest = =8.2.2
20- Requests = =2.32.3
21- rich = =13.7.1
22- sympy = =1.12
23- youtube_transcript_api = =0.6.2
8+ beautifulsoup4 ~ =4.12.3
9+ faiss_cpu ~= 1.8.0
10+ google_api_python_client ~ =2.114.0
11+ groq ~ =0.9.0
12+ instructor ~ =1.3.4
13+ markdownify ~ =0.12.1
14+ numpy ~ =1.26.4
15+ openai ~ =1.35.12
16+ playwright ~ =1.45.0
17+ pydantic ~ =2.8.2
18+ PyPDF2 ~ =3.0.1
19+ pytest ~ =8.2.2
20+ Requests ~ =2.32.3
21+ rich ~ =13.7.1
22+ sympy ~ =1.12
23+ youtube_transcript_api ~ =0.6.2
You can’t perform that action at this time.
0 commit comments