> For the complete documentation index, see [llms.txt](https://docs.openg2p.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openg2p.org/platform/architecture/openg2p-fastapi-common/versions.md).

# Versions

The framework lives in the single repository [`openg2p-fastapi-common`](https://github.com/OpenG2P/openg2p-fastapi-common) and publishes four packages (`openg2p-fastapi-common`, `openg2p-fastapi-auth`, `openg2p-fastapi-auth-models`, `openg2p-fastapi-partner-auth`). Services install them from a git ref — the `develop` branch by default, pinnable to a tag via each service's `FASTAPI_COMMON_REF` build-arg.

| Version                                                                   | Packages                                                                                                                         | Last Modified | Comments                                                                                                                                                                                                                                                                                    |
| ------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [develop](https://github.com/OpenG2P/openg2p-fastapi-common/tree/develop) | <p>openg2p-fastapi-common<br><br>openg2p-fastapi-auth<br><br>openg2p-fastapi-auth-models<br><br>openg2p-fastapi-partner-auth</p> | 03-Jul-2026   | In progress. Active development branch (installed from the `develop` git ref). Includes the `partner-mgmt` crypto backend — verify partner signatures by fetching keys from Partner Management with in-process caching (soft/hard TTL, negative cache, unknown-kid refresh, single-flight). |

{% hint style="info" %}
The **Last Modified** date for the in-progress `develop` line is updated as work continues. Tagged package releases will be listed here as they are cut.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.openg2p.org/platform/architecture/openg2p-fastapi-common/versions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
