Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.46.0"
".": "0.47.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 44
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound/profound-c0a8a60fb266537ae26999b8684f15f0d04b8f8f68c10e9c8b436ddbf0718462.yml
openapi_spec_hash: 41991a62855a570749555b4f2e2a6a61
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound/profound-3cd75cf2ad7eb319b681e69c027509833157349698bbda92ff1c760fcac1dc45.yml
openapi_spec_hash: 10f1b2fa1d26ebd9cc5f8c2a707e5efb
config_hash: 7eef30f341128d7bf491d472a777e46c
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.47.0 (2026-05-29)

Full Changelog: [v0.46.0...v0.47.0](https://github.com/cooper-square-technologies/profound-python-sdk/compare/v0.46.0...v0.47.0)

### Features

* **api:** api update ([9ed8d11](https://github.com/cooper-square-technologies/profound-python-sdk/commit/9ed8d1105b133482b98722e5f1dbe025ae706a09))

## 0.46.0 (2026-05-15)

Full Changelog: [v0.45.0...v0.46.0](https://github.com/cooper-square-technologies/profound-python-sdk/compare/v0.45.0...v0.46.0)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "profound"
version = "0.46.0"
version = "0.47.0"
description = "The official Python library for the profound API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/profound/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "profound"
__version__ = "0.46.0" # x-release-please-version
__version__ = "0.47.0" # x-release-please-version
2 changes: 2 additions & 0 deletions src/profound/types/prompt_answers_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ class DataCitationDetail(BaseModel):

url: str

citation_category: Optional[str] = None

groups: Optional[List[DataCitationDetailGroup]] = None

positions: Optional[List[int]] = None
Expand Down
Loading