Skip to content

Commit f3b7179

Browse files
authored
chore: Release 1.7.10 (#4187)
# Changelog ## New Features: - Support for GPT-5 with our `OpenAIResponses` class ## Improvements: - **Knowledge Base PDF with Password Support**: Added support for password-protected PDFs on `PDFKnowledgeBase`. - **Pagination for GitHub Tools:** Added pagination with metadata for GitHub Tools. - **Team** **Role Parameter:** Added a `role` parameter to the `Team` class for defining the team's purpose and specialization. ## Bug Fixes: - Support for all GPT reasoning models with our `OpenAIResponses` class
1 parent 9f24585 commit f3b7179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/agno/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agno"
3-
version = "1.7.9"
3+
version = "1.7.10"
44
description = "Agno: a lightweight library for building Multi-Agent Systems"
55
requires-python = ">=3.7,<4"
66
readme = "README.md"

0 commit comments

Comments
 (0)