backend-reference icon indicating copy to clipboard operation
backend-reference copied to clipboard

This repository contains different Backend related resources like applications, examples, libraries, tools, etc.

Results 26 backend-reference issues
Sort by recently updated
recently updated
newest added

Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) from 6.0.1 to 6.0.2. Release notes Sourced from serialize-javascript's releases. v6.0.2 fix: serialize URL string contents to prevent XSS (#173) f27d65d Bump @​babel/traverse from 7.10.1 to 7.23.7 (#171)...

dependencies
javascript

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.23.0 to 0.33.0. Commits dfc720d go.mod: update golang.org/x dependencies 8e66b04 html: use strings.EqualFold instead of lowering ourselves b935f7b html: avoid endless loop on error token 9af49ef route:...

dependencies
go

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.17.0 to 0.31.0. Commits b4f1988 ssh: make the public key cache a 1-entry FIFO cache 7042ebc openpgp/clearsign: just use rand.Reader in tests 3e90321 go.mod: update golang.org/x dependencies...

dependencies
go

Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6. Changelog Sourced from cross-spawn's changelog. 7.0.6 (2024-11-18) Bug Fixes update cross-spawn version to 7.0.5 in package-lock.json (f700743) 7.0.5 (2024-11-07) Bug Fixes fix escaping bug...

dependencies
javascript

Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) to 0.1.10 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `path-to-regexp` from 0.1.7 to 0.1.10 Release notes Sourced from path-to-regexp's releases. Backtrack protection...

dependencies
javascript

https://github.com/nanlabs/backend-reference/blob/bb41990a7fc544c1c025201d0175696a2d84723c/examples/langgraph-sls-fastapi-rag/app/rag_graph/configuration.py#L13 ```python """Define the configurable parameters for the agent.""" from __future__ import annotations from dataclasses import dataclass, field, fields from typing import Annotated, Any, Literal, Optional, Type, TypeVar from langchain_core.runnables...

todo