Skip to content

Tags: fal-ai/isolate

Tags

v0.21.3

Toggle v0.21.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(virtualenv): catch SystemExit on env creation (#182)

v0.21.2

Toggle v0.21.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: restrict tblib version to <3.2.0 (#181)

v0.21.1

Toggle v0.21.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: require protobuf>=3.20.0 (#180)

To avoid this error:

```
Traceback (most recent call last): File "<frozen runpy>", line 189, in _run_module_as_main File "<frozen runpy>", line 112, in _get_module_details File "/generation_service/.venv/lib/python3.11/site-packages/isolate/server/__init__.py", line 1, in <module> from isolate.server.server import BridgeManager, IsolateServicer # noqa: F401 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/generation_service/.venv/lib/python3.11/site-packages/isolate/server/server.py", line 30, in <module> from isolate.connections.grpc import AgentError, LocalPythonGRPC File "/generation_service/.venv/lib/python3.11/site-packages/isolate/connections/grpc/__init__.py", line 1, in <module> from isolate.connections.grpc._base import AgentError, LocalPythonGRPC # noqa: F401 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/generation_service/.venv/lib/python3.11/site-packages/isolate/connections/grpc/_base.py", line 16, in <module> from isolate.connections.grpc import agent, definitions File "/generation_service/.venv/lib/python3.11/site-packages/isolate/connections/grpc/agent.py", line 35, in <module> from isolate.connections.grpc import definitions File "/generation_service/.venv/lib/python3.11/site-packages/isolate/connections/grpc/definitions/__init__.py", line 3, in <module> from isolate.connections.grpc.definitions.agent_pb2 import * # noqa: F403 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/generation_service/.venv/lib/python3.11/site-packages/isolate/connections/grpc/definitions/agent_pb2.py", line 9, in <module> from google.protobuf.internal import builder as _builder ImportError: cannot import name 'builder' from 'google.protobuf.internal' (/generation_service/.venv/lib/python3.11/site-packages/google/protobuf/internal/__init__.py)
```

v0.21.0

Toggle v0.21.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: default logs to INFO and try to handle more scenarios (#179)

v0.20.0

Toggle v0.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: prefer specific version python binary (#173)

v0.19.2

Toggle v0.19.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: install tblib after SerializationError (#172)

v0.19.1

Toggle v0.19.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: install tblib pickling support (#171)

v0.19.0

Toggle v0.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(isolate): return SerializationError instead of aborting (#170)

v0.18.0

Toggle v0.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(isolate): unpin grpcio (#169)

* chore(isolate): unpin grpcio

* Update pyproject.toml

* Update pyproject.toml

v0.17.0

Toggle v0.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(container): accept resolver (#168)

This is not used in the controller, but same as requirements should be accepted by the env class.