File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 2828 with :
2929 version : " latest"
3030 - name : Set up Python
31- run : uv python install 3.x
31+ run : uv python install 3.12
3232 - name : Build package
3333 run : uv build
3434 - name : Publish package
Original file line number Diff line number Diff line change 88
99
1010A flexible HTTP client library that leverages Pydantic models for request/response handling, supporting both synchronous and asynchronous operations.
11+ #### ⭐ If you like this project, please star it on GitHub!
1112
1213## Features
1314
@@ -201,7 +202,7 @@ tools = PetAPIClient.get_agno_tools()
201202 }
202203]
203204"""
204-
205+ ```
205206
206207
207208## Type Safety
@@ -211,7 +212,3 @@ The library automatically validates responses against Pydantic models when speci
211212## Error Handling
212213
213214HTTP errors are raised as exceptions by the underlying HTTP client libraries. Make sure to handle these appropriately in your application.
214-
215- ---
216-
217- ⭐ If you like this project, please star it on GitHub!
You can’t perform that action at this time.
0 commit comments