File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ authors = [
8
8
{
name =
" Google LLC" ,
email =
" [email protected] " }
9
9
]
10
10
dependencies = [
11
- " aiohttp" ,
12
- " PyYAML" ,
13
- " langchain-core" ,
14
- " pydantic" ,
11
+ " aiohttp==3.10.10 " ,
12
+ " PyYAML==6.0.2 " ,
13
+ " langchain-core==0.3.18 " ,
14
+ " pydantic==2.9.2 " ,
15
15
]
16
16
17
17
classifiers = [
@@ -32,13 +32,13 @@ Repository = "https://github.com/googleapis/genai-toolbox.git"
32
32
33
33
[project .optional-dependencies ]
34
34
test = [
35
- " black[jupyter]" ,
36
- " isort" ,
37
- " mypy" ,
38
- " pytest-asyncio" ,
39
- " pytest" ,
40
- " pytest-cov" ,
41
- " Pillow"
35
+ " black[jupyter]==24.10.0 " ,
36
+ " isort==5.13.2 " ,
37
+ " mypy==1.13.0 " ,
38
+ " pytest-asyncio==0.24.0 " ,
39
+ " pytest==8.3.3 " ,
40
+ " pytest-cov==6.0.0 " ,
41
+ " Pillow==10.4.0 "
42
42
]
43
43
44
44
[build-system ]
You can’t perform that action at this time.
0 commit comments