We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cc8d66 commit fa5a15eCopy full SHA for fa5a15e
3 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.1.10](https://github.com/trpc-group/trpc-agent-python/releases/tag/v1.1.10) (2026-06-18)
4
+
5
+### Bug Fixes
6
7
+* Model: fix error about pickle of OpenAIModel.
8
9
10
## [1.1.9](https://github.com/trpc-group/trpc-agent-python/releases/tag/v1.1.9) (2026-06-18)
11
12
### Features
tests/test_version.py
@@ -10,4 +10,4 @@
def test_version():
"""Test the version module."""
13
- assert __version__ == '1.1.9'
+ assert __version__ == '1.1.10'
trpc_agent_sdk/version.py
@@ -9,4 +9,4 @@
This module defines the version information for TRPC Agent
"""
-__version__ = '1.1.9'
+__version__ = '1.1.10'
0 commit comments