Skip to content

Commit 943b59c

Browse files
committed
fix publish
1 parent 302b5b0 commit 943b59c

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
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

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99

1010
A 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

213214
HTTP 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!

0 commit comments

Comments
 (0)