{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":784337553,"defaultBranch":"main","name":"gorilla","ownerLogin":"zuxin666","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2024-04-09T16:46:07.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/159079591?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1712681174.201314","currentOid":""},"activityList":{"items":[{"before":"5da8835a840bdfa9faad09aa7236cf3b51c7d659","after":"e98fb6b72ac4df65f39e2671010061e7f26acc9a","ref":"refs/heads/main","pushedAt":"2024-06-14T19:34:29.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"zuxin666","name":"Zuxin","path":"/zuxin666","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159079591?s=80&v=4"},"commit":{"message":"Bump pymysql from 1.1.0 to 1.1.1 in /goex (#453)\n\nBumps [pymysql](https://github.com/PyMySQL/PyMySQL) from 1.1.0 to 1.1.1.\r\n
\r\nRelease notes\r\n

Sourced from pymysql's\r\nreleases.

\r\n
\r\n

v1.1.1

\r\n
\r\n

[!WARNING]\r\nThis release fixes a vulnerability (CVE-2024-36039).\r\nAll users are recommended to update to this version.

\r\n

If you can not update soon, check the input value from untrusted\r\nsource has an expected type.\r\nOnly dict input from untrusted source can be an attack vector.

\r\n
\r\n

What's Changed

\r\n\r\n

Merged PRs

\r\n\r\n

New Contributors

\r\n\r\n

Full Changelog: https://github.com/PyMySQL/PyMySQL/compare/v1.1.0...v1.1.1

\r\n
\r\n
\r\n
\r\nChangelog\r\n

Sourced from pymysql's\r\nchangelog.

\r\n
\r\n

v1.1.1

\r\n

Release date: 2024-05-21

\r\n
\r\n

[!WARNING]\r\nThis release fixes a vulnerability (CVE-2024-36039).\r\nAll users are recommended to update to this version.

\r\n

If you can not update soon, check the input value from\r\nuntrusted source has an expected type. Only dict input\r\nfrom untrusted source can be an attack vector.

\r\n
\r\n\r\n
\r\n
\r\n
\r\nCommits\r\n\r\n
\r\n
\r\n\r\n\r\n[![Dependabot compatibility\r\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pymysql&package-manager=pip&previous-version=1.1.0&new-version=1.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\nYou can disable automated security fix PRs for this repo from the\r\n[Security Alerts\r\npage](https://github.com/ShishirPatil/gorilla/network/alerts).\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump pymysql from 1.1.0 to 1.1.1 in /goex (ShishirPatil#453)"}},{"before":"9bb8bb0fbe716e0efd91cae3995b6d4a5532e639","after":"5da8835a840bdfa9faad09aa7236cf3b51c7d659","ref":"refs/heads/main","pushedAt":"2024-05-16T22:56:20.000Z","pushType":"push","commitsCount":19,"pusher":{"login":"zuxin666","name":"Zuxin","path":"/zuxin666","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159079591?s=80&v=4"},"commit":{"message":"BFCL May 14th Release (GPT-4o and Gemini) (#426)\n\nThis PR makes 3 models(4 entries) available for inference on BFCL: \r\n- gpt-4o-2024-05-13 (Function Calling Mode and Prompting Mode)\r\n- gemini-1.5-pro-preview-0514 (Function Calling Mode)\r\n- gemini-1.5-flash-preview-0514(Function Calling Mode)\r\n\r\nYou can start the evaluation by running `python\r\nopenfunctions_evaluation.py --model MODEL_NAME` and get score by running\r\n`python ./eval_runner.py --model MODEL_NAME`. For more detail, refer to\r\nReadme under the BFCL page.\r\n\r\nScore changes are reflected in #428 . \r\n\r\nThis PR also updated different models' pricing: \r\n- For Gemini, when prompts are less than 128K tokens, the new Gemini\r\nseries' prices are lowered by around\r\nhalf(https://ai.google.dev/pricing). All the BFCL test cases are less\r\nthan 128K tokens.\r\n- For Anthropic Models, the prices have decreased for claude-2.1 and\r\nClaude-instant-1.2 which have updated accordingly\r\n- For Mistral Models, the prices have been halved for Mistral-large and\r\nMistral-Small\r\n- For OpenAI Models, we have corrected GPT-3.5-turbo-0125 to the price\r\nit should have\r\n\r\n---------\r\n\r\nCo-authored-by: Huanzhi Mao ","shortMessageHtmlLink":"BFCL May 14th Release (GPT-4o and Gemini) (ShishirPatil#426)"}},{"before":"b9917b7552646a62561e0957fbd36d090ae46bb7","after":"9bb8bb0fbe716e0efd91cae3995b6d4a5532e639","ref":"refs/heads/main","pushedAt":"2024-04-22T18:47:53.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"zuxin666","name":"Zuxin","path":"/zuxin666","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159079591?s=80&v=4"},"commit":{"message":"BFCL April 18th Release (Pipeline only) (#375)\n\nThis PR is for the BFCL April 18th Release. In this release,\r\n\r\n1. A more comprehensive API sanity check is included; the APIs that are\r\ninvoked during the non-REST executable evaluation process will also be\r\nchecked for their availability before running the evaluation.\r\n2. Add support for the shortcut `-s` for the `--skip-api-sanity-check`\r\nflag, based on the community feedback.\r\n\r\nThis PR **does not** change the leaderboard value. \r\n\r\nCo-authored-by: Charlie Cheng-Jie Ji ","shortMessageHtmlLink":"BFCL April 18th Release (Pipeline only) (ShishirPatil#375)"}},{"before":"e23476b7bce575743c51438a9377ec87cefe797a","after":"b9917b7552646a62561e0957fbd36d090ae46bb7","ref":"refs/heads/main","pushedAt":"2024-04-10T22:36:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"zuxin666","name":"Zuxin","path":"/zuxin666","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159079591?s=80&v=4"},"commit":{"message":"Fix typos for evaluation and prompt","shortMessageHtmlLink":"Fix typos for evaluation and prompt"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEZcoB0gA","startCursor":null,"endCursor":null}},"title":"Activity · zuxin666/gorilla"}