Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.6.1] - 2026-08-07

### Changed

- Updated dependencies to remediate known security vulnerabilities.

Comment thread
asutermo marked this conversation as resolved.
Notable additions, fixes, or breaking changes to the Freeplay SDK.

## [0.6.0] - 2026-03-28
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "freeplay"
version = "0.6.0"
version = "0.6.1"
description = ""
authors = [
{name = "Freeplay Engineering", email = "support@freeplay.ai"},
Expand All @@ -11,7 +11,7 @@ requires-python = ">=3.10"
dependencies = [
"requests>=2.33.0,<3.0.0dev",
"dacite>=1.8.0,<2.0.0",
"click>=8.1.7,<9.0.0",
"click>=8.3.3,<9.0.0",
"pystache>=0.6.5,<1.0.0",
]

Expand All @@ -25,6 +25,7 @@ build-backend = "hatchling.build"

[tool.uv]
constraint-dependencies = [
"cryptography>=50.0.0",
"protobuf>=5.29.6",
"pyasn1>=0.6.3",
"urllib3>=2.7.0",
Expand Down
Loading