diff --git a/.fern/replay.lock b/.fern/replay.lock new file mode 100644 index 0000000..52c06b5 --- /dev/null +++ b/.fern/replay.lock @@ -0,0 +1,10 @@ +# DO NOT EDIT MANUALLY - Managed by Fern Replay +version: "1.0" +generations: + - commit_sha: e0e3073d576b4e1eb1e6df45f6ecdc658b798468 + tree_hash: 3ad0cdb4490b45b5268a1da6b9bef8ba1d58375d + timestamp: 2026-06-17T16:06:35.637Z + cli_version: unknown + generator_versions: {} +current_generation: e0e3073d576b4e1eb1e6df45f6ecdc658b798468 +patches: [] diff --git a/.fernignore b/.fernignore index 084a8eb..b8eb8bf 100644 --- a/.fernignore +++ b/.fernignore @@ -1 +1,4 @@ # Specify files that shouldn't be modified by Fern +.fern/replay.lock +.fern/replay.yml +.gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..74928d6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +.fern/replay.lock linguist-generated=true diff --git a/poetry.lock b/poetry.lock index 8e825fd..ab9c435 100644 --- a/poetry.lock +++ b/poetry.lock @@ -247,14 +247,14 @@ files = [ [[package]] name = "certifi" -version = "2026.5.20" +version = "2026.6.17" description = "Python package for providing Mozilla's CA Bundle." optional = false python-versions = ">=3.7" groups = ["main"] files = [ - {file = "certifi-2026.5.20-py3-none-any.whl", hash = "sha256:3c52e209ba0a4ad7aebe60436a4ab349c39e1e602e8c134221e546902ad25897"}, - {file = "certifi-2026.5.20.tar.gz", hash = "sha256:69dea482ab64caa7b9f6aba1c6bf48bb6a5448d1c0f1b17ab42ad8c763a5344d"}, + {file = "certifi-2026.6.17-py3-none-any.whl", hash = "sha256:2227dcbaafe0d2f59279d1762ddddc37783ed4354594f194ffc31d20f41fc3db"}, + {file = "certifi-2026.6.17.tar.gz", hash = "sha256:024c88eeec92ca068db80f02b8b07c9cef7b9fe261d1d535abfd5abd6f6af432"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index e29f76e..087fbe1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,10 +5,20 @@ dynamic = ["version"] [tool.poetry] name = "pumpup-sdk" version = "0.0.1" -description = "" +description = "Official SDK for the Pump Up agent API — human-in-the-loop approvals, elicitations, and routing for AI agents." readme = "README.md" -authors = [] -keywords = [] +authors = [ + "Pump Up " +] +keywords = [ + "hitl", + "human-in-the-loop", + "ai-agents", + "agents", + "approvals", + "llm", + "sdk" +] license = "MIT" classifiers = [ "Intended Audience :: Developers", @@ -34,6 +44,8 @@ packages = [ ] [tool.poetry.urls] +Documentation = 'https://docs.pumpup.com' +Homepage = 'https://pumpup.com' Repository = 'https://github.com/pumpupai/pumpup-sdk-python' [tool.poetry.dependencies]