Skip to content

Commit

Permalink
Bump OpenAPI spec
Browse files Browse the repository at this point in the history
  • Loading branch information
homanp committed Feb 13, 2024
1 parent 793f087 commit bc12847
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion fern/apis/prod/openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.2
info:
title: Superagent
description: The Open Source AI Assistant Framework & API
version: 0.2.3
version: 0.2.6
servers:
- url: https://api.beta.superagent.sh
paths:
Expand Down Expand Up @@ -2036,6 +2036,9 @@ components:
company:
title: Company
type: string
anonymousId:
title: Anonymousid
type: string
app__models__request__Datasource:
title: Datasource
required:
Expand Down
2 changes: 1 addition & 1 deletion libs/superagent/app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
title="Superagent",
docs_url="/",
description="The Open Source AI Assistant Framework & API",
version="0.2.3",
version="0.2.6",
servers=[{"url": config("SUPERAGENT_API_URL")}],
)

Expand Down
2 changes: 1 addition & 1 deletion libs/superagent/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "superagent"
version = "0.1.38"
version = "0.2.6"
description = ""
authors = ["Ismail Pelaseyed"]
readme = "../../README.md"
Expand Down

0 comments on commit bc12847

Please sign in to comment.