together 2.0.0a6__tar.gz → 2.0.0a7__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- together-2.0.0a7/.release-please-manifest.json +3 -0
- {together-2.0.0a6 → together-2.0.0a7}/CHANGELOG.md +8 -0
- {together-2.0.0a6 → together-2.0.0a7}/PKG-INFO +2 -1
- {together-2.0.0a6 → together-2.0.0a7}/pyproject.toml +2 -1
- {together-2.0.0a6 → together-2.0.0a7}/requirements-dev.lock +1 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/_version.py +1 -1
- {together-2.0.0a6 → together-2.0.0a7}/uv.lock +3 -1
- together-2.0.0a6/.release-please-manifest.json +0 -3
- {together-2.0.0a6 → together-2.0.0a7}/.gitignore +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/CONTRIBUTING.md +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/LICENSE +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/README.md +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/SECURITY.md +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/api.md +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/bin/check-release-environment +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/bin/publish-pypi +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/examples/.keep +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/examples/coqa-small.jsonl +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/examples/coqa.jsonl +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/examples/embedding.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/examples/file-upload.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/examples/files.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/examples/fine_tuning.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/examples/image.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/examples/models.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/examples/streaming.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/release-please-config.json +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/__init__.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/_base_client.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/_client.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/_compat.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/_constants.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/_exceptions.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/_files.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/_models.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/_qs.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/_resource.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/_response.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/_streaming.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/_types.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/_utils/__init__.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/_utils/_compat.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/_utils/_datetime_parse.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/_utils/_logs.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/_utils/_proxy.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/_utils/_reflection.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/_utils/_resources_proxy.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/_utils/_streams.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/_utils/_sync.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/_utils/_transform.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/_utils/_typing.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/_utils/_utils.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/lib/.keep +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/lib/__init__.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/lib/cli/__init__.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/lib/cli/api/__init__.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/lib/cli/api/endpoints.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/lib/cli/api/evals.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/lib/cli/api/files.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/lib/cli/api/fine_tuning.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/lib/cli/api/models.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/lib/cli/api/utils.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/lib/cli/cli.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/lib/constants.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/lib/resources/__init__.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/lib/resources/files.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/lib/resources/fine_tuning.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/lib/resources/models.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/lib/types/__init__.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/lib/types/error.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/lib/types/fine_tuning.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/lib/utils/__init__.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/lib/utils/_log.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/lib/utils/files.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/lib/utils/serializer.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/lib/utils/tools.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/py.typed +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/resources/__init__.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/resources/audio/__init__.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/resources/audio/audio.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/resources/audio/speech.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/resources/audio/transcriptions.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/resources/audio/translations.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/resources/audio/voices.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/resources/batches.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/resources/chat/__init__.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/resources/chat/chat.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/resources/chat/completions.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/resources/code_interpreter/__init__.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/resources/code_interpreter/code_interpreter.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/resources/code_interpreter/sessions.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/resources/completions.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/resources/embeddings.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/resources/endpoints.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/resources/evals.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/resources/files.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/resources/fine_tuning.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/resources/hardware.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/resources/images.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/resources/jobs.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/resources/models.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/resources/rerank.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/resources/videos.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/__init__.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/audio/__init__.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/audio/speech_create_params.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/audio/transcription_create_params.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/audio/transcription_create_response.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/audio/translation_create_params.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/audio/translation_create_response.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/audio/voice_list_response.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/audio_speech_stream_chunk.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/autoscaling.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/autoscaling_param.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/batch_create_params.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/batch_create_response.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/batch_job.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/batch_list_response.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/chat/__init__.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/chat/chat_completion.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/chat/chat_completion_chunk.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/chat/chat_completion_structured_message_image_url_param.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/chat/chat_completion_structured_message_text_param.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/chat/chat_completion_structured_message_video_url_param.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/chat/chat_completion_usage.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/chat/chat_completion_warning.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/chat/completion_create_params.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/code_interpreter/__init__.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/code_interpreter/session_list_response.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/code_interpreter_execute_params.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/completion.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/completion_chunk.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/completion_create_params.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/dedicated_endpoint.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/embedding.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/embedding_create_params.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/endpoint_create_params.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/endpoint_list_avzones_response.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/endpoint_list_params.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/endpoint_list_response.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/endpoint_update_params.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/eval_create_params.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/eval_create_response.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/eval_list_params.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/eval_list_response.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/eval_status_response.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/evaluation_job.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/execute_response.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/file_delete_response.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/file_list.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/file_purpose.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/file_response.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/file_type.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/fine_tuning_cancel_response.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/fine_tuning_content_params.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/fine_tuning_delete_params.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/fine_tuning_delete_response.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/fine_tuning_list_checkpoints_response.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/fine_tuning_list_events_response.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/fine_tuning_list_response.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/finetune_event.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/finetune_event_type.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/finetune_response.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/hardware_list_params.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/hardware_list_response.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/image_data_b64.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/image_data_url.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/image_file.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/image_generate_params.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/job_list_response.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/job_retrieve_response.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/log_probs.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/model_list_response.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/model_object.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/model_upload_params.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/model_upload_response.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/rerank_create_params.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/rerank_create_response.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/tool_choice.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/tool_choice_param.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/tools_param.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/training_method_dpo.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/training_method_sft.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/video_create_params.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/video_create_response.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/src/together/types/video_job.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/__init__.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/api_resources/__init__.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/api_resources/audio/__init__.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/api_resources/audio/test_speech.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/api_resources/audio/test_transcriptions.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/api_resources/audio/test_translations.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/api_resources/audio/test_voices.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/api_resources/chat/__init__.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/api_resources/chat/test_completions.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/api_resources/code_interpreter/__init__.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/api_resources/code_interpreter/test_sessions.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/api_resources/test_batches.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/api_resources/test_code_interpreter.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/api_resources/test_completions.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/api_resources/test_embeddings.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/api_resources/test_endpoints.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/api_resources/test_evals.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/api_resources/test_files.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/api_resources/test_fine_tuning.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/api_resources/test_hardware.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/api_resources/test_images.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/api_resources/test_jobs.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/api_resources/test_models.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/api_resources/test_rerank.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/api_resources/test_videos.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/conftest.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/integration/__init__.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/integration/constants.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/integration/resources/__init__.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/integration/resources/generate_hyperparameters.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/integration/resources/test_completion.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/integration/resources/test_completion_stream.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/integration/resources/test_files.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/sample_file.txt +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/test_client.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/test_deepcopy.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/test_extract_files.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/test_files.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/test_models.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/test_qs.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/test_required_args.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/test_response.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/test_streaming.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/test_transform.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/test_utils/test_datetime_parse.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/test_utils/test_proxy.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/test_utils/test_typing.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/unit/test_async_client.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/unit/test_client.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/unit/test_code_interpreter.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/unit/test_files_checks.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/unit/test_files_resource.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/unit/test_fine_tuning_resources.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/unit/test_imports.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/unit/test_multipart_upload_manager.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/unit/test_preference_openai.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/unit/test_video_url.py +0 -0
- {together-2.0.0a6 → together-2.0.0a7}/tests/utils.py +0 -0
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.0.0-alpha.7 (2025-11-26)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v2.0.0-alpha.6...v2.0.0-alpha.7](https://github.com/togethercomputer/together-py/compare/v2.0.0-alpha.6...v2.0.0-alpha.7)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
* include rich in package dependencies ([9c9c5fc](https://github.com/togethercomputer/together-py/commit/9c9c5fcc29183e1598418684391b480d4052c9b9))
|
|
10
|
+
|
|
3
11
|
## 2.0.0-alpha.6 (2025-11-25)
|
|
4
12
|
|
|
5
13
|
Full Changelog: [v2.0.0-alpha.5...v2.0.0-alpha.6](https://github.com/togethercomputer/together-py/compare/v2.0.0-alpha.5...v2.0.0-alpha.6)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: together
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.0a7
|
|
4
4
|
Summary: The official Python library for the together API
|
|
5
5
|
Project-URL: Homepage, https://github.com/togethercomputer/together-py
|
|
6
6
|
Project-URL: Repository, https://github.com/togethercomputer/together-py
|
|
@@ -29,6 +29,7 @@ Requires-Dist: filelock>=3.13.1
|
|
|
29
29
|
Requires-Dist: httpx<1,>=0.23.0
|
|
30
30
|
Requires-Dist: pillow>=10.4.0
|
|
31
31
|
Requires-Dist: pydantic<3,>=1.9.0
|
|
32
|
+
Requires-Dist: rich>=13.7.1
|
|
32
33
|
Requires-Dist: sniffio
|
|
33
34
|
Requires-Dist: tabulate>=0.9.0
|
|
34
35
|
Requires-Dist: tqdm>=4.67.1
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "together"
|
|
3
|
-
version = "2.0.0-alpha.
|
|
3
|
+
version = "2.0.0-alpha.7"
|
|
4
4
|
description = "The official Python library for the together API"
|
|
5
5
|
dynamic = ["readme"]
|
|
6
6
|
license = "Apache-2.0"
|
|
@@ -15,6 +15,7 @@ dependencies = [
|
|
|
15
15
|
"distro>=1.7.0, <2",
|
|
16
16
|
"sniffio",
|
|
17
17
|
"click>=8.1.7",
|
|
18
|
+
"rich>=13.7.1",
|
|
18
19
|
"tabulate>=0.9.0",
|
|
19
20
|
"pillow>=10.4.0",
|
|
20
21
|
"types-tabulate>=0.9.0.20240106",
|
|
@@ -1970,7 +1970,7 @@ wheels = [
|
|
|
1970
1970
|
|
|
1971
1971
|
[[package]]
|
|
1972
1972
|
name = "together"
|
|
1973
|
-
version = "2.0.
|
|
1973
|
+
version = "2.0.0a6"
|
|
1974
1974
|
source = { editable = "." }
|
|
1975
1975
|
dependencies = [
|
|
1976
1976
|
{ name = "anyio" },
|
|
@@ -1984,6 +1984,7 @@ dependencies = [
|
|
|
1984
1984
|
{ name = "pillow", version = "12.0.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'group-8-together-pydantic-v1' and extra == 'group-8-together-pydantic-v2')" },
|
|
1985
1985
|
{ name = "pydantic", version = "1.10.24", source = { registry = "https://pypi.org/simple" }, marker = "extra == 'group-8-together-pydantic-v1'" },
|
|
1986
1986
|
{ name = "pydantic", version = "2.12.4", source = { registry = "https://pypi.org/simple" }, marker = "extra == 'group-8-together-pydantic-v2' or extra != 'group-8-together-pydantic-v1'" },
|
|
1987
|
+
{ name = "rich" },
|
|
1987
1988
|
{ name = "sniffio" },
|
|
1988
1989
|
{ name = "tabulate" },
|
|
1989
1990
|
{ name = "tqdm" },
|
|
@@ -2042,6 +2043,7 @@ requires-dist = [
|
|
|
2042
2043
|
{ name = "pyarrow", marker = "extra == 'pyarrow'", specifier = ">=16.1.0" },
|
|
2043
2044
|
{ name = "pyarrow-stubs", marker = "extra == 'pyarrow'", specifier = ">=10.0.1.7" },
|
|
2044
2045
|
{ name = "pydantic", specifier = ">=1.9.0,<3" },
|
|
2046
|
+
{ name = "rich", specifier = ">=13.7.1" },
|
|
2045
2047
|
{ name = "sniffio" },
|
|
2046
2048
|
{ name = "tabulate", specifier = ">=0.9.0" },
|
|
2047
2049
|
{ name = "tqdm", specifier = ">=4.67.1" },
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{together-2.0.0a6 → together-2.0.0a7}/src/together/resources/code_interpreter/code_interpreter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{together-2.0.0a6 → together-2.0.0a7}/src/together/types/audio/transcription_create_params.py
RENAMED
|
File without changes
|
{together-2.0.0a6 → together-2.0.0a7}/src/together/types/audio/transcription_create_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{together-2.0.0a6 → together-2.0.0a7}/src/together/types/audio/translation_create_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{together-2.0.0a6 → together-2.0.0a7}/src/together/types/code_interpreter/session_list_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{together-2.0.0a6 → together-2.0.0a7}/src/together/types/fine_tuning_list_checkpoints_response.py
RENAMED
|
File without changes
|
{together-2.0.0a6 → together-2.0.0a7}/src/together/types/fine_tuning_list_events_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{together-2.0.0a6 → together-2.0.0a7}/tests/integration/resources/generate_hyperparameters.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|