Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
4 changes: 3 additions & 1 deletion 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 @@ -25,6 +25,8 @@ build-backend = "hatchling.build"

[tool.uv]
constraint-dependencies = [
"click>=8.3.3",
"cryptography>=50.0.0",
Comment thread
asutermo marked this conversation as resolved.
Outdated
"protobuf>=5.29.6",
"pyasn1>=0.6.3",
"urllib3>=2.7.0",
Expand Down
Loading