ourzora / offchain

NFT Metadata made easy
MIT License
109 stars 27 forks source link

Replaced deprecated `cgi` package #108

Open atapin opened 2 months ago

atapin commented 2 months ago

Description

Replaced deprecated cgi package with the code suggested in #107

Motivation and Context

cgi is marked as deprecated since python 3.11, and will be removed in python 3.13 Fixes #107

How has this been tested?

Provided test coverage for new utility function. Ran all tests.

Types of changes

Checklist: