Skip to content

Commit 97dbd48

Browse files
# v0.0.2
- More lax python version for HuggingFace Space
1 parent 1757a50 commit 97dbd48

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
# v0.0.1
1+
# v0.0.2
2+
3+
- More lax python version for HuggingFace Space
24

5+
# v0.0.1
36
- Prototype with two agents with tool calling, handoff, streaming of answer and state.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[project]
22
name = "opensymbiose"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
description = "OpenSymbiose is an open-source biotechnology / biology research AI agent designed to support researcher."
55
readme = "README.md"
6-
requires-python = ">=3.13"
6+
requires-python = ">=3.10"
77
authors = [
88
{ name = "Corentin Meyer", email = "[email protected]" },
99
]

0 commit comments

Comments
 (0)