-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
118 lines (118 loc) · 3.11 KB
/
pyproject.toml
File metadata and controls
118 lines (118 loc) · 3.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
[project]
name = "adk-learning"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"aiohappyeyeballs==2.6.1",
"aiohttp==3.12.13",
"aiosignal==1.3.2",
"annotated-types==0.7.0",
"anyio==4.9.0",
"attrs==25.3.0",
"authlib==1.6.0",
"cachetools==5.5.2",
"certifi==2025.6.15",
"cffi==1.17.1",
"charset-normalizer==3.4.2",
"click==8.2.1",
"cloudpickle==3.1.1",
"cryptography==45.0.4",
"distro==1.9.0",
"docstring-parser==0.16",
"fastapi==0.115.14",
"filelock==3.18.0",
"frozenlist==1.7.0",
"fsspec==2025.5.1",
"geographiclib==2.0",
"geopy==2.4.1",
"google-adk==1.5.0",
"google-api-core==2.25.1",
"google-api-python-client==2.174.0",
"google-auth==2.40.3",
"google-auth-httplib2==0.2.0",
"google-cloud-aiplatform==1.101.0",
"google-cloud-appengine-logging==1.6.2",
"google-cloud-audit-log==0.3.2",
"google-cloud-bigquery==3.34.0",
"google-cloud-core==2.4.3",
"google-cloud-logging==3.12.1",
"google-cloud-resource-manager==1.14.2",
"google-cloud-secret-manager==2.24.0",
"google-cloud-speech==2.33.0",
"google-cloud-storage==2.19.0",
"google-cloud-trace==1.16.2",
"google-crc32c==1.7.1",
"google-genai==1.24.0",
"google-resumable-media==2.7.2",
"googleapis-common-protos==1.70.0",
"graphviz==0.21",
"greenlet==3.2.3",
"grpc-google-iam-v1==0.14.2",
"grpcio==1.73.1",
"grpcio-status==1.73.1",
"h11==0.16.0",
"hf-xet==1.1.5",
"httpcore==1.0.9",
"httplib2==0.22.0",
"httpx==0.28.1",
"httpx-sse==0.4.1",
"huggingface-hub==0.33.2",
"idna==3.10",
"importlib-metadata==8.7.0",
"jinja2==3.1.6",
"jiter==0.10.0",
"jsonschema==4.24.0",
"jsonschema-specifications==2025.4.1",
"litellm==1.73.6",
"markupsafe==3.0.2",
"mcp==1.10.1",
"multidict==6.6.3",
"numpy==2.3.1",
"openai==1.93.0",
"opentelemetry-api==1.34.1",
"opentelemetry-exporter-gcp-trace==1.9.0",
"opentelemetry-resourcedetector-gcp==1.9.0a0",
"opentelemetry-sdk==1.34.1",
"opentelemetry-semantic-conventions==0.55b1",
"packaging==25.0",
"propcache==0.3.2",
"proto-plus==1.26.1",
"protobuf==6.31.1",
"pyasn1==0.6.1",
"pyasn1-modules==0.4.2",
"pycparser==2.22",
"pydantic==2.11.7",
"pydantic-core==2.33.2",
"pydantic-settings==2.10.1",
"pyparsing==3.2.3",
"python-dateutil==2.9.0.post0",
"python-dotenv==1.1.1",
"python-multipart==0.0.20",
"pyyaml==6.0.2",
"referencing==0.36.2",
"regex==2024.11.6",
"requests==2.32.4",
"rpds-py==0.26.0",
"rsa==4.9.1",
"shapely==2.1.1",
"six==1.17.0",
"sniffio==1.3.1",
"sqlalchemy==2.0.41",
"sse-starlette==2.3.6",
"starlette==0.46.2",
"tenacity==8.5.0",
"tiktoken==0.9.0",
"tokenizers==0.21.2",
"tqdm==4.67.1",
"typing-extensions==4.14.0",
"typing-inspection==0.4.1",
"tzlocal==5.3.1",
"uritemplate==4.2.0",
"urllib3==2.5.0",
"uvicorn==0.35.0",
"websockets==15.0.1",
"yarl==1.20.1",
"zipp==3.23.0",
]