python3Packages.openai: 1.97.1 -> 1.99.1

https://github.com/openai/openai-python/blob/v1.99.1/CHANGELOG.md

This commit was automatically generated using update-python-libraries.

Changed files
+1 -1
pkgs
development
python-modules
openai
+1 -1
pkgs/development/python-modules/openai/default.nix
···
meta = {
description = "Python client library for the OpenAI API";
homepage = "https://github.com/openai/openai-python";
-
changelog = "https://github.com/openai/openai-python/blob/v${version}/CHANGELOG.md";
+
changelog = "https://github.com/openai/openai-python/blob/${src.tag}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.malo ];
mainProgram = "openai";