8000 Copybara import of the project: · usingsystem007/adk-python@cdb4cac · GitHub
[go: up one dir, main page]

Skip to content 10000

Commit cdb4cac

Browse files
mukundjha-mjcopybara-github
authored andcommitted
Copybara import of the project:
-- 84abc07 by mukundjha-mj <mukundjha204@gmail.com>: Fix spelling mistakes, reorder sections, and improve readability in pyproject.toml -- 122c19d by mukundjha-mj <mukundjha204@gmail.com>: fix(pyproject): correct spelling and reorder config sections for clarity COPYBARA_INTEGRATE_REVIEW=google#669 from mukundjha-mj:fix/typos-pyproject 122c19d PiperOrigin-RevId: 757318920
1 parent 1601476 commit cdb4cac

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

pyproject.toml

Lines changed: 8 additions & 6 deletions
8000
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ classifiers = [ # List of https://pypi.org/classifiers/
1515
"Programming Language :: Python",
1616
"Programming Language :: Python :: 3",
1717
"Programming Language :: Python :: 3.9",
18-
"Programming Language :: Python :: 3.13",
19-
"Programming Language :: Python :: 3.12",
20-
"Programming Language :: Python :: 3.11",
2118
"Programming Language :: Python :: 3.10",
19+
"Programming Language :: Python :: 3.11",
20+
"Programming Language :: Python :: 3.12",
21+
"Programming Language :: Python :: 3.13",
2222
"Operating System :: OS Independent",
2323
"Topic :: Software Development :: Libraries :: Python Modules",
2424
"License :: OSI Approved :: Apache Software License",
@@ -31,7 +31,8 @@ dependencies = [
3131
"google-api-python-client>=2.157.0", # Google API client discovery
3232
"google-cloud-aiplatform>=1.87.0", # For VertexAI integrations, e.g. example store.
3333
"google-cloud-secret-manager>=2.22.0", # Fetching secrets in RestAPI Tool
34-
"google-cloud-speech>=2.30.0", # For Audo Transcription
34+
"google-cloud-speech>=2.30.0", # For Audio Transcription
35+
3536
"google-cloud-storage>=2.18.0, <3.0.0", # For GCS Artifact service
3637
"google-genai>=1.14.0", # Google GenAI SDK
3738
"graphviz>=0.20.2", # Graphviz for graph rendering
@@ -83,7 +84,8 @@ test = [
8384
"langchain-community>=0.3.17",
8485
"langgraph>=0.2.60", # For LangGraphAgent
8586
"litellm>=1.63.11", # For LiteLLM tests
86-
"llama-index-readers-file>=0.4.0", # for retrieval tests
87+
"llama-index-readers-file>=0.4.0", # For retrieval tests
88+
8789
"pytest-asyncio>=0.25.0",
8890
"pytest-mock>=3.14.0",
8991
"pytest-xdist>=3.6.1",
@@ -108,7 +110,7 @@ extensions = [
108110
"docker>=7.0.0", # For ContainerCodeExecutor
109111
"langgraph>=0.2.60", # For LangGraphAgent
110112
"litellm>=1.63.11", # For LiteLLM support
111-
"llama-index-readers-file>=0.4.0", # for retrieval usings LlamaIndex.
113+
"llama-index-readers-file>=0.4.0", # For retrieval using LlamaIndex.
112114
"lxml>=5.3.0", # For load_web_page tool.
113115
]
114116

0 commit comments

Comments
 (0)
0