From 6253b3ba74e33316ee5e4aff6c8ed6e2c23ca5a9 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 1 Feb 2026 01:24:39 +0000 Subject: [PATCH] CompatHelper: bump compat for OpenAI to 0.12, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index b6b89e5..becd3bd 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PromptingTools2" uuid = "670122d1-24a8-4d70-bfce-740807c42192" -authors = ["Pablo Valdunciel Sanchez @pabvald"] version = "0.1.0" +authors = ["Pablo Valdunciel Sanchez @pabvald"] [deps] AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c" @@ -38,7 +38,7 @@ JSON3 = "1" LinearAlgebra = "<0.0.1, 1" Logging = "<0.0.1, 1" Markdown = "<0.0.1, 1" -OpenAI = "0.9, 0.10, 0.11" +OpenAI = "0.9, 0.10, 0.11, 0.12" Pkg = "<0.0.1, 1" PrecompileTools = "1" Preferences = "1"